| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 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.15 2010/10/04 00:01:32 reavertm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/Attic/webapp-config-1.50.16-r1.ebuild,v 1.16 2011/02/06 22:03:56 leio Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | PYTHON_DEPEND="2" |
6 | PYTHON_DEPEND="2" |
| 7 | SUPPORT_PYTHON_ABIS="1" |
7 | SUPPORT_PYTHON_ABIS="1" |
| 8 | |
8 | |
| … | |
… | |
| 12 | HOMEPAGE="http://sourceforge.net/projects/webapp-config/" |
12 | HOMEPAGE="http://sourceforge.net/projects/webapp-config/" |
| 13 | SRC_URI="mirror://gentoo/${P}.tar.gz" |
13 | SRC_URI="mirror://gentoo/${P}.tar.gz" |
| 14 | |
14 | |
| 15 | LICENSE="GPL-2" |
15 | LICENSE="GPL-2" |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" |
17 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" |
| 18 | IUSE="" |
18 | IUSE="" |
| 19 | |
19 | |
| 20 | DEPEND="" |
20 | DEPEND="" |
| 21 | RDEPEND="" |
21 | RDEPEND="" |
| 22 | RESTRICT_PYTHON_ABIS="3.*" |
22 | RESTRICT_PYTHON_ABIS="3.*" |