diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-23 15:09:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-23 15:14:07 -0400 |
commit | 5c65817748f2f9c4d6a22d264689716a8851c7e8 (patch) | |
tree | 0a0b79533819ce79d93f79577edc54d096b90be8 /sys-libs | |
parent | sys-libs/newlib: drop old <2.0.0 versions (diff) | |
download | gentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.tar.gz gentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.tar.bz2 gentoo-5c65817748f2f9c4d6a22d264689716a8851c7e8.zip |
sourceware: convert to https:// URIs
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/files/eblits/pkg_pretend.eblit | 2 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_prepare.eblit | 6 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-2.1.0.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-2.2.0.20150423.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-2.3.0.20160104.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-2.4.0.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-9999.ebuild | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/sys-libs/glibc/files/eblits/pkg_pretend.eblit b/sys-libs/glibc/files/eblits/pkg_pretend.eblit index c900ccc62f8b..ff8f1c1a652e 100644 --- a/sys-libs/glibc/files/eblits/pkg_pretend.eblit +++ b/sys-libs/glibc/files/eblits/pkg_pretend.eblit @@ -94,7 +94,7 @@ eblit-glibc-pkg_pretend() { then eerror "Your patched vendor kernel is broken. You need to get an" eerror "update from whoever is providing the kernel to you." - eerror "http://sourceware.org/bugzilla/show_bug.cgi?id=5227" + eerror "https://sourceware.org/bugzilla/show_bug.cgi?id=5227" eerror "http://bugs.gentoo.org/262698" die "keeping your system alive, say thank you" fi diff --git a/sys-libs/glibc/files/eblits/src_prepare.eblit b/sys-libs/glibc/files/eblits/src_prepare.eblit index 162cf530c8db..4a5c8af7f6a4 100644 --- a/sys-libs/glibc/files/eblits/src_prepare.eblit +++ b/sys-libs/glibc/files/eblits/src_prepare.eblit @@ -43,10 +43,10 @@ eblit-glibc-src_prepare() { # Glibc is stupid sometimes, and doesn't realize that with a # static C-Only gcc, -lgcc_eh doesn't exist. - # http://sourceware.org/ml/libc-alpha/2003-09/msg00100.html - # http://sourceware.org/ml/libc-alpha/2005-02/msg00042.html + # https://sourceware.org/ml/libc-alpha/2003-09/msg00100.html + # https://sourceware.org/ml/libc-alpha/2005-02/msg00042.html # But! Finally fixed in recent versions: - # http://sourceware.org/ml/libc-alpha/2012-05/msg01865.html + # https://sourceware.org/ml/libc-alpha/2012-05/msg01865.html if ! version_is_at_least 2.16 ; then echo 'int main(){}' > "${T}"/gcc_eh_test.c if ! $(tc-getCC ${CTARGET}) ${CFLAGS} ${LDFLAGS} "${T}"/gcc_eh_test.c -lgcc_eh 2>/dev/null ; then diff --git a/sys-libs/newlib/newlib-2.0.0.ebuild b/sys-libs/newlib/newlib-2.0.0.ebuild index 24db8d219ced..e39cea372e04 100644 --- a/sys-libs/newlib/newlib-2.0.0.ebuild +++ b/sys-libs/newlib/newlib-2.0.0.ebuild @@ -15,7 +15,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" LICENSE="NEWLIB LIBGLOSS GPL-2" diff --git a/sys-libs/newlib/newlib-2.1.0.ebuild b/sys-libs/newlib/newlib-2.1.0.ebuild index 7f50e9877f0c..dc0a45a900ee 100644 --- a/sys-libs/newlib/newlib-2.1.0.ebuild +++ b/sys-libs/newlib/newlib-2.1.0.ebuild @@ -15,7 +15,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz" LICENSE="NEWLIB LIBGLOSS GPL-2" diff --git a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild index 064993fbcd88..69e50b0a9234 100644 --- a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild +++ b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild b/sys-libs/newlib/newlib-2.2.0.ebuild index f8746386f35a..f1bd5c3ad3f3 100644 --- a/sys-libs/newlib/newlib-2.2.0.ebuild +++ b/sys-libs/newlib/newlib-2.2.0.ebuild @@ -23,7 +23,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild index 5f23c0ffb2ce..12999bcabf4e 100644 --- a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild +++ b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-2.4.0.ebuild b/sys-libs/newlib/newlib-2.4.0.ebuild index 5f23c0ffb2ce..12999bcabf4e 100644 --- a/sys-libs/newlib/newlib-2.4.0.ebuild +++ b/sys-libs/newlib/newlib-2.4.0.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild index 064993fbcd88..69e50b0a9234 100644 --- a/sys-libs/newlib/newlib-9999.ebuild +++ b/sys-libs/newlib/newlib-9999.ebuild @@ -25,7 +25,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Newlib is a C library intended for use on embedded systems" -HOMEPAGE="http://sourceware.org/newlib/" +HOMEPAGE="https://sourceware.org/newlib/" LICENSE="NEWLIB LIBGLOSS GPL-2" SLOT="0" |