diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-11-27 02:40:31 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-11-27 02:40:31 +0000 |
commit | 7e0a64e516fa9448e42bc56f35ac40fa1f838d63 (patch) | |
tree | b9da7fce463ef6261f174129d13e61f5d34f9aad /sys-apps/elfix | |
parent | Remove 0.2 branch, bump 0.3 branch to latest (diff) | |
download | gentoo-2-7e0a64e516fa9448e42bc56f35ac40fa1f838d63.tar.gz gentoo-2-7e0a64e516fa9448e42bc56f35ac40fa1f838d63.tar.bz2 gentoo-2-7e0a64e516fa9448e42bc56f35ac40fa1f838d63.zip |
Remove 0.1 and 0.2 branch and deprecated 0.3 version
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r-- | sys-apps/elfix/ChangeLog | 4 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.1.2.ebuild | 27 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.2.5.ebuild | 29 | ||||
-rw-r--r-- | sys-apps/elfix/elfix-0.3.1.ebuild | 29 |
4 files changed, 4 insertions, 85 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog index 24ca814aa470..38fe1713b2fe 100644 --- a/sys-apps/elfix/ChangeLog +++ b/sys-apps/elfix/ChangeLog @@ -1,5 +1,9 @@ + 27 Nov 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.1.2.ebuild, + -elfix-0.2.5.ebuild, -elfix-0.3.1.ebuild: + Remove 0.1 and 0.2 branch and deprecated 0.3 version + *elfix-0.3.2 (15 Nov 2011) 15 Nov 2011; Anthony G. Basile <blueness@gentoo.org> +elfix-0.3.2.ebuild: diff --git a/sys-apps/elfix/elfix-0.1.2.ebuild b/sys-apps/elfix/elfix-0.1.2.ebuild deleted file mode 100644 index 220ec2aea3c6..000000000000 --- a/sys-apps/elfix/elfix-0.1.2.ebuild +++ /dev/null @@ -1,27 +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.1.2.ebuild,v 1.1 2011/04/25 21:54:35 blueness Exp $ - -EAPI=3 - -DESCRIPTION="Tool to query or clear the ELF GNU_STACK executable flag" -HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/" -SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-libs/elfutils - test? ( dev-lang/yasm )" -RDEPEND="${DEPEND}" - -src_configure() { - econf $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog INSTALL README THANKS TODO -} diff --git a/sys-apps/elfix/elfix-0.2.5.ebuild b/sys-apps/elfix/elfix-0.2.5.ebuild deleted file mode 100644 index 849b7af30584..000000000000 --- a/sys-apps/elfix/elfix-0.2.5.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.2.5.ebuild,v 1.1 2011/10/17 22:18:08 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 - 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.3.1.ebuild b/sys-apps/elfix/elfix-0.3.1.ebuild deleted file mode 100644 index f7dddb297904..000000000000 --- a/sys-apps/elfix/elfix-0.3.1.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.1.ebuild,v 1.1 2011/11/03 20:50:25 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 - 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 -} |