diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/Manifest | 18 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.5.ebuild | 5 |
3 files changed, 16 insertions, 12 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index a90633d99c48..d205f39f8629 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.33 2004/04/21 12:05:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.34 2004/05/04 11:08:54 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> PyQt-3.5.ebuild: + Add missing IUSE. 21 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PyQt-3.11.ebuild: Mark stable on amd64. diff --git a/dev-python/PyQt/Manifest b/dev-python/PyQt/Manifest index 97a7febd10a6..eea3ee2632da 100644 --- a/dev-python/PyQt/Manifest +++ b/dev-python/PyQt/Manifest @@ -1,14 +1,14 @@ +MD5 03b82b23eb727663b68b33809f800ce8 PyQt-3.11.ebuild 1487 +MD5 4303717e08e758f64b0f2ff0db2086b2 PyQt-3.10.ebuild 1705 +MD5 5b7d2b984661af24fee87068b90c717c PyQt-3.8.1.ebuild 1722 +MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 +MD5 dfff044a0e491e0b1be69354a7b0156c PyQt-3.5.ebuild 1164 +MD5 9ba7818494bf317d3c0cab6a51ae5372 ChangeLog 4299 MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5 68 +MD5 b7a163cf6c16bcf3dbb9095827bb527f files/PyQt-3.10-qt-3.3.patch 294 MD5 3fa2049e4d6038c8e02e2069f072cd60 files/digest-PyQt-3.8.1 70 MD5 7323b7d1c141a1f065cb1b8646bec695 files/license-3.8.1.diff 960 +MD5 e548a5df6315f902d96d5b2d5afc2901 files/digest-PyQt-3.11 69 MD5 94164eef52f16b805d3c252c02100d11 files/qt3.1.2-compilation-fix-3.5.diff 2151 -MD5 4bd3f02e83b155d77c50cc023c3d42ba files/digest-PyQt-3.10 69 -MD5 b7a163cf6c16bcf3dbb9095827bb527f files/PyQt-3.10-qt-3.3.patch 294 MD5 c5e3a3d6c377558ef966905f47c9c947 files/PyQt-3.8.1-qt-3.3.patch 280 -MD5 e548a5df6315f902d96d5b2d5afc2901 files/digest-PyQt-3.11 69 -MD5 d94a4d77ced99712813b11c4f741c423 ChangeLog 4207 -MD5 f4317fb0f6ab10575aa8afdd0af7c665 PyQt-3.5.ebuild 1158 -MD5 5b7d2b984661af24fee87068b90c717c PyQt-3.8.1.ebuild 1722 -MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 -MD5 4303717e08e758f64b0f2ff0db2086b2 PyQt-3.10.ebuild 1705 -MD5 03b82b23eb727663b68b33809f800ce8 PyQt-3.11.ebuild 1487 +MD5 4bd3f02e83b155d77c50cc023c3d42ba files/digest-PyQt-3.10 69 diff --git a/dev-python/PyQt/PyQt-3.5.ebuild b/dev-python/PyQt/PyQt-3.5.ebuild index dbb8fa3f4814..db32c4cccf32 100644 --- a/dev-python/PyQt/PyQt-3.5.ebuild +++ b/dev-python/PyQt/PyQt-3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5.ebuild,v 1.8 2003/09/11 01:14:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5.ebuild,v 1.9 2004/05/04 11:08:54 kloeri Exp $ inherit eutils @@ -9,6 +9,7 @@ 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/" +IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha" |