summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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/*