summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-09-09 02:38:28 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-09-09 02:38:28 +0000
commit397db9e54b82154d9bc9406428080ffd965bd64c (patch)
tree1d963b239b04f0f221faa85137d89d90263b92b6 /sys-apps/elfix
parentVersion bump. Remove old. (diff)
downloadgentoo-2-397db9e54b82154d9bc9406428080ffd965bd64c.tar.gz
gentoo-2-397db9e54b82154d9bc9406428080ffd965bd64c.tar.bz2
gentoo-2-397db9e54b82154d9bc9406428080ffd965bd64c.zip
Remove versions with unsatisfied dependencies after pypax cleanup
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/elfix')
-rw-r--r--sys-apps/elfix/ChangeLog6
-rw-r--r--sys-apps/elfix/elfix-0.8.1.ebuild38
-rw-r--r--sys-apps/elfix/elfix-0.8.3.ebuild38
-rw-r--r--sys-apps/elfix/elfix-0.8.5.ebuild38
4 files changed, 5 insertions, 115 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog
index ad35b1029d08..62dba83a988e 100644
--- a/sys-apps/elfix/ChangeLog
+++ b/sys-apps/elfix/ChangeLog
@@ -1,6 +1,10 @@
# 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.85 2014/08/10 20:23:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/ChangeLog,v 1.86 2014/09/09 02:38:28 patrick Exp $
+
+ 09 Sep 2014; Patrick Lauer <patrick@gentoo.org> -elfix-0.8.1.ebuild,
+ -elfix-0.8.3.ebuild, -elfix-0.8.5.ebuild:
+ Remove versions with unsatisfied dependencies after pypax cleanup
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> elfix-0.8.1.ebuild,
elfix-0.8.3.ebuild, elfix-0.8.4.ebuild, elfix-0.8.5.ebuild,
diff --git a/sys-apps/elfix/elfix-0.8.1.ebuild b/sys-apps/elfix/elfix-0.8.1.ebuild
deleted file mode 100644
index b93ec8fe5078..000000000000
--- a/sys-apps/elfix/elfix-0.8.1.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.8.1.ebuild,v 1.11 2014/08/10 20:23:53 slyfox 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
-}
diff --git a/sys-apps/elfix/elfix-0.8.3.ebuild b/sys-apps/elfix/elfix-0.8.3.ebuild
deleted file mode 100644
index 123d67de98e0..000000000000
--- a/sys-apps/elfix/elfix-0.8.3.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.8.3.ebuild,v 1.11 2014/08/10 20:23:53 slyfox 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
-}
diff --git a/sys-apps/elfix/elfix-0.8.5.ebuild b/sys-apps/elfix/elfix-0.8.5.ebuild
deleted file mode 100644
index 801f07251a73..000000000000
--- a/sys-apps/elfix/elfix-0.8.5.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.8.5.ebuild,v 1.2 2014/08/10 20:23:53 slyfox 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
-}