| 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.1 2012/07/29 17:39:30 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/Attic/pypax-0.5.2.ebuild,v 1.2 2012/07/29 21:21:17 blueness 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 ~x86" |
20 | KEYWORDS="~amd64 ~ppc ~ppc64 ~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 )" |