Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: eclass/
Date: Fri, 02 Oct 2015 21:30:23
Message-Id: 1443821731.df5ea96a502a015fdc64ee8d9491f6c492bba209.blueness@gentoo
1 commit: df5ea96a502a015fdc64ee8d9491f6c492bba209
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 21:35:31 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 21:35:31 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=df5ea96a
7
8 toolchain.eclass: update http -> https
9
10 eclass/toolchain.eclass | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
14 index 44e08af..066fc42 100644
15 --- a/eclass/toolchain.eclass
16 +++ b/eclass/toolchain.eclass
17 @@ -5,7 +5,7 @@
18 # Maintainer: Toolchain Ninjas <toolchain@g.o>
19
20 DESCRIPTION="The GNU Compiler Collection"
21 -HOMEPAGE="http://gcc.gnu.org/"
22 +HOMEPAGE="https://gcc.gnu.org/"
23 RESTRICT="strip" # cross-compilers need controlled stripping
24
25 inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator
26 @@ -238,7 +238,7 @@ S=$(
27 gentoo_urls() {
28 local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI
29 HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI"
30 - devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/}
31 + devspace=${devspace//HTTP/https:\/\/dev.gentoo.org\/}
32 echo mirror://gentoo/$1 ${devspace//URI/$1}
33 }
34
35 @@ -1617,7 +1617,7 @@ toolchain_src_install() {
36 # We remove the generated fixincludes, as they can cause things to break
37 # (ncurses, openssl, etc). We do not prevent them from being built, as
38 # in the following commit which we revert:
39 - # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648
40 + # https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648
41 # This is because bsd userland needs fixedincludes to build gcc, while
42 # linux does not. Both can dispose of them afterwards.
43 while read x ; do
44 @@ -1957,7 +1957,7 @@ toolchain_pkg_postinst() {
45 echo
46 ewarn "You might want to review the GCC upgrade guide when moving between"
47 ewarn "major versions (like 4.2 to 4.3):"
48 - ewarn "http://www.gentoo.org/doc/en/gcc-upgrading.xml"
49 + ewarn "https://www.gentoo.org/doc/en/gcc-upgrading.xml"
50 echo
51
52 # Clean up old paths