diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-05-24 20:20:10 -0400 |
---|---|---|
committer | Anthony Ryan <anthonyryan1@gmail.com> | 2016-05-29 19:05:08 -0400 |
commit | 8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02 (patch) | |
tree | 7374abc6eec2225f03c318b0f7845c5c7e789e9a /net-misc | |
parent | x11-libs/libxcb: add patch file that was mistakenly not committed (diff) | |
download | gentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.tar.gz gentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.tar.bz2 gentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.zip |
HTTPS (and canonicalize domain) for github.com
All links to www.github.com were changed to github.com (preferred by GitHub).
During the automated testing of all modified packages the following SRC_URIs
were discovered to have changed upstream. Upon closer inspection they were
all confirmed to not be regressions. They will all continue to work when
served from the mirrors.
* dev-python/catkin_pkg-0.2.10 (upstream tarball changed)
* dev-python/rosdistro-0.4.4 (upstream tarball changed)
* dev-util/rosdep-0.11.4 (upstream tarball changed)
* dev-util/wstool-0.1.12 (upstream tarball changed)
* dev-util/wstool-0.1.13 (upstream tarball changed)
* dev-util/rosdep-0.11.5 (upstream tarball deleted)
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" |