diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-17 12:19:20 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-17 12:19:20 +0000 |
commit | d9f59867d3b0d2c135b406c9b2f5ef218e7ba7c9 (patch) | |
tree | 7dabd14cf67325dae3db3df934c5f67319966d15 /dev-python | |
parent | Graphical Equalizer for XMMS. The one builtin to xmms only supports mp3's. ... (diff) | |
download | historical-d9f59867d3b0d2c135b406c9b2f5ef218e7ba7c9.tar.gz historical-d9f59867d3b0d2c135b406c9b2f5ef218e7ba7c9.tar.bz2 historical-d9f59867d3b0d2c135b406c9b2f5ef218e7ba7c9.zip |
add py2.3 patch to 0.7.0 also
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyds/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyds/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyds/pyds-0.7.0.ebuild | 8 |
3 files changed, 13 insertions, 4 deletions
diff --git a/dev-python/pyds/ChangeLog b/dev-python/pyds/ChangeLog index a858264d4fa2..2216435c41f7 100644 --- a/dev-python/pyds/ChangeLog +++ b/dev-python/pyds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyds # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.3 2004/02/14 12:57:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.4 2004/02/17 12:19:20 liquidx Exp $ + + 14 Feb 2004; Alastair Tse <liquidx@gentoo.org> pyds-0.7.0.ebuild: + also add patch to 0.7.0 *pyds-0.7.0 (14 Feb 2004) diff --git a/dev-python/pyds/Manifest b/dev-python/pyds/Manifest index 91e475ce0c46..8718372d8530 100644 --- a/dev-python/pyds/Manifest +++ b/dev-python/pyds/Manifest @@ -1,7 +1,7 @@ -MD5 99327bcd8e68587fd7f098f4d8307482 ChangeLog 613 +MD5 59e9cdfe661ac3ddffbe0c52e66169ed ChangeLog 708 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 aed2c5e3ee66acf1a2fe321be8fb5072 pyds-0.6.5.ebuild 829 -MD5 4ad736d793e8a05df26a6c87380a0015 pyds-0.7.0.ebuild 745 +MD5 77e4803768572fa218a62bf4b6d83193 pyds-0.7.0.ebuild 834 MD5 0cfd4d73a24797f841459714fb787030 files/digest-pyds-0.6.5 62 MD5 3a582b6b5901641f1a0165b05c3fc78b files/digest-pyds-0.7.0 62 MD5 94e7c2cab795b8d9754f8f58efe71178 files/pyds-0.6.5-py2.3.patch 614 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 +} |