summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-17 12:19:20 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-17 12:19:20 +0000
commit33512ba38b29a940e37b642fbd506632b25b6308 (patch)
tree3b1b3c45e3506565c4b0511b8b3af495fd0589f3 /dev-python/pyds/pyds-0.7.0.ebuild
parentGraphical Equalizer for XMMS. The one builtin to xmms only supports mp3's. ... (diff)
downloadgentoo-2-33512ba38b29a940e37b642fbd506632b25b6308.tar.gz
gentoo-2-33512ba38b29a940e37b642fbd506632b25b6308.tar.bz2
gentoo-2-33512ba38b29a940e37b642fbd506632b25b6308.zip
add py2.3 patch to 0.7.0 also
Diffstat (limited to 'dev-python/pyds/pyds-0.7.0.ebuild')
-rw-r--r--dev-python/pyds/pyds-0.7.0.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/pyds/pyds-0.7.0.ebuild b/dev-python/pyds/pyds-0.7.0.ebuild
index b40e6731bcb5..e0abc2ab88f9 100644
--- a/dev-python/pyds/pyds-0.7.0.ebuild
+++ b/dev-python/pyds/pyds-0.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.0.ebuild,v 1.1 2004/02/14 12:57:15 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.0.ebuild,v 1.2 2004/02/17 12:19:20 liquidx Exp $
inherit distutils
@@ -28,3 +28,9 @@ RDEPEND="media-libs/jpeg
>=dev-python/soappy-0.10.1"
S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/PyDS
+ epatch ${FILESDIR}/${PN}-0.6.5-py2.3.patch
+}