From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4877B138334 for ; Sun, 10 Jun 2018 16:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3563CE085D; Sun, 10 Jun 2018 16:29:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE6C1E085D for ; Sun, 10 Jun 2018 16:29:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5735335C90 for ; Sun, 10 Jun 2018 16:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 151C229E for ; Sun, 10 Jun 2018 16:29:31 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1528648154.742e5bb4912f5e897af99d20f056832276c3af1a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: dev-libs/gmp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 742e5bb4912f5e897af99d20f056832276c3af1a X-VCS-Branch: master Date: Sun, 10 Jun 2018 16:29:31 +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: bd945051-d9ec-4fba-a235-f9a3bab7bb80 X-Archives-Hash: 5a32c5be01c568cb1ddea6b990efb62f commit: 742e5bb4912f5e897af99d20f056832276c3af1a Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 9 19:30:35 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 10 16:29:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742e5bb4 dev-libs/gmp: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8777 dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 ++-- dev-libs/gmp/gmp-6.0.0a.ebuild | 6 +++--- dev-libs/gmp/gmp-6.1.0.ebuild | 6 +++--- dev-libs/gmp/gmp-6.1.1.ebuild | 6 +++--- dev-libs/gmp/gmp-6.1.2-r1.ebuild | 6 +++--- 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 deeb2652409..119a7b9dd48 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 6bbf335105e..84c305ca602 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 5f06f13d2e9..c679c5b9630 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 d2e8cc6dc92..a8231bd54b5 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 8ee5a2ba140..4f9a4359fca 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 bdee2255923..6481d95238b 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