diff options
author | 2003-07-31 03:14:45 +0000 | |
---|---|---|
committer | 2003-07-31 03:14:45 +0000 | |
commit | caac3490fe197bc2646969e392c4a55c6afff6d9 (patch) | |
tree | 3b1b934c46aab86ef56a0f8bed7c1db57cdd55b4 /dev-python/sip | |
parent | Version bumped. (diff) | |
download | gentoo-2-caac3490fe197bc2646969e392c4a55c6afff6d9.tar.gz gentoo-2-caac3490fe197bc2646969e392c4a55c6afff6d9.tar.bz2 gentoo-2-caac3490fe197bc2646969e392c4a55c6afff6d9.zip |
Version bump
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sip/Manifest | 10 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-3.7 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/license-3.7.diff | 34 | ||||
-rw-r--r-- | dev-python/sip/sip-3.7.ebuild | 50 |
5 files changed, 97 insertions, 5 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index 25f3bcc8a57a..3381edb65d28 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/sip # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.13 2003/04/29 09:35:43 brain Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.14 2003/07/31 03:10:05 caleb Exp $ + +*sip-3.7 (30 Jul 2003) + + 30 Jul 2003; Caleb Tennis <caleb@gentoo.org> sip-3.7.ebuild: + Version bump *sip-3.6 (29 Apr 2003) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 388224a1bd0d..115193f86669 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,8 +1,10 @@ -MD5 6e388fdcff422e9e350096079b248249 files/digest-sip-3.6 67 -MD5 3d3910def0f161c87391dd758512fc18 files/license-3.6.diff 1037 -MD5 02beeecfef8cd92555d0a20b8d331fa6 files/digest-sip-3.5 67 -MD5 ea94cf729c92330a5d8a6d508361fd1c files/license-3.5.diff 1052 MD5 7bc22db772ade4e5119bb41e89360af3 sip-3.6.ebuild 1148 MD5 2e90d26390ed13cd2a38d6be47c10f6b sip-3.5.ebuild 1147 +MD5 7bc22db772ade4e5119bb41e89360af3 sip-3.7.ebuild 1148 MD5 8646e695bcf38b5be5bfe77987597df2 ChangeLog 1595 MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 +MD5 ea94cf729c92330a5d8a6d508361fd1c files/license-3.5.diff 1052 +MD5 3d3910def0f161c87391dd758512fc18 files/license-3.6.diff 1037 +MD5 02beeecfef8cd92555d0a20b8d331fa6 files/digest-sip-3.5 67 +MD5 6e388fdcff422e9e350096079b248249 files/digest-sip-3.6 67 +MD5 1714ef78f327931403628a61a1856c52 files/digest-sip-3.7 67 diff --git a/dev-python/sip/files/digest-sip-3.7 b/dev-python/sip/files/digest-sip-3.7 new file mode 100644 index 000000000000..4ceab0e0d3ce --- /dev/null +++ b/dev-python/sip/files/digest-sip-3.7 @@ -0,0 +1 @@ +MD5 f186952fe88097caa3b25503e3583ce7 sip-x11-gpl-3.7.tar.gz 178716 diff --git a/dev-python/sip/files/license-3.7.diff b/dev-python/sip/files/license-3.7.diff new file mode 100644 index 000000000000..5fba51163375 --- /dev/null +++ b/dev-python/sip/files/license-3.7.diff @@ -0,0 +1,34 @@ +--- build.py.orig 2003-07-30 22:07:12.000000000 +0000 ++++ build.py 2003-07-30 22:07:57.000000000 +0000 +@@ -675,31 +675,6 @@ + licType = "GPL" + licname = "GNU General Public License" + +- inform("This is the %s version of SIP and is licensed under the %s." % (licType,licname),0) +- +- print +- print "Type 'L' to view the license." +- print "Type 'yes' to accept the terms of the license." +- print "Type 'no' to decline the terms of the license." +- print +- +- while 1: +- try: +- resp = raw_input("Do you accept the terms of the license? ") +- except: +- resp = "" +- +- resp = string.lower(string.strip(resp)) +- +- if resp == "yes": +- break +- +- if resp == "no": +- sys.exit(0) +- +- if resp == "l": +- os.system("more LICENSE") +- + proPatches["@BLX_SIP_LICENSE@"] = licType + + inform("Building the %s version of SIP 3.7 for Python %s on %s." % (licType,pyFullVers,sys.platform)) diff --git a/dev-python/sip/sip-3.7.ebuild b/dev-python/sip/sip-3.7.ebuild new file mode 100644 index 000000000000..60b7ba6744bf --- /dev/null +++ b/dev-python/sip/sip-3.7.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/sip/sip-3.7.ebuild,v 1.1 2003/07/31 03:10:05 caleb Exp $ + +IUSE="" + +inherit eutils distutils + +MY_P="${PN}-x11-gpl-${PV}" +DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." +SRC_URI="http://www.river-bank.demon.co.uk/download/sip/${MY_P}.tar.gz" +HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +DEPEND="virtual/glibc + x11-libs/qt + >=dev-lang/python-2.2.1" + +S=${WORKDIR}/${MY_P} + + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/license-${PV}.diff +} + +src_compile(){ + distutils_python_version + + chmod +x build.py + dodir /usr/bin + dodir /usr/lib/python${PYVER}/site-packages + python build.py -l qt-mt \ + -b ${D}/usr/bin \ + -d ${D}/usr/lib/python${PYVER}/site-packages \ + -e ${D}/usr/include/python${PYVER} + + make || die +} + +src_install() { + distutils_python_version + dodir /usr/include/python${PYVER} + make DESTDIR=${D} install || die + dodoc NEWS README THANKS +} |