dev-libs/gmp: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 9 Jun 2018 19:30:35 +0000 (21:30 +0200)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 10 Jun 2018 16:29:14 +0000 (17:29 +0100)
Closes: https://github.com/gentoo/gentoo/pull/8777

dev-libs/gmp/gmp-4.3.2-r1.ebuild
dev-libs/gmp/gmp-6.0.0a.ebuild
dev-libs/gmp/gmp-6.1.0.ebuild
dev-libs/gmp/gmp-6.1.1.ebuild
dev-libs/gmp/gmp-6.1.2-r1.ebuild
dev-libs/gmp/gmp-6.1.2.ebuild

index deeb2652409f237b0b237498fe5e01cbdf92b37f..119a7b9dd487d78248eb6adfcf48804334e1231e 100644 (file)
@@ -8,7 +8,7 @@ EAPI="5"
 inherit eutils libtool toolchain-funcs multilib-minimal
 
 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
-HOMEPAGE="http://gmplib.org/"
+HOMEPAGE="https://gmplib.org/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-3"
@@ -38,7 +38,7 @@ src_prepare() {
 
 multilib_src_configure() {
        # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-       # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
+       # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
        if [[ ${CHOST} == hppa2.0-* ]] ; then
                GMPABI="1.0"
        fi
index 6bbf335105eff7e2d6827d6c25c91a3d180435d5..84c305ca602a120348c37bb8d51141bc97c73535 100644 (file)
@@ -9,10 +9,10 @@ MY_PV=${PV/_p*}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
-HOMEPAGE="http://gmplib.org/"
+HOMEPAGE="https://gmplib.org/"
 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
        ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
-       doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
+       doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
 
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 SLOT="0"
@@ -48,7 +48,7 @@ src_prepare() {
 
 multilib_src_configure() {
        # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-       # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
+       # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
        if [[ ${CHOST} == hppa2.0-* ]] ; then
                GMPABI="1.0"
        fi
index 5f06f13d2e9c302491b58cdf4ebced97ae20366e..c679c5b9630e51923646e82e23678b369c827a00 100644 (file)
@@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
-HOMEPAGE="http://gmplib.org/"
+HOMEPAGE="https://gmplib.org/"
 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
        mirror://gnu/${PN}/${MY_P}.tar.xz
-       doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
+       doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
 
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
@@ -54,7 +54,7 @@ src_prepare() {
 
 multilib_src_configure() {
        # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-       # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
+       # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
        if [[ ${CHOST} == hppa2.0-* ]] ; then
                GMPABI="1.0"
        fi
index d2e8cc6dc926ead29b7c3a800ee0b0ab3064be8e..a8231bd54b5c9d0815b93e6db0e40a4a7d80f3ee 100644 (file)
@@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
-HOMEPAGE="http://gmplib.org/"
+HOMEPAGE="https://gmplib.org/"
 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
        mirror://gnu/${PN}/${MY_P}.tar.xz
-       doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
+       doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
 
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
@@ -54,7 +54,7 @@ src_prepare() {
 
 multilib_src_configure() {
        # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-       # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
+       # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
        if [[ ${CHOST} == hppa2.0-* ]] ; then
                GMPABI="1.0"
        fi
index 8ee5a2ba140f3282a4971ff0d9db02ae3fa68066..4f9a4359fca7896990e737c61ac30e8b27b294b4 100644 (file)
@@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
-HOMEPAGE="http://gmplib.org/"
+HOMEPAGE="https://gmplib.org/"
 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
        mirror://gnu/${PN}/${MY_P}.tar.xz
-       doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
+       doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
 
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
@@ -59,7 +59,7 @@ src_prepare() {
 
 multilib_src_configure() {
        # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-       # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
+       # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
        if [[ ${CHOST} == hppa2.0-* ]] ; then
                GMPABI="1.0"
        fi
index bdee22559239b537ae6356607740a14b2f8adbc0..6481d95238bea89a55d090e24259adfd1c4c3cae 100644 (file)
@@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
 MY_P=${PN}-${MY_PV}
 PLEVEL=${PV/*p}
 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
-HOMEPAGE="http://gmplib.org/"
+HOMEPAGE="https://gmplib.org/"
 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
        mirror://gnu/${PN}/${MY_P}.tar.xz
-       doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
+       doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
 
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
@@ -57,7 +57,7 @@ src_prepare() {
 
 multilib_src_configure() {
        # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-       # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
+       # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
        if [[ ${CHOST} == hppa2.0-* ]] ; then
                GMPABI="1.0"
        fi