summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-07-04 20:55:13 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-07-04 20:55:13 +0000
commit8b1d4d6bce0d95f8d56ba1ffe09b66dbf114f06e (patch)
tree44551f655e29e4e1ab37def5bcd3b397622b2a49 /dev-python
parentRemoved redundant mydoc (diff)
downloadgentoo-2-8b1d4d6bce0d95f8d56ba1ffe09b66dbf114f06e.tar.gz
gentoo-2-8b1d4d6bce0d95f8d56ba1ffe09b66dbf114f06e.tar.bz2
gentoo-2-8b1d4d6bce0d95f8d56ba1ffe09b66dbf114f06e.zip
Removed use_setuptools sed.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pastescript/ChangeLog6
-rw-r--r--dev-python/pastescript/pastescript-1.1.ebuild12
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