summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-07-04 21:30:14 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-07-04 21:30:14 +0000
commitdbeb73ba2de96eafa3f93a90327f67bfa98b258c (patch)
tree5a05205bf56423149f969420679ac747acdf3d65 /dev-python/simplejson/simplejson-1.7.1.ebuild
parentDon't install pstree.x11 unless USE X, #184226 thanks to Patrick van Staveren. (diff)
downloadgentoo-2-dbeb73ba2de96eafa3f93a90327f67bfa98b258c.tar.gz
gentoo-2-dbeb73ba2de96eafa3f93a90327f67bfa98b258c.tar.bz2
gentoo-2-dbeb73ba2de96eafa3f93a90327f67bfa98b258c.zip
Removed use_setuptools sed. Dropped old version.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python/simplejson/simplejson-1.7.1.ebuild')
-rw-r--r--dev-python/simplejson/simplejson-1.7.1.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-python/simplejson/simplejson-1.7.1.ebuild b/dev-python/simplejson/simplejson-1.7.1.ebuild
index bf0f21a6b985..4a1eea0dfc4c 100644
--- a/dev-python/simplejson/simplejson-1.7.1.ebuild
+++ b/dev-python/simplejson/simplejson-1.7.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/simplejson/simplejson-1.7.1.ebuild,v 1.1 2007/04/22 08:22:22 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-1.7.1.ebuild,v 1.2 2007/07/04 21:30:14 lucass Exp $
NEED_PYTHON=2.3
@@ -19,14 +19,6 @@ DEPEND="test? ( dev-python/nose )
dev-python/setuptools"
RDEPEND=""
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^ez_setup/d' -e '/^import ez_setup/d' \
- setup.py || die "sed failed"
-}
-
src_install() {
distutils_src_install
dohtml -r docs/*