| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/Attic/webapp-config-1.50.16-r1.ebuild,v 1.5 2007/07/30 15:28:43 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/Attic/webapp-config-1.50.16-r1.ebuild,v 1.6 2007/07/30 16:45:54 dertobi123 Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils distutils |
5 | inherit eutils distutils |
| 6 | |
6 | |
| 7 | DESCRIPTION="Gentoo's installer for web-based applications" |
7 | DESCRIPTION="Gentoo's installer for web-based applications" |
| 8 | HOMEPAGE="http://www.gentoo.org/" |
8 | HOMEPAGE="http://www.gentoo.org/" |
| 9 | SRC_URI="http://build.pardus.de/downloads/${P}.tar.gz" |
9 | SRC_URI="http://build.pardus.de/downloads/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" |
13 | KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | |
15 | |
| 16 | DEPEND="" |
16 | DEPEND="" |
| 17 | |
17 | |
| 18 | src_unpack() { |
18 | src_unpack() { |