summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/paste')
-rw-r--r--dev-python/paste/ChangeLog5
-rw-r--r--dev-python/paste/paste-1.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/paste/ChangeLog b/dev-python/paste/ChangeLog
index 6a229ab9896d..d48a28c23852 100644
--- a/dev-python/paste/ChangeLog
+++ b/dev-python/paste/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/paste
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.2 2008/04/18 12:09:59 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.3 2008/05/13 13:21:08 hawking Exp $
+
+ 13 May 2008; Ali Polatel <hawking@gentoo.org> paste-1.6.ebuild:
+ Use distutils_src_unpack.
*paste-1.6 (18 Apr 2008)
diff --git a/dev-python/paste/paste-1.6.ebuild b/dev-python/paste/paste-1.6.ebuild
index 40c9e3922590..01f6456b33f8 100644
--- a/dev-python/paste/paste-1.6.ebuild
+++ b/dev-python/paste/paste-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.6.ebuild,v 1.1 2008/04/18 12:09:59 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.6.ebuild,v 1.2 2008/05/13 13:21:08 hawking Exp $
NEED_PYTHON=2.4
@@ -27,8 +27,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
src_unpack() {
- unpack ${A}
- cd "${S}"
+ distutils_src_unpack
+
sed -i \
-e '/highlighter/d' \
setup.cfg || die "sed failed"