diff options
author | 2007-07-04 19:42:41 +0000 | |
---|---|---|
committer | 2007-07-04 19:42:41 +0000 | |
commit | 370ea1997377681c283365f49fe769a2c5a1bce0 (patch) | |
tree | fd8471723c3d2022df9ce0f66d33b6e4aaf118fd /dev-python/turbokid | |
parent | alpha/ia64/x86 stable (diff) | |
download | historical-370ea1997377681c283365f49fe769a2c5a1bce0.tar.gz historical-370ea1997377681c283365f49fe769a2c5a1bce0.tar.bz2 historical-370ea1997377681c283365f49fe769a2c5a1bce0.zip |
Removed setuptools sed. bug# 184039
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'dev-python/turbokid')
-rw-r--r-- | dev-python/turbokid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/turbokid/turbokid-1.0.1.ebuild | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/dev-python/turbokid/ChangeLog b/dev-python/turbokid/ChangeLog index 82468690203a..9a1216f3c7ba 100644 --- a/dev-python/turbokid/ChangeLog +++ b/dev-python/turbokid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/turbokid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/ChangeLog,v 1.2 2007/05/05 23:33:36 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/ChangeLog,v 1.3 2007/07/04 19:42:41 pythonhead Exp $ + + 04 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> turbokid-1.0.1.ebuild: + Removed setuptools sed. bug# 184039 *turbokid-1.0.1 (05 May 2007) diff --git a/dev-python/turbokid/turbokid-1.0.1.ebuild b/dev-python/turbokid/turbokid-1.0.1.ebuild index 850b25d1e7f4..1d1451cbf027 100644 --- a/dev-python/turbokid/turbokid-1.0.1.ebuild +++ b/dev-python/turbokid/turbokid-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/turbokid-1.0.1.ebuild,v 1.1 2007/05/05 23:33:36 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/turbokid-1.0.1.ebuild,v 1.2 2007/07/04 19:42:41 pythonhead Exp $ NEED_PYTHON=2.4 @@ -25,14 +25,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/install_requires = \[.*\],/d' \ - -e '/install_requires/, /],/d' \ - setup.py || die "sed failed" -} src_test() { PYTHONPATH=. "${python}" setup.py test || die "tests failed" |