diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-13 08:52:27 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-13 08:52:27 +0000 |
commit | 83de22b67c343b5ac0129426adcd574db8100f70 (patch) | |
tree | 6e376d479167490e74a2559597b4494043d58fd1 /dev-python/PyQt/PyQt-3.17.4.ebuild | |
parent | solves bug 221571 (diff) | |
download | gentoo-2-83de22b67c343b5ac0129426adcd574db8100f70.tar.gz gentoo-2-83de22b67c343b5ac0129426adcd574db8100f70.tar.bz2 gentoo-2-83de22b67c343b5ac0129426adcd574db8100f70.zip |
Changed HOMEPAGE. Quoting. Thanks to Elias Probst, #220653
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'dev-python/PyQt/PyQt-3.17.4.ebuild')
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt/PyQt-3.17.4.ebuild b/dev-python/PyQt/PyQt-3.17.4.ebuild index 4dde8ef0a36d..0d454d76464b 100644 --- a/dev-python/PyQt/PyQt-3.17.4.ebuild +++ b/dev-python/PyQt/PyQt-3.17.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.4.ebuild,v 1.6 2008/03/15 08:40:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.4.ebuild,v 1.7 2008/05/13 08:52:27 hawking Exp $ inherit distutils @@ -8,7 +8,7 @@ MY_P="PyQt-x11-gpl-${PV/*_pre/snapshot-}" S="${WORKDIR}/${MY_P}" 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="mirror://gentoo/${MY_P}.tar.gz" SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/${MY_P}.tar.gz" #SRC_URI="http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/${MY_P}.tar.gz" |