summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-14 12:57:15 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-14 12:57:15 +0000
commite1a06533ccebf9832828e7a6485bf228a796e7aa (patch)
treef03809277d9a31a0b29ad2a5967bcc3ef1324d79 /dev-python/pyds/pyds-0.6.5.ebuild
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-e1a06533ccebf9832828e7a6485bf228a796e7aa.tar.gz
gentoo-2-e1a06533ccebf9832828e7a6485bf228a796e7aa.tar.bz2
gentoo-2-e1a06533ccebf9832828e7a6485bf228a796e7aa.zip
version bump. also add patch (#41254) thanks to <jerf jerf.org>
Diffstat (limited to 'dev-python/pyds/pyds-0.6.5.ebuild')
-rw-r--r--dev-python/pyds/pyds-0.6.5.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-python/pyds/pyds-0.6.5.ebuild b/dev-python/pyds/pyds-0.6.5.ebuild
index 0ed0424ccce9..1b1ca28ced63 100644
--- a/dev-python/pyds/pyds-0.6.5.ebuild
+++ b/dev-python/pyds/pyds-0.6.5.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.6.5.ebuild,v 1.2 2004/01/18 12:36:05 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.3 2004/02/14 12:57:15 liquidx Exp $
inherit distutils
@@ -28,3 +28,10 @@ RDEPEND="media-libs/jpeg
>=dev-python/soappy-0.10.1"
S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/PyDS
+ epatch ${FILESDIR}/${P}-py2.3.patch
+}
+