diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-01-25 01:45:21 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-01-25 01:45:21 +0100 |
commit | 214c907f8c8639211a9dcb4e73e46386efa0d29c (patch) | |
tree | f2aa8ba70b168da282e277511d89827609cb025f /dev-python/PyQt4 | |
parent | dev-python/sip: don't list pypi in HOMEPAGE; use https (diff) | |
download | gentoo-214c907f8c8639211a9dcb4e73e46386efa0d29c.tar.gz gentoo-214c907f8c8639211a9dcb4e73e46386efa0d29c.tar.bz2 gentoo-214c907f8c8639211a9dcb4e73e46386efa0d29c.zip |
dev-python/PyQt4: don't list pypi in HOMEPAGE; use https
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.12.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild index c6b1e3b42d39..166a09cc9e58 100644 --- a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit eutils multibuild python-r1 qmake-utils toolchain-funcs DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro - https://pypi.python.org/pypi/PyQt4" +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro" MY_P=PyQt-x11-gpl-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then diff --git a/dev-python/PyQt4/PyQt4-4.12.ebuild b/dev-python/PyQt4/PyQt4-4.12.ebuild index 3249402a706a..805c257fc0af 100644 --- a/dev-python/PyQt4/PyQt4-4.12.ebuild +++ b/dev-python/PyQt4/PyQt4-4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit multibuild python-r1 qmake-utils toolchain-funcs DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro - https://pypi.python.org/pypi/PyQt4" +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro" MY_P=${PN}_gpl_x11-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then |