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-irc/inspircd | |
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-irc/inspircd')
-rw-r--r-- | net-irc/inspircd/inspircd-2.0.20.ebuild | 2 | ||||
-rw-r--r-- | net-irc/inspircd/inspircd-2.0.21.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/inspircd/inspircd-2.0.20.ebuild b/net-irc/inspircd/inspircd-2.0.20.ebuild index 4ae0ac31a6bf..4389a31970eb 100644 --- a/net-irc/inspircd/inspircd-2.0.20.ebuild +++ b/net-irc/inspircd/inspircd-2.0.20.ebuild @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs user DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" HOMEPAGE="https://inspircd.github.com/" -SRC_URI="https://www.github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-irc/inspircd/inspircd-2.0.21.ebuild b/net-irc/inspircd/inspircd-2.0.21.ebuild index 78958fcb5314..d5c7f94bb108 100644 --- a/net-irc/inspircd/inspircd-2.0.21.ebuild +++ b/net-irc/inspircd/inspircd-2.0.21.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs user DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" HOMEPAGE="https://inspircd.github.com/" -SRC_URI="https://www.github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |