diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-07-31 03:15:09 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-07-31 03:15:09 +0000 |
commit | 43ff1ff2f1016e70de83cf44b18804c975be5cd3 (patch) | |
tree | e779a9a54a8da693d80edcd7c5d6ad6b670274c7 /dev-python/PyQt | |
parent | Version bump (diff) | |
download | gentoo-2-43ff1ff2f1016e70de83cf44b18804c975be5cd3.tar.gz gentoo-2-43ff1ff2f1016e70de83cf44b18804c975be5cd3.tar.bz2 gentoo-2-43ff1ff2f1016e70de83cf44b18804c975be5cd3.zip |
Version bump
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/PyQt/Manifest | 7 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.6.ebuild | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.7.ebuild | 51 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.7 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.7.diff | 34 |
6 files changed, 102 insertions, 6 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 154cb765e3e1..fcc1c738f4ba 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/PyQt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.17 2003/04/29 17:53:57 brain Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.18 2003/07/31 03:14:45 caleb Exp $ + + +*PyQt-3.7 (30 Jul 2003) + + 30 Jul 2003; Caleb Tennis <caleb@gentoo.org> PyQt-3.7.ebuild: + Version bump. Removed version deps on qt and python as this product + can support almost all known (portage) version. + *PyQt-3.6-r1 (29 Apr 2003) 29 Apr 2003; Michele Balistreri <brain@gentoo.org> PyQt-3.6-r1.ebuild : diff --git a/dev-python/PyQt/Manifest b/dev-python/PyQt/Manifest index 3f058e248d15..9393b410a0fa 100644 --- a/dev-python/PyQt/Manifest +++ b/dev-python/PyQt/Manifest @@ -1,13 +1,14 @@ MD5 bc16f81d45e9bf9ac24ebcb81eb9fdc6 PyQt-3.5.ebuild 1180 -MD5 8f1da07de290b10afd708434fbc7196d PyQt-3.7.ebuild 1440 +MD5 38d1e6ac16f53ac57e7baf0bba0bb31e PyQt-3.7.ebuild 1435 MD5 bcb87c9191c593b9c41356efaea867c2 PyQt-3.6-r1.ebuild 1455 -MD5 bcb87c9191c593b9c41356efaea867c2 PyQt-3.6.ebuild 1455 +MD5 bcf831b36821e50a7a8d67f8f01e7574 PyQt-3.6.ebuild 1453 MD5 a9e4ca44877ccf840572f5a07df3a1c5 PyQt-3.5-r1.ebuild 1378 -MD5 a5a55f494f09625a46bfd3c40ae89473 ChangeLog 2322 +MD5 c106b8a28efc93e48d26c4af6bdfaaa1 ChangeLog 2535 MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 MD5 94164eef52f16b805d3c252c02100d11 files/qt3.1.2-compilation-fix-3.5.diff 2151 MD5 ac2fc9d166ddfb0637781545e6d168c0 files/license-3.5.diff 972 MD5 37aecdea8b6915ebc7f7e558aa0efbf9 files/license-3.6.diff 984 +MD5 a411bac15db49327e2ac6e94f34f7577 files/license-3.7.diff 984 MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5-r1 68 MD5 02f19a3e9665543de676bb8eed138769 files/digest-PyQt-3.6-r1 68 MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5 68 diff --git a/dev-python/PyQt/PyQt-3.6.ebuild b/dev-python/PyQt/PyQt-3.6.ebuild index 325721b54f13..75ebc562b3e1 100644 --- a/dev-python/PyQt/PyQt-3.6.ebuild +++ b/dev-python/PyQt/PyQt-3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.6.ebuild,v 1.4 2003/07/12 12:49:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.6.ebuild,v 1.5 2003/07/31 03:14:45 caleb Exp $ inherit eutils distutils @@ -16,7 +16,8 @@ DEPEND="virtual/glibc sys-devel/libtool >=x11-libs/qt-3.0.4.1 >=dev-lang/python-2.2.1 - =dev-python/sip-${PV}" + =dev-python/sip-${PV} + >=dev-python/qscintilla-1.52" src_unpack() { unpack PyQt-x11-gpl-${PV}.tar.gz diff --git a/dev-python/PyQt/PyQt-3.7.ebuild b/dev-python/PyQt/PyQt-3.7.ebuild new file mode 100644 index 000000000000..907738906a8b --- /dev/null +++ b/dev-python/PyQt/PyQt-3.7.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.7.ebuild,v 1.1 2003/07/31 03:14:45 caleb Exp $ + +inherit eutils distutils + +IUSE="" +S="${WORKDIR}/PyQt-x11-gpl-${PV}" +DESCRIPTION="set of Python bindings for the QT 3.x Toolkit" +SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-${PV}.tar.gz" +HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" +DEPEND="virtual/glibc + sys-devel/libtool + x11-libs/qt + dev-lang/python + =dev-python/sip-${PV} + >=dev-python/qscintilla-1.52" + +src_unpack() { + unpack PyQt-x11-gpl-${PV}.tar.gz + cd ${S} + epatch $FILESDIR/license-${PV}.diff +} + +src_compile() { + + distutils_python_version + # standard qt sandbox problem workaround + [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" + dodir /usr/lib/python${PYVER}/site-packages + dodir /usr/include/python${PYVER} + python build.py \ + -d ${D}/usr/lib/python${PYVER}/site-packages \ + -e /usr/include/python${PYVER} \ + -b ${D}/usr/bin \ + -l qt-mt -c + make || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README.Linux NEWS LICENSE README ChangeLog THANKS + dodir /usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + # I found out this location from the redhat rpm + insinto /usr/share/sip/qt + doins ${S}/sip/* +} diff --git a/dev-python/PyQt/files/digest-PyQt-3.7 b/dev-python/PyQt/files/digest-PyQt-3.7 new file mode 100644 index 000000000000..dd9279956741 --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.7 @@ -0,0 +1 @@ +MD5 f782882fc770e6b1dc97054fe73fafee PyQt-x11-gpl-3.7.tar.gz 728162 diff --git a/dev-python/PyQt/files/license-3.7.diff b/dev-python/PyQt/files/license-3.7.diff new file mode 100644 index 000000000000..3d350d29ff2b --- /dev/null +++ b/dev-python/PyQt/files/license-3.7.diff @@ -0,0 +1,34 @@ +--- build.py.orig 2003-07-30 22:12:08.000000000 +0000 ++++ build.py 2003-07-30 22:12:39.000000000 +0000 +@@ -709,31 +709,6 @@ + licType = "GPL" + licname = "GNU General Public License" + +- inform("This is the %s version of PyQt 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") +- + inform("Building the %s version of PyQt 3.7 for Python %s on %s." % (licType,pyFullVers,sys.platform)) + + if licType != "GPL": |