summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-10-10 11:58:20 +0000
committerFabian Groffen <grobian@gentoo.org>2009-10-10 11:58:20 +0000
commit16579824fcaa4b38ff081ea2ef3004de5f97a499 (patch)
tree47755508a3f526711ed040a95fcc41ec94744596 /dev-python/astng
parentMask USE cups for kdeadmin-meta and kdeutils-meta wrt #287697. Only available... (diff)
downloadhistorical-16579824fcaa4b38ff081ea2ef3004de5f97a499.tar.gz
historical-16579824fcaa4b38ff081ea2ef3004de5f97a499.tar.bz2
historical-16579824fcaa4b38ff081ea2ef3004de5f97a499.zip
Merge from Prefix
Package-Manager: portage-2.2.00.14552-prefix/cvs/Darwin powerpc RepoMan-Options: --force
Diffstat (limited to 'dev-python/astng')
-rw-r--r--dev-python/astng/ChangeLog5
-rw-r--r--dev-python/astng/astng-0.19.1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/astng/ChangeLog b/dev-python/astng/ChangeLog
index cd03d68cae6a..41e3fad6fe1e 100644
--- a/dev-python/astng/ChangeLog
+++ b/dev-python/astng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astng
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.25 2009/09/05 13:02:03 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.26 2009/10/10 11:54:14 grobian Exp $
+
+ 10 Oct 2009; Fabian Groffen <grobian@gentoo.org> astng-0.19.1.ebuild:
+ Merge from Prefix
05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -astng-0.19.0.ebuild:
Remove old
diff --git a/dev-python/astng/astng-0.19.1.ebuild b/dev-python/astng/astng-0.19.1.ebuild
index 14aeb640f42e..38f8f60062c6 100644
--- a/dev-python/astng/astng-0.19.1.ebuild
+++ b/dev-python/astng/astng-0.19.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.19.1.ebuild,v 1.1 2009/09/04 22:34:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.19.1.ebuild,v 1.2 2009/10/10 11:54:14 grobian Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/astng/logilab-${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
IUSE="test"
RDEPEND=">=dev-python/logilab-common-0.39.0"
@@ -50,7 +50,8 @@ src_install() {
distutils_src_install
deletion_of_unneeded_files() {
- local sdir="${D}/$(python_get_sitedir)/logilab"
+ [[ -z ${ED} ]] && local ED=${D}
+ local sdir="${ED}/$(python_get_sitedir)/logilab"
# we need to remove this file because it collides with the one
# from logilab-common (which we depend on).