diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-07-05 00:16:14 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-07-05 00:16:14 +0000 |
commit | fbcb5a6c84584e86863b26ecebe3cfaf0b1cb4e2 (patch) | |
tree | a53de0655d2efdfac877e59f52c18d59376b098a /dev-python | |
parent | new version (diff) | |
download | historical-fbcb5a6c84584e86863b26ecebe3cfaf0b1cb4e2.tar.gz historical-fbcb5a6c84584e86863b26ecebe3cfaf0b1cb4e2.tar.bz2 historical-fbcb5a6c84584e86863b26ecebe3cfaf0b1cb4e2.zip |
new version
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 4 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.2.4.ebuild (renamed from dev-python/PyQt/PyQt-3.1.ebuild) | 14 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.1 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.2.4 | 1 |
4 files changed, 11 insertions, 9 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index a156999ac5e3..d441fefe3972 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for dev-python/PyQt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.2 2002/07/05 00:16:13 verwilst Exp $ + +*PyQt-3.2.4 (5 July 2002) Bart Verwilst <verwilst@gentoo.org> *PyQt-3.0 (1 Feb 2002) diff --git a/dev-python/PyQt/PyQt-3.1.ebuild b/dev-python/PyQt/PyQt-3.2.4.ebuild index 82ae7788371f..fa187d98c10c 100644 --- a/dev-python/PyQt/PyQt-3.1.ebuild +++ b/dev-python/PyQt/PyQt-3.2.4.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Maintainer: Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.1.ebuild,v 1.1 2002/04/02 13:23:51 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.2.4.ebuild,v 1.1 2002/07/05 00:16:14 verwilst Exp $ -S="${WORKDIR}/PyQt-3.1" +S="${WORKDIR}/PyQt-3.2.4" DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit( VERSION 3.x ONLY!!)." -SRC_URI="http://www.riverbankcomputing.co.uk/download/PyQt/PyQt-3.1-Qt-3.0.2.tar.gz" +SRC_URI="http://www.riverbankcomputing.co.uk/download/PyQt/PyQt-3.2.4-Qt-3.0.4-X11.tar.gz" HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" SLOT="0" DEPEND="virtual/glibc sys-devel/libtool - >=x11-libs/qt-3.0.2 - >=dev-lang/python-2.2 - =dev-python/sip-3.1" + >=x11-libs/qt-3.0.4.1 + >=dev-lang/python-2.2 + =dev-python/sip-3.2.4" src_compile() { @@ -43,3 +42,4 @@ src_install() { } + diff --git a/dev-python/PyQt/files/digest-PyQt-3.1 b/dev-python/PyQt/files/digest-PyQt-3.1 deleted file mode 100644 index 643e5e72b4b1..000000000000 --- a/dev-python/PyQt/files/digest-PyQt-3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 460c5be0afbd3573e7cea3de8995ec90 PyQt-3.1-Qt-3.0.2.tar.gz 2598298 diff --git a/dev-python/PyQt/files/digest-PyQt-3.2.4 b/dev-python/PyQt/files/digest-PyQt-3.2.4 new file mode 100644 index 000000000000..329455a2bd98 --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.2.4 @@ -0,0 +1 @@ +MD5 55a2776882e328ff609cdf2396a01b46 PyQt-3.2.4-Qt-3.0.4-X11.tar.gz 2550635 |