summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-03-20 15:02:20 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-03-20 15:02:20 +0000
commit90eab744be33ace40c6eb760daf3425a37e68cba (patch)
treeb856bb947180e8bd7ddc506f4f5030f9d3b4b978 /dev-python/envisageplugins
parentSnapshot from cinelerra-cv git with libpng14 patch from Arch Linux. (diff)
downloadhistorical-90eab744be33ace40c6eb760daf3425a37e68cba.tar.gz
historical-90eab744be33ace40c6eb760daf3425a37e68cba.tar.bz2
historical-90eab744be33ace40c6eb760daf3425a37e68cba.zip
Fixed building with new setuptools, bug #308205
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-python/envisageplugins')
-rw-r--r--dev-python/envisageplugins/ChangeLog8
-rw-r--r--dev-python/envisageplugins/envisageplugins-3.1.1.ebuild9
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-python/envisageplugins/ChangeLog b/dev-python/envisageplugins/ChangeLog
index 7a1379013e94..0a4351165250 100644
--- a/dev-python/envisageplugins/ChangeLog
+++ b/dev-python/envisageplugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/envisageplugins
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/ChangeLog,v 1.3 2009/09/06 15:51:49 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/ChangeLog,v 1.4 2010/03/20 15:02:20 bicatali Exp $
+
+ 20 Mar 2010; SĂ©bastien Fabbro <bicatali@gentoo.org>
+ envisageplugins-3.1.1.ebuild:
+ Fixed building with new setuptools, bug #308205
*envisageplugins-3.1.1 (06 Sep 2009)
diff --git a/dev-python/envisageplugins/envisageplugins-3.1.1.ebuild b/dev-python/envisageplugins/envisageplugins-3.1.1.ebuild
index 14598daf715d..d48364204ef7 100644
--- a/dev-python/envisageplugins/envisageplugins-3.1.1.ebuild
+++ b/dev-python/envisageplugins/envisageplugins-3.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/envisageplugins-3.1.1.ebuild,v 1.1 2009/09/06 15:51:49 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/envisageplugins-3.1.1.ebuild,v 1.2 2010/03/20 15:02:20 bicatali Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -33,7 +33,10 @@ S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="enthought"
src_prepare() {
- sed -e "s/self.run_command('build_docs')/pass/" -i setup.py || die
+ sed -i \
+ -e "s/self.run_command('build_docs')/pass/" \
+ -e "s/setupdocs>=1.0//" \
+ setup.py || die
}
src_test() {