summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAnthony Ryan <anthonyryan1@gmail.com>2016-05-24 20:20:10 -0400
committerAnthony Ryan <anthonyryan1@gmail.com>2016-05-29 19:05:08 -0400
commit8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02 (patch)
tree7374abc6eec2225f03c318b0f7845c5c7e789e9a /eclass
parenteb9f8511dd89af8f737307ae9eb3498dfa80e595 (diff)
downloadgentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.tar.gz
gentoo-8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02.tar.xz
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 'eclass')
-rw-r--r--eclass/go-mono.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass
index ff790c61518..3ff2ad4001e 100644
--- a/eclass/go-mono.eclass
+++ b/eclass/go-mono.eclass
@@ -32,13 +32,13 @@ then
elif [[ "${PV}" == "9999" ]]
then
GO_MONO_P=${P}
- EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git"
+ EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git"
SRC_URI=""
inherit autotools git
elif [[ "${PV%.9999}" != "${PV}" ]]
then
GO_MONO_P=${P}
- EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git"
+ EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git"
EGIT_BRANCH="mono-$(get_version_component_range 1)-$(get_version_component_range 2)${GO_MONO_SUB_BRANCH}"
SRC_URI=""
inherit autotools git