diff options
author | 2015-08-26 05:47:26 +0200 | |
---|---|---|
committer | 2015-08-26 05:56:08 +0200 | |
commit | c7bc80bced47780dac77354baa20468fdde6eecb (patch) | |
tree | 351d745e1d231fd1a3981907b35d622a26008bf5 /dev-python/PyQtMobility | |
parent | dev-python/PyQt5: revert back to sourceforge for SRC_URI (diff) | |
download | gentoo-c7bc80bced47780dac77354baa20468fdde6eecb.tar.gz gentoo-c7bc80bced47780dac77354baa20468fdde6eecb.tar.bz2 gentoo-c7bc80bced47780dac77354baa20468fdde6eecb.zip |
dev-python/PyQtMobility: use sourceforge for HOMEPAGE and SRC_URI
The section on PyQtMobility has completely vanished from upstream website.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/PyQtMobility')
-rw-r--r-- | dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild b/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild index 46963c2ae82e..9477fc0ebadd 100644 --- a/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild +++ b/dev-python/PyQtMobility/PyQtMobility-1.0.1.ebuild @@ -14,8 +14,8 @@ inherit python MY_P=${PN}-gpl-${PV} DESCRIPTION="Python bindings for Nokia's QtMobility libraries" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqtmobility/intro" -SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/${PN}/${MY_P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/pyqt/files/PyQtMobility/" +SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" SLOT="0" LICENSE="|| ( GPL-2 GPL-3 )" |