diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-05-30 19:35:02 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-05-30 19:35:02 +0200 |
commit | 83536af45d2f5ff85fe15aefaee0d51e8c16a4f4 (patch) | |
tree | 81520890467f7b30a3d3f2e5177f405d9e652478 /net-misc | |
parent | media-libs/libdiscid-0.6.1-r0: add alpha keyword (diff) | |
parent | HTTPS (and canonicalize domain) for github.com (diff) | |
download | gentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.tar.gz gentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.tar.bz2 gentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.zip |
Merge branch 'anthonyryan1-github'
* anthonyryan1-github:
HTTPS (and canonicalize domain) for github.com
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/whatportis/whatportis-0.2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/whatportis/whatportis-0.3.ebuild | 2 | ||||
-rw-r--r-- | net-misc/whatportis/whatportis-0.4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/whatportis/whatportis-0.5.ebuild | 2 | ||||
-rw-r--r-- | net-misc/whatportis/whatportis-0.6.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/whatportis/whatportis-0.2.ebuild b/net-misc/whatportis/whatportis-0.2.ebuild index 2a0dfcdfec65..71d00bfb48ea 100644 --- a/net-misc/whatportis/whatportis-0.2.ebuild +++ b/net-misc/whatportis/whatportis-0.2.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.3.ebuild b/net-misc/whatportis/whatportis-0.3.ebuild index 2b25ee8c3f3e..fc9db2da118f 100644 --- a/net-misc/whatportis/whatportis-0.3.ebuild +++ b/net-misc/whatportis/whatportis-0.3.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.4.ebuild b/net-misc/whatportis/whatportis-0.4.ebuild index 2b25ee8c3f3e..fc9db2da118f 100644 --- a/net-misc/whatportis/whatportis-0.4.ebuild +++ b/net-misc/whatportis/whatportis-0.4.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.5.ebuild b/net-misc/whatportis/whatportis-0.5.ebuild index 27f6a2bec800..49b5607cf8e0 100644 --- a/net-misc/whatportis/whatportis-0.5.ebuild +++ b/net-misc/whatportis/whatportis-0.5.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild index 1b1511d3fbce..59b2b221a19a 100644 --- a/net-misc/whatportis/whatportis-0.6.ebuild +++ b/net-misc/whatportis/whatportis-0.6.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) inherit distutils-r1 eutils DESCRIPTION="A command to search port names and numbers" -HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |