From a700efcaf59fe009b4951ce6ec07717ba95e9df7 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Wed, 27 Aug 2003 15:49:56 +0000 Subject: 3.7.3 doesn't seem to exist anymore, so make it 3.7.4 --- dev-python/pykde/Manifest | 8 ++-- dev-python/pykde/files/digest-pykde-3.7.3 | 1 - dev-python/pykde/files/digest-pykde-3.7.4 | 1 + .../pykde/files/pykde-3.7.3-sandbox-patch.diff | 20 --------- .../pykde/files/pykde-3.7.4-sandbox-patch.diff | 20 +++++++++ dev-python/pykde/pykde-3.7.3.ebuild | 50 ---------------------- dev-python/pykde/pykde-3.7.4.ebuild | 50 ++++++++++++++++++++++ 7 files changed, 74 insertions(+), 76 deletions(-) delete mode 100644 dev-python/pykde/files/digest-pykde-3.7.3 create mode 100644 dev-python/pykde/files/digest-pykde-3.7.4 delete mode 100644 dev-python/pykde/files/pykde-3.7.3-sandbox-patch.diff create mode 100644 dev-python/pykde/files/pykde-3.7.4-sandbox-patch.diff delete mode 100644 dev-python/pykde/pykde-3.7.3.ebuild create mode 100644 dev-python/pykde/pykde-3.7.4.ebuild (limited to 'dev-python/pykde') diff --git a/dev-python/pykde/Manifest b/dev-python/pykde/Manifest index 6fdbe13fa294..1557f60785ee 100644 --- a/dev-python/pykde/Manifest +++ b/dev-python/pykde/Manifest @@ -1,10 +1,8 @@ -MD5 6f156db79d3e53bfa1eb32e72c616326 pykde-3.7.4.ebuild 1287 +MD5 f208600e29ff6eb8bfdaa1c2878e20aa pykde-3.7.4.ebuild 1286 MD5 a0625a76afe55737a25000a235bc0a4d pykde-3.5.2.ebuild 1234 -MD5 6f156db79d3e53bfa1eb32e72c616326 pykde-3.7.3.ebuild 1287 -MD5 ef0346352db5bc47375f853d85883cbe ChangeLog 876 +MD5 d46e351cc86da0c47cdbf421d3bb118a ChangeLog 939 MD5 8ffc620e0c006abd05da325a3f888251 metadata.xml 182 MD5 0724bcacc7dc67d7071ec4a38828db1a files/digest-pykde-3.5.2 63 -MD5 2c4db10b398ab5478c6837b8387147cd files/digest-pykde-3.7.3 63 MD5 9964a12f8d0110947df654b5969e69e1 files/digest-pykde-3.7.4 63 -MD5 c8882bffcd911e22d9dd58d740b4bf6a files/pykde-3.7.3-sandbox-patch.diff 763 MD5 87cf4dfaa7eb6c2dc39268151690e347 files/pykde-3.5.2-sandbox-patch.diff 763 +MD5 c8882bffcd911e22d9dd58d740b4bf6a files/pykde-3.7.4-sandbox-patch.diff 763 diff --git a/dev-python/pykde/files/digest-pykde-3.7.3 b/dev-python/pykde/files/digest-pykde-3.7.3 deleted file mode 100644 index 0ca2fdb1a519..000000000000 --- a/dev-python/pykde/files/digest-pykde-3.7.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b083e7c401c9ceb2e86b873ba5e5aab3 PyKDE-3.7-3.tar.gz 683455 diff --git a/dev-python/pykde/files/digest-pykde-3.7.4 b/dev-python/pykde/files/digest-pykde-3.7.4 new file mode 100644 index 000000000000..238ea35a5cd4 --- /dev/null +++ b/dev-python/pykde/files/digest-pykde-3.7.4 @@ -0,0 +1 @@ +MD5 871740c95c572ade9d0299ef0830656a PyKDE-3.7-4.tar.gz 630256 diff --git a/dev-python/pykde/files/pykde-3.7.3-sandbox-patch.diff b/dev-python/pykde/files/pykde-3.7.3-sandbox-patch.diff deleted file mode 100644 index c9d16fd0faf1..000000000000 --- a/dev-python/pykde/files/pykde-3.7.3-sandbox-patch.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- build.py.orig 2003-08-13 15:45:42.000000000 +0200 -+++ build.py 2003-08-13 15:49:19.000000000 +0200 -@@ -624,7 +624,7 @@ - - - def checkThreading (): -- qtmodlib = modDir + '/libqtcmodule.so' -+ qtmodlib = sipModuleDir + '/libqtcmodule.so' - os.system ('ldd ' + qtmodlib + ' > lddtmp') - f = open ('lddtmp', 'r') - buff = f.read () -@@ -816,7 +816,7 @@ - if sipModuleDir is None: - error("The SIP module/library could not be found. Use the -s argument to set the correct directory") - -- proPatches["LIBS"] = [re.compile("@BL_SIPMODDIR@",re.M), sipModuleDir] -+ proPatches["LIBS"] = [re.compile("@BL_SIPMODDIR@",re.M), (sipModuleDir + " -L" + modDir)] - - inform("%s contains the SIP module." % (sipModuleDir)) - diff --git a/dev-python/pykde/files/pykde-3.7.4-sandbox-patch.diff b/dev-python/pykde/files/pykde-3.7.4-sandbox-patch.diff new file mode 100644 index 000000000000..c9d16fd0faf1 --- /dev/null +++ b/dev-python/pykde/files/pykde-3.7.4-sandbox-patch.diff @@ -0,0 +1,20 @@ +--- build.py.orig 2003-08-13 15:45:42.000000000 +0200 ++++ build.py 2003-08-13 15:49:19.000000000 +0200 +@@ -624,7 +624,7 @@ + + + def checkThreading (): +- qtmodlib = modDir + '/libqtcmodule.so' ++ qtmodlib = sipModuleDir + '/libqtcmodule.so' + os.system ('ldd ' + qtmodlib + ' > lddtmp') + f = open ('lddtmp', 'r') + buff = f.read () +@@ -816,7 +816,7 @@ + if sipModuleDir is None: + error("The SIP module/library could not be found. Use the -s argument to set the correct directory") + +- proPatches["LIBS"] = [re.compile("@BL_SIPMODDIR@",re.M), sipModuleDir] ++ proPatches["LIBS"] = [re.compile("@BL_SIPMODDIR@",re.M), (sipModuleDir + " -L" + modDir)] + + inform("%s contains the SIP module." % (sipModuleDir)) + diff --git a/dev-python/pykde/pykde-3.7.3.ebuild b/dev-python/pykde/pykde-3.7.3.ebuild deleted file mode 100644 index c36359844748..000000000000 --- a/dev-python/pykde/pykde-3.7.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/pykde-3.7.3.ebuild,v 1.1 2003/08/26 19:26:59 caleb Exp $ - -inherit eutils - -MAJ_PV=${PV%.[0-9]*} -MIN_PV=${PV##*[0-9].} -MY_PN="PyKDE" -MY_P=${MY_PN}-${MAJ_PV}-${MIN_PV} - -S=${WORKDIR}/${MY_P} -DESCRIPTION="set of Python bindings for the KDE libs" -SRC_URI="http://www.river-bank.demon.co.uk/download/PyKDE2/${MY_P}.tar.gz" -HOMEPAGE="http://www.riverbankcomputing.co.uk/pykde/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="virtual/glibc - sys-devel/libtool - >=dev-lang/python-2.2.1 - >=dev-python/sip-3.6 - >=dev-python/PyQt-3.6 - >=kde-base/kdelibs-3.0.4" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-sandbox-patch.diff -} - -src_compile() { - dodir /usr/lib/python2.2/site-packages - dodir /usr/include/python2.2 - python build.py \ - -d ${D}/usr/lib/python2.2/site-packages \ - -s /usr/lib/python2.2/site-packages \ - -u ${KDEDIR}/lib \ - -c+ -l qt-mt -v /usr/share/sip/qt || die - make || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc ChangeLog AUTHORS THANKS README NEWS COPYING DETAILS BUGS README.importTest - dodir /usr/share/doc/${PF}/ - mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${PF}/ -} diff --git a/dev-python/pykde/pykde-3.7.4.ebuild b/dev-python/pykde/pykde-3.7.4.ebuild new file mode 100644 index 000000000000..67a0852ed758 --- /dev/null +++ b/dev-python/pykde/pykde-3.7.4.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pykde/pykde-3.7.4.ebuild,v 1.1 2003/08/27 15:49:41 caleb Exp $ + +inherit eutils + +MAJ_PV=${PV%.[0-9]*} +MIN_PV=${PV##*[0-9].} +MY_PN="PyKDE" +MY_P=${MY_PN}-${MAJ_PV}-${MIN_PV} + +S=${WORKDIR}/${MY_P} +DESCRIPTION="set of Python bindings for the KDE libs" +SRC_URI="http://www.river-bank.demon.co.uk/download/PyKDE2/${MY_P}.tar.gz" +HOMEPAGE="http://www.riverbankcomputing.co.uk/pykde/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/glibc + sys-devel/libtool + >=dev-lang/python-2.2.1 + =dev-python/sip-3.7 + =dev-python/PyQt-3.7 + >=kde-base/kdelibs-3.0.4" + +src_unpack() { + unpack ${A} + cd ${S} +# epatch ${FILESDIR}/${P}-sandbox-patch.diff +} + +src_compile() { + dodir /usr/lib/python2.2/site-packages + dodir /usr/include/python2.2 + python build.py \ + -d ${D}/usr/lib/python2.2/site-packages \ + -s /usr/lib/python2.2/site-packages \ + -o ${KDEDIR}/lib \ + -c+ -l qt-mt -v /usr/share/sip/qt || die + make || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc ChangeLog AUTHORS THANKS README NEWS COPYING DETAILS BUGS README.importTest + dodir /usr/share/doc/${PF}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${PF}/ +} -- cgit v1.2.3-65-gdbad