summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-07-04 20:09:11 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-07-04 20:09:11 +0000
commit68d09c89f7a576f3e8481c71254fe3cbc4157db1 (patch)
treee257da3d126a26e536ffbd9307780ee1ea7e26b9 /dev-python/kid
parentStable for HPPA (bug #183958). (diff)
downloadgentoo-2-68d09c89f7a576f3e8481c71254fe3cbc4157db1.tar.gz
gentoo-2-68d09c89f7a576f3e8481c71254fe3cbc4157db1.tar.bz2
gentoo-2-68d09c89f7a576f3e8481c71254fe3cbc4157db1.zip
Removed use_setuptools sed.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python/kid')
-rw-r--r--dev-python/kid/ChangeLog5
-rw-r--r--dev-python/kid/kid-0.9.5.ebuild12
2 files changed, 5 insertions, 12 deletions
diff --git a/dev-python/kid/ChangeLog b/dev-python/kid/ChangeLog
index b8452b0e65bb..9336a0a3b2a1 100644
--- a/dev-python/kid/ChangeLog
+++ b/dev-python/kid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/kid
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.11 2007/02/03 22:43:14 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.12 2007/07/04 20:09:11 lucass Exp $
+
+ 04 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> kid-0.9.5.ebuild:
+ Removed use_setuptools sed.
*kid-0.9.5 (03 Feb 2007)
diff --git a/dev-python/kid/kid-0.9.5.ebuild b/dev-python/kid/kid-0.9.5.ebuild
index 0df116f1537f..c2473f1901a9 100644
--- a/dev-python/kid/kid-0.9.5.ebuild
+++ b/dev-python/kid/kid-0.9.5.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/kid/kid-0.9.5.ebuild,v 1.1 2007/02/03 22:43:15 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.5.ebuild,v 1.2 2007/07/04 20:09:11 lucass Exp $
NEED_PYTHON=2.3
@@ -20,16 +20,6 @@ DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/docutils )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e '/use_setuptools/d' \
- setup.py || die "sed failed"
-}
-
src_test() {
# We have to move the build folder out of the way to make the tests work
mv build build.bak