diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-07-04 20:55:13 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-07-04 20:55:13 +0000 |
commit | 46861e5a97e043f611e702ef96e1e59df04c2f29 (patch) | |
tree | 3d2043ec5db960467091613ac363f6d1ad0d45b6 /dev-python | |
parent | Removed redundant mydoc (diff) | |
download | historical-46861e5a97e043f611e702ef96e1e59df04c2f29.tar.gz historical-46861e5a97e043f611e702ef96e1e59df04c2f29.tar.bz2 historical-46861e5a97e043f611e702ef96e1e59df04c2f29.zip |
Removed use_setuptools sed.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pastescript/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pastescript/pastescript-1.1.ebuild | 12 |
2 files changed, 7 insertions, 11 deletions
diff --git a/dev-python/pastescript/ChangeLog b/dev-python/pastescript/ChangeLog index 0a8d709bb74b..70dfaa3a6144 100644 --- a/dev-python/pastescript/ChangeLog +++ b/dev-python/pastescript/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pastescript # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.2 2007/07/04 18:15:28 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.3 2007/07/04 20:55:13 lucass Exp $ + + 04 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> + pastescript-1.1.ebuild: + Removed use_setuptools sed. 04 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> pastescript-1.1.ebuild: Removed setuptools sed. bug# 184039 diff --git a/dev-python/pastescript/pastescript-1.1.ebuild b/dev-python/pastescript/pastescript-1.1.ebuild index fcca6cee9701..91dd8b3ea09c 100644 --- a/dev-python/pastescript/pastescript-1.1.ebuild +++ b/dev-python/pastescript/pastescript-1.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/pastescript/pastescript-1.1.ebuild,v 1.2 2007/07/04 18:15:28 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.1.ebuild,v 1.3 2007/07/04 20:55:13 lucass Exp $ NEED_PYTHON=2.4 @@ -29,17 +29,9 @@ DEPEND="${RDEPEND} # The tests are currently broken, needs further investigation RESTRICT=test -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" PYTHON_MODNAME="paste/script" -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/ez_setup/d' \ - setup.py || die "sed failed" -} - src_compile() { distutils_src_compile if use doc ; then |