summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-13 13:21:08 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-13 13:21:08 +0000
commit631b6b8758f719e6fa2a9ae82d6bd9912b35df5f (patch)
treede2dc2e2a296fec40a9a0a11e3bd25c771e78709 /dev-python
parentRemove proxy maintainer as he doesn't use Gentoo any more. (diff)
downloadgentoo-2-631b6b8758f719e6fa2a9ae82d6bd9912b35df5f.tar.gz
gentoo-2-631b6b8758f719e6fa2a9ae82d6bd9912b35df5f.tar.bz2
gentoo-2-631b6b8758f719e6fa2a9ae82d6bd9912b35df5f.zip
Use distutils_src_unpack.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'dev-python')
-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"