diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-01-25 01:35:45 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-01-25 01:41:58 +0100 |
commit | 33ee2de307c7a1e35ffb84db9c24c0cb90124f0d (patch) | |
tree | 3fe42bffa1fae1bcc5380fdf3703c89a5d3dfcca /dev-python/sip | |
parent | media-libs/vulkan-loader: Version bump to 1.0.39.0. (diff) | |
download | gentoo-33ee2de307c7a1e35ffb84db9c24c0cb90124f0d.tar.gz gentoo-33ee2de307c7a1e35ffb84db9c24c0cb90124f0d.tar.bz2 gentoo-33ee2de307c7a1e35ffb84db9c24c0cb90124f0d.zip |
dev-python/sip: don't list pypi in HOMEPAGE; use https
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/sip-4.18.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/sip/sip-4.18.ebuild | 2 | ||||
-rw-r--r-- | dev-python/sip/sip-4.19.ebuild | 4 | ||||
-rw-r--r-- | dev-python/sip/sip-4.9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/sip/sip-4.18.1.ebuild b/dev-python/sip/sip-4.18.1.ebuild index 90d5314707dc..3634f703188f 100644 --- a/dev-python/sip/sip-4.18.1.ebuild +++ b/dev-python/sip/sip-4.18.1.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$ @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in diff --git a/dev-python/sip/sip-4.18.ebuild b/dev-python/sip/sip-4.18.ebuild index 1c520fb11452..ae9b5edf88aa 100644 --- a/dev-python/sip/sip-4.18.ebuild +++ b/dev-python/sip/sip-4.18.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in diff --git a/dev-python/sip/sip-4.19.ebuild b/dev-python/sip/sip-4.19.ebuild index 001245674ae3..89aaae85ebde 100644 --- a/dev-python/sip/sip-4.19.ebuild +++ b/dev-python/sip/sip-4.19.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$ @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild index 6a0b7f6f5d32..5c95ae26d57a 100644 --- a/dev-python/sip/sip-4.9999.ebuild +++ b/dev-python/sip/sip-4.9999.ebuild @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit python-r1 toolchain-funcs mercurial DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP" -EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip" +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro" +EHG_REPO_URI="https://www.riverbankcomputing.com/hg/sip" # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in SLOT="0/12" |