summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-02-26 04:47:30 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-02-26 04:47:30 +0000
commit04adc4e3aec19e87c2c1a1b3018930c284cf17d8 (patch)
tree5c4b399ac82f84f1c871d68b44a8fc2f9c74d703 /dev-python/enthoughtbase
parentProperly implement the Desktop File Specification in make_desktop_entry() (diff)
downloadgentoo-2-04adc4e3aec19e87c2c1a1b3018930c284cf17d8.tar.gz
gentoo-2-04adc4e3aec19e87c2c1a1b3018930c284cf17d8.tar.bz2
gentoo-2-04adc4e3aec19e87c2c1a1b3018930c284cf17d8.zip
Removed a trailing setupdocs in the setup.py
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/enthoughtbase')
-rw-r--r--dev-python/enthoughtbase/ChangeLog8
-rw-r--r--dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild9
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-python/enthoughtbase/ChangeLog b/dev-python/enthoughtbase/ChangeLog
index fa0bb0360312..cb91b671006e 100644
--- a/dev-python/enthoughtbase/ChangeLog
+++ b/dev-python/enthoughtbase/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/enthoughtbase
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.9 2009/11/08 19:53:57 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.10 2010/02/26 04:47:30 bicatali Exp $
+
+ 26 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org>
+ enthoughtbase-3.0.3.ebuild:
+ Removed a trailing setupdocs in the setup.py
08 Nov 2009; nixnut <nixnut@gentoo.org> enthoughtbase-3.0.3.ebuild:
ppc stable #290607
diff --git a/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild
index 2b2c3d95a3c8..8157e6434df4 100644
--- a/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild
+++ b/dev-python/enthoughtbase/enthoughtbase-3.0.3.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/enthoughtbase/enthoughtbase-3.0.3.ebuild,v 1.4 2009/11/08 19:53:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild,v 1.5 2010/02/26 04:47:30 bicatali Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -32,7 +32,10 @@ S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="enthought"
src_prepare() {
- sed -i -e "s/self.run_command('build_docs')/pass/" setup.py || die
+ sed -i \
+ -e "s/self.run_command('build_docs')/pass/" \
+ -e '/setupdocs/d' \
+ setup.py || die
}
src_compile() {