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/sys-apps/elfix/Attic/elfix-0.5.2.ebuild,v 1.9 2012/09/16 10:48:33 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/Attic/elfix-0.5.2.ebuild,v 1.10 2012/09/18 13:47:55 johu Exp $ |
4 | |
4 | |
5 | EAPI="4" |
5 | EAPI="4" |
6 | |
6 | |
7 | DESCRIPTION="Tools to work with ELF binaries and libraries on Hardened Gentoo." |
7 | DESCRIPTION="Tools to work with ELF binaries and libraries on Hardened Gentoo." |
8 | HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/" |
8 | HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/" |
9 | SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" |
9 | SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" |
10 | |
10 | |
11 | LICENSE="GPL-3" |
11 | LICENSE="GPL-3" |
12 | SLOT="0" |
12 | SLOT="0" |
13 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" |
13 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" |
14 | IUSE="test xtpax" |
14 | IUSE="test xtpax" |
15 | |
15 | |
16 | DEPEND=" |
16 | DEPEND=" |
17 | dev-libs/elfutils |
17 | dev-libs/elfutils |
18 | =dev-python/pypax-${PV}[xtpax=] |
18 | =dev-python/pypax-${PV}[xtpax=] |