summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-10-12 11:08:58 +0000
committerAnthony G. Basile <blueness@gentoo.org>2011-10-12 11:08:58 +0000
commitc4f15501dfa4335db12e204e278a4db8038afedc (patch)
treee782b3431e974c8702005d08a8fa9cac87c28e12 /sys-apps
parentsparc stable wrt #384501 (diff)
downloadgentoo-2-c4f15501dfa4335db12e204e278a4db8038afedc.tar.gz
gentoo-2-c4f15501dfa4335db12e204e278a4db8038afedc.tar.bz2
gentoo-2-c4f15501dfa4335db12e204e278a4db8038afedc.zip
Version bump, remove deprecated
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/elfix/ChangeLog6
-rw-r--r--sys-apps/elfix/elfix-0.2.4.ebuild (renamed from sys-apps/elfix/elfix-0.2.2.ebuild)4
2 files changed, 9 insertions, 1 deletions
diff --git a/sys-apps/elfix/ChangeLog b/sys-apps/elfix/ChangeLog
index df68609a592c..b0ee0ae67245 100644
--- a/sys-apps/elfix/ChangeLog
+++ b/sys-apps/elfix/ChangeLog
@@ -1,5 +1,11 @@
+*elfix-0.2.4 (12 Oct 2011)
+
+ 12 Oct 2011; Anthony G. Basile <blueness@gentoo.org> -elfix-0.2.2.ebuild,
+ +elfix-0.2.4.ebuild:
+ Version bump, remove deprecated
+
*elfix-0.2.3 (09 Oct 2011)
09 Oct 2011; Anthony G. Basile <blueness@gentoo.org> +elfix-0.2.3.ebuild:
diff --git a/sys-apps/elfix/elfix-0.2.2.ebuild b/sys-apps/elfix/elfix-0.2.4.ebuild
index 2b5a0eae2692..acce50a5886f 100644
--- a/sys-apps/elfix/elfix-0.2.2.ebuild
+++ b/sys-apps/elfix/elfix-0.2.4.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.1 2011/10/03 16:36:02 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.2.4.ebuild,v 1.1 2011/10/12 11:08:58 blueness Exp $
EAPI=4
@@ -14,10 +14,12 @@ 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)
}