diff options
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.3.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 2830cabc15bd..7a231bba5fe4 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.28 2008/05/12 14:50:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.29 2008/05/13 08:54:42 hawking Exp $ + + 13 May 2008; Ali Polatel <hawking@gentoo.org> PyQt4-4.3.1.ebuild, + PyQt4-4.3.3.ebuild: + Changed HOMEPAGE. Thanks to Elias Probst, #220653 12 May 2008; Markus Rothe <corsair@gentoo.org> PyQt4-4.3.3.ebuild: Stable on ppc64 diff --git a/dev-python/PyQt4/PyQt4-4.3.1.ebuild b/dev-python/PyQt4/PyQt4-4.3.1.ebuild index e9d080bb6421..cb640537b7b0 100644 --- a/dev-python/PyQt4/PyQt4-4.3.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.3.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.6 2008/02/15 19:28:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.7 2008/05/13 08:54:42 hawking Exp $ inherit distutils qt4 MY_P=PyQt-x11-gpl-${PV} DESCRIPTION="PyQt is a set of Python bindings for the Qt toolkit." -HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" +HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/" SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" diff --git a/dev-python/PyQt4/PyQt4-4.3.3.ebuild b/dev-python/PyQt4/PyQt4-4.3.3.ebuild index 58d1b28f8ad7..2a7aa2db2217 100644 --- a/dev-python/PyQt4/PyQt4-4.3.3.ebuild +++ b/dev-python/PyQt4/PyQt4-4.3.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild,v 1.7 2008/05/12 14:50:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.3.ebuild,v 1.8 2008/05/13 08:54:42 hawking Exp $ inherit distutils qt4 MY_P=PyQt-x11-gpl-${PV} DESCRIPTION="PyQt is a set of Python bindings for the Qt toolkit." -HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" +HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/" SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" |