diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-12-28 23:30:20 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-12-28 23:30:20 +0000 |
commit | ce60afcf958415dcea2ce8118d2dc01d10aa1a17 (patch) | |
tree | 997c731597eab16a1f9c96150457031a0b76eaea /sys-apps | |
parent | Migrate forward keywords from 0.9.0 to 0.9.0-r1 since its a trivial fix. (diff) | |
download | gentoo-2-ce60afcf958415dcea2ce8118d2dc01d10aa1a17.tar.gz gentoo-2-ce60afcf958415dcea2ce8118d2dc01d10aa1a17.tar.bz2 gentoo-2-ce60afcf958415dcea2ce8118d2dc01d10aa1a17.zip |
Remove buggy version, bug #533758
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.9.0.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index ac88e2cf3a5f..afadd381fd4a 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/elfix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.93 2014/12/28 23:28:29 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.94 2014/12/28 23:30:20 blueness Exp $ + + 28 Dec 2014; Anthony G. Basile <blueness@gentoo.org> -elfix-0.9.0.ebuild: + Remove buggy version, bug #533758 28 Dec 2014; Anthony G. Basile <blueness@gentoo.org> elfix-0.9.0-r1.ebuild: Migrate forward keywords from 0.9.0 to 0.9.0-r1 since its a trivial fix. diff --git a/sys-apps/elfix/elfix-0.9.0.ebuild b/sys-apps/elfix/elfix-0.9.0.ebuild deleted file mode 100644 index 631606d11596..000000000000 --- a/sys-apps/elfix/elfix-0.9.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.9.0.ebuild,v 1.4 2014/12/27 19:25:38 ago Exp $ - -EAPI="5" - -DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/hardened/pax-quickstart.xml - http://dev.gentoo.org/~blueness/elfix/" -SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86" -IUSE="+ptpax +xtpax" - -REQUIRED_USE="|| ( ptpax xtpax )" - -# These only work with a properly configured PaX kernel -RESTRICT="test" - -DEPEND="~dev-python/pypax-${PV}[ptpax=,xtpax=] - ptpax? ( dev-libs/elfutils ) - xtpax? ( sys-apps/attr )" - -RDEPEND="${DEPEND}" - -src_configure() { - rm -f "${S}/scripts/setup.py" - econf --disable-tests \ - $(use_enable ptpax) \ - $(use_enable xtpax) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog INSTALL README THANKS TODO -} |