| 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.7.0.ebuild,v 1.3 2012/12/18 12:58:29 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/Attic/pypax-0.7.0.ebuild,v 1.4 2012/12/18 19:57:26 ago 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="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" |
20 | KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86" |
| 21 | IUSE="+ptpax +xtpax" |
21 | IUSE="+ptpax +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 )" |