| 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/dev-python/pypax/Attic/pypax-0.5.2.ebuild,v 1.5 2012/08/01 11:01:52 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/Attic/pypax-0.5.2.ebuild,v 1.6 2012/09/11 15:24:18 armin76 Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | |
6 | |
| 7 | SUPPORT_PYTHON_ABIS="1" |
7 | SUPPORT_PYTHON_ABIS="1" |
| 8 | RESTRICT_PYTHON_ABIS="*-jython" |
8 | RESTRICT_PYTHON_ABIS="*-jython" |
| … | |
… | |
| 15 | |
15 | |
| 16 | S="${WORKDIR}/elfix-${PV}/scripts" |
16 | S="${WORKDIR}/elfix-${PV}/scripts" |
| 17 | |
17 | |
| 18 | LICENSE="GPL-3" |
18 | LICENSE="GPL-3" |
| 19 | SLOT="0" |
19 | SLOT="0" |
| 20 | KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" |
20 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |
| 21 | IUSE="xtpax" |
21 | IUSE="xtpax" |
| 22 | |
22 | |
| 23 | DEPEND=" |
23 | DEPEND=" |
| 24 | dev-libs/elfutils |
24 | dev-libs/elfutils |
| 25 | xtpax? ( sys-apps/attr )" |
25 | xtpax? ( sys-apps/attr )" |