| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/webapp-config-1.50.16-r4.ebuild,v 1.8 2012/06/27 01:44:07 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r4.ebuild,v 1.10 2012/07/15 17:17:09 armin76 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.*" |