diff options
author | 2011-10-12 11:01:13 +0000 | |
---|---|---|
committer | 2011-10-12 11:01:13 +0000 | |
commit | ce3962f902ac001661cc17f05c74879c97bed1b4 (patch) | |
tree | 5c825e2f02127fb3e15475ea6abeecc4abb5d93c /dev-python/pypax | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian ... (diff) | |
download | gentoo-2-ce3962f902ac001661cc17f05c74879c97bed1b4.tar.gz gentoo-2-ce3962f902ac001661cc17f05c74879c97bed1b4.tar.bz2 gentoo-2-ce3962f902ac001661cc17f05c74879c97bed1b4.zip |
Version bump
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pypax')
-rw-r--r-- | dev-python/pypax/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pypax/pypax-0.2.4.ebuild | 25 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/pypax/ChangeLog b/dev-python/pypax/ChangeLog index 38095971d9c5..2a12b7d8b80a 100644 --- a/dev-python/pypax/ChangeLog +++ b/dev-python/pypax/ChangeLog @@ -1,5 +1,10 @@ +*pypax-0.2.4 (12 Oct 2011) + + 12 Oct 2011; Anthony G. Basile <blueness@gentoo.org> +pypax-0.2.4.ebuild: + Version bump + 12 Oct 2011; Anthony G. Basile <blueness@gentoo.org> pypax-0.2.3.ebuild: Add DEPEND on dev-libs/elfutils diff --git a/dev-python/pypax/pypax-0.2.4.ebuild b/dev-python/pypax/pypax-0.2.4.ebuild new file mode 100644 index 000000000000..9999ca6d3cf5 --- /dev/null +++ b/dev-python/pypax/pypax-0.2.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.2.4.ebuild,v 1.1 2011/10/12 11:01:13 blueness 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="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/elfutils + >=sys-devel/binutils-2.14.90.0.8-r1" +RDEPEND="" |