diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-09 21:30:35 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-10 17:29:14 +0100 |
commit | 742e5bb4912f5e897af99d20f056832276c3af1a (patch) | |
tree | 824f736bd952fb583b197de1f07aa6da92dedd0c /dev-libs/gmp | |
parent | dev-lang/nasm: use HTTPs (diff) | |
download | gentoo-742e5bb4912f5e897af99d20f056832276c3af1a.tar.gz gentoo-742e5bb4912f5e897af99d20f056832276c3af1a.tar.bz2 gentoo-742e5bb4912f5e897af99d20f056832276c3af1a.zip |
dev-libs/gmp: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8777
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r-- | dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.0.0a.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.1.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.1.2.ebuild | 6 |
6 files changed, 17 insertions, 17 deletions
diff --git a/dev-libs/gmp/gmp-4.3.2-r1.ebuild b/dev-libs/gmp/gmp-4.3.2-r1.ebuild index deeb2652409f..119a7b9dd487 100644 --- a/dev-libs/gmp/gmp-4.3.2-r1.ebuild +++ b/dev-libs/gmp/gmp-4.3.2-r1.ebuild @@ -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 diff --git a/dev-libs/gmp/gmp-6.0.0a.ebuild b/dev-libs/gmp/gmp-6.0.0a.ebuild index 6bbf335105ef..84c305ca602a 100644 --- a/dev-libs/gmp/gmp-6.0.0a.ebuild +++ b/dev-libs/gmp/gmp-6.0.0a.ebuild @@ -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 diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild index 5f06f13d2e9c..c679c5b9630e 100644 --- a/dev-libs/gmp/gmp-6.1.0.ebuild +++ b/dev-libs/gmp/gmp-6.1.0.ebuild @@ -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 diff --git a/dev-libs/gmp/gmp-6.1.1.ebuild b/dev-libs/gmp/gmp-6.1.1.ebuild index d2e8cc6dc926..a8231bd54b5c 100644 --- a/dev-libs/gmp/gmp-6.1.1.ebuild +++ b/dev-libs/gmp/gmp-6.1.1.ebuild @@ -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 diff --git a/dev-libs/gmp/gmp-6.1.2-r1.ebuild b/dev-libs/gmp/gmp-6.1.2-r1.ebuild index 8ee5a2ba140f..4f9a4359fca7 100644 --- a/dev-libs/gmp/gmp-6.1.2-r1.ebuild +++ b/dev-libs/gmp/gmp-6.1.2-r1.ebuild @@ -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 diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild index bdee22559239..6481d95238be 100644 --- a/dev-libs/gmp/gmp-6.1.2.ebuild +++ b/dev-libs/gmp/gmp-6.1.2.ebuild @@ -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 |