diff options
author | 2012-07-24 13:40:54 +0000 | |
---|---|---|
committer | 2012-07-24 13:40:54 +0000 | |
commit | 60e3da43a37b7e91086f1d06c5ad35446ed0ffbd (patch) | |
tree | 3314b3ba95e734af309149e9b2e1872fe8356978 /sys-apps/elfix | |
parent | Bump to 0.5 branch, remove older, ready for unmasking (diff) | |
download | gentoo-2-60e3da43a37b7e91086f1d06c5ad35446ed0ffbd.tar.gz gentoo-2-60e3da43a37b7e91086f1d06c5ad35446ed0ffbd.tar.bz2 gentoo-2-60e3da43a37b7e91086f1d06c5ad35446ed0ffbd.zip |
Bump to 0.5 branch, remove older, ready for unmasking
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.3.2.ebuild | 29 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.5.0.ebuild (renamed from sys-apps/elfix/elfix-0.4.2.ebuild) | 14 |
3 files changed, 15 insertions, 34 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index 3b11d6c54ee7..de4488c02ccd 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,5 +1,11 @@ +*elfix-0.5.0 (24 Jul 2012) + + 24 Jul 2012; Anthony G. Basile <blueness@gentoo.org> -elfix-0.3.2.ebuild, + -elfix-0.4.2.ebuild, +elfix-0.5.0.ebuild: + Bump to 0.5 branch, remove older, ready for unmasking + 05 Feb 2012; Anthony G. Basile <blueness@gentoo.org> metadata.xml: Fix the description of xtpax to match what the kernel now calls it diff --git a/sys-apps/elfix/elfix-0.3.2.ebuild b/sys-apps/elfix/elfix-0.3.2.ebuild deleted file mode 100644 index 2f21d4a2826a..000000000000 --- a/sys-apps/elfix/elfix-0.3.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.3.2.ebuild,v 1.2 2011/11/27 03:16:57 blueness Exp $ - -EAPI=4 - -DESCRIPTION="Tools to fix ELF binaries to work on Hardened Gentoo" -HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/" -SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-libs/elfutils - =dev-python/pypax-0.3* - test? ( dev-lang/yasm )" -RDEPEND="${DEPEND}" - -src_configure() { - rm -f "${S}/scripts/setup.py" - econf $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog INSTALL README THANKS TODO -} diff --git a/sys-apps/elfix/elfix-0.4.2.ebuild b/sys-apps/elfix/elfix-0.5.0.ebuild index 0a8cd69cd816..7acf3a33da6f 100644 --- a/sys-apps/elfix/elfix-0.4.2.ebuild +++ b/sys-apps/elfix/elfix-0.5.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.4.2.ebuild,v 1.1 2011/12/29 01:27:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.5.0.ebuild,v 1.1 2012/07/24 13:40:53 blueness Exp $ EAPI="4" -DESCRIPTION="Tools to fix ELF binaries to work on Hardened Gentoo" +DESCRIPTION="Tools to work with ELF binaries and libraries on Hardened Gentoo." HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/" SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" @@ -13,8 +13,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test xtpax" -DEPEND="dev-libs/elfutils - =dev-python/pypax-0.4*[xtpax=] +DEPEND=" + || ( + dev-libs/elfutils + dev-libs/libelf + ) + =dev-python/pypax-0.5*[xtpax=] test? ( dev-lang/yasm )" RDEPEND="${DEPEND}" |