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 /dev-util/wstool | |
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 'dev-util/wstool')
-rw-r--r-- | dev-util/wstool/wstool-0.1.10.ebuild | 2 | ||||
-rw-r--r-- | dev-util/wstool/wstool-0.1.12.ebuild | 2 | ||||
-rw-r--r-- | dev-util/wstool/wstool-0.1.13.ebuild | 2 | ||||
-rw-r--r-- | dev-util/wstool/wstool-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/wstool/wstool-0.1.10.ebuild b/dev-util/wstool/wstool-0.1.10.ebuild index 962d9993ae9e..4e6a9aa81d93 100644 --- a/dev-util/wstool/wstool-0.1.10.ebuild +++ b/dev-util/wstool/wstool-0.1.10.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/wstool/wstool-0.1.12.ebuild b/dev-util/wstool/wstool-0.1.12.ebuild index d8ec14af3a9d..9b864871c037 100644 --- a/dev-util/wstool/wstool-0.1.12.ebuild +++ b/dev-util/wstool/wstool-0.1.12.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/wstool/wstool-0.1.13.ebuild b/dev-util/wstool/wstool-0.1.13.ebuild index 551f7c7a7703..f8ee765ab915 100644 --- a/dev-util/wstool/wstool-0.1.13.ebuild +++ b/dev-util/wstool/wstool-0.1.13.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi diff --git a/dev-util/wstool/wstool-9999.ebuild b/dev-util/wstool/wstool-9999.ebuild index 551f7c7a7703..f8ee765ab915 100644 --- a/dev-util/wstool/wstool-9999.ebuild +++ b/dev-util/wstool/wstool-9999.ebuild @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" else SRC_URI="http://download.ros.org/downloads/${PN}/${P}.tar.gz - http://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/vcstools/wstool/archive/${PV}.tar.gz -> ${P}.tar.gz " KEYWORDS="~amd64 ~arm" fi |