summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-01-13 15:42:50 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-01-13 15:42:50 +0000
commit9fb56ab77f99747f8b50ac4303f5424362eb8fc1 (patch)
tree00a9cd0072ff1c52a168e2406256ca1984aaaa60 /dev-python/pypax
parentVersion bump, switch to EAPI=5 and python-r1. Drop old revisions. (diff)
downloadgentoo-2-9fb56ab77f99747f8b50ac4303f5424362eb8fc1.tar.gz
gentoo-2-9fb56ab77f99747f8b50ac4303f5424362eb8fc1.tar.bz2
gentoo-2-9fb56ab77f99747f8b50ac4303f5424362eb8fc1.zip
Remove older stable
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/pypax')
-rw-r--r--dev-python/pypax/ChangeLog5
-rw-r--r--dev-python/pypax/pypax-0.6.0.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-python/pypax/ChangeLog b/dev-python/pypax/ChangeLog
index 9b35a38a9522..df3eea47d18c 100644
--- a/dev-python/pypax/ChangeLog
+++ b/dev-python/pypax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pypax
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.40 2013/01/10 20:35:10 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/ChangeLog,v 1.41 2013/01/13 15:42:50 blueness Exp $
+
+ 13 Jan 2013; Anthony G. Basile <blueness@gentoo.org> -pypax-0.6.0.ebuild:
+ Remove older stable
10 Jan 2013; Anthony G. Basile <blueness@gentoo.org> pypax-0.7.0.ebuild:
Stable x86, bug #445334
diff --git a/dev-python/pypax/pypax-0.6.0.ebuild b/dev-python/pypax/pypax-0.6.0.ebuild
deleted file mode 100644
index 916a6136b7bf..000000000000
--- a/dev-python/pypax/pypax-0.6.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.6.0.ebuild,v 1.5 2012/12/06 04:07:44 phajdan.jr Exp $
-
-EAPI="3"
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython"
-
-inherit distutils
-
-DESCRIPTION="Python module for reading or writing PaX flags to an ELF."
-HOMEPAGE="http://dev.gentoo.org/~blueness/elfix/"
-SRC_URI="http://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz"
-
-S="${WORKDIR}/elfix-${PV}/scripts"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE="+ptpax xtpax"
-
-DEPEND="
- dev-libs/elfutils
- xtpax? ( sys-apps/attr )"
-
-RDEPEND=""
-
-src_compile() {
- unset PTPAX
- unset XTPAX
- use ptpax && export PTPAX="yes"
- use xtpax && export XTPAX="yes"
- distutils_src_compile
-}