From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D407A138827 for ; Fri, 2 Oct 2015 21:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3977121C006; Fri, 2 Oct 2015 21:30:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD3E721C006 for ; Fri, 2 Oct 2015 21:30:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5831E33D3D0 for ; Fri, 2 Oct 2015 21:30:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A56D5279 for ; Fri, 2 Oct 2015 21:30:08 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1443821731.df5ea96a502a015fdc64ee8d9491f6c492bba209.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: eclass/ X-VCS-Repository: proj/musl X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: df5ea96a502a015fdc64ee8d9491f6c492bba209 X-VCS-Branch: master Date: Fri, 2 Oct 2015 21:30:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b89ddc9-3b6a-4313-8a03-34bca159a6a9 X-Archives-Hash: ca7204ce7a3b71c7cda7932a10d35396 commit: df5ea96a502a015fdc64ee8d9491f6c492bba209 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Oct 2 21:35:31 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Oct 2 21:35:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=df5ea96a toolchain.eclass: update http -> https eclass/toolchain.eclass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 44e08af..066fc42 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -5,7 +5,7 @@ # Maintainer: Toolchain Ninjas DESCRIPTION="The GNU Compiler Collection" -HOMEPAGE="http://gcc.gnu.org/" +HOMEPAGE="https://gcc.gnu.org/" RESTRICT="strip" # cross-compilers need controlled stripping inherit eutils fixheadtails flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs versionator @@ -238,7 +238,7 @@ S=$( gentoo_urls() { local devspace="HTTP~vapier/dist/URI HTTP~rhill/dist/URI HTTP~zorry/patches/gcc/URI HTTP~blueness/dist/URI" - devspace=${devspace//HTTP/http:\/\/dev.gentoo.org\/} + devspace=${devspace//HTTP/https:\/\/dev.gentoo.org\/} echo mirror://gentoo/$1 ${devspace//URI/$1} } @@ -1617,7 +1617,7 @@ toolchain_src_install() { # We remove the generated fixincludes, as they can cause things to break # (ncurses, openssl, etc). We do not prevent them from being built, as # in the following commit which we revert: - # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648 + # https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648 # This is because bsd userland needs fixedincludes to build gcc, while # linux does not. Both can dispose of them afterwards. while read x ; do @@ -1957,7 +1957,7 @@ toolchain_pkg_postinst() { echo ewarn "You might want to review the GCC upgrade guide when moving between" ewarn "major versions (like 4.2 to 4.3):" - ewarn "http://www.gentoo.org/doc/en/gcc-upgrading.xml" + ewarn "https://www.gentoo.org/doc/en/gcc-upgrading.xml" echo # Clean up old paths