Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/
Date: Sun, 10 Jun 2018 16:29:36
Message-Id: 1528648154.742e5bb4912f5e897af99d20f056832276c3af1a.slyfox@gentoo
1 commit: 742e5bb4912f5e897af99d20f056832276c3af1a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:30:35 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 16:29:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742e5bb4
7
8 dev-libs/gmp: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8777
11
12 dev-libs/gmp/gmp-4.3.2-r1.ebuild | 4 ++--
13 dev-libs/gmp/gmp-6.0.0a.ebuild | 6 +++---
14 dev-libs/gmp/gmp-6.1.0.ebuild | 6 +++---
15 dev-libs/gmp/gmp-6.1.1.ebuild | 6 +++---
16 dev-libs/gmp/gmp-6.1.2-r1.ebuild | 6 +++---
17 dev-libs/gmp/gmp-6.1.2.ebuild | 6 +++---
18 6 files changed, 17 insertions(+), 17 deletions(-)
19
20 diff --git a/dev-libs/gmp/gmp-4.3.2-r1.ebuild b/dev-libs/gmp/gmp-4.3.2-r1.ebuild
21 index deeb2652409..119a7b9dd48 100644
22 --- a/dev-libs/gmp/gmp-4.3.2-r1.ebuild
23 +++ b/dev-libs/gmp/gmp-4.3.2-r1.ebuild
24 @@ -8,7 +8,7 @@ EAPI="5"
25 inherit eutils libtool toolchain-funcs multilib-minimal
26
27 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
28 -HOMEPAGE="http://gmplib.org/"
29 +HOMEPAGE="https://gmplib.org/"
30 SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
31
32 LICENSE="LGPL-3"
33 @@ -38,7 +38,7 @@ src_prepare() {
34
35 multilib_src_configure() {
36 # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
37 - # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
38 + # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
39 if [[ ${CHOST} == hppa2.0-* ]] ; then
40 GMPABI="1.0"
41 fi
42
43 diff --git a/dev-libs/gmp/gmp-6.0.0a.ebuild b/dev-libs/gmp/gmp-6.0.0a.ebuild
44 index 6bbf335105e..84c305ca602 100644
45 --- a/dev-libs/gmp/gmp-6.0.0a.ebuild
46 +++ b/dev-libs/gmp/gmp-6.0.0a.ebuild
47 @@ -9,10 +9,10 @@ MY_PV=${PV/_p*}
48 MY_P=${PN}-${MY_PV}
49 PLEVEL=${PV/*p}
50 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
51 -HOMEPAGE="http://gmplib.org/"
52 +HOMEPAGE="https://gmplib.org/"
53 SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
54 ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
55 - doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
56 + doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
57
58 LICENSE="|| ( LGPL-3+ GPL-2+ )"
59 SLOT="0"
60 @@ -48,7 +48,7 @@ src_prepare() {
61
62 multilib_src_configure() {
63 # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
64 - # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
65 + # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
66 if [[ ${CHOST} == hppa2.0-* ]] ; then
67 GMPABI="1.0"
68 fi
69
70 diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild
71 index 5f06f13d2e9..c679c5b9630 100644
72 --- a/dev-libs/gmp/gmp-6.1.0.ebuild
73 +++ b/dev-libs/gmp/gmp-6.1.0.ebuild
74 @@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
75 MY_P=${PN}-${MY_PV}
76 PLEVEL=${PV/*p}
77 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
78 -HOMEPAGE="http://gmplib.org/"
79 +HOMEPAGE="https://gmplib.org/"
80 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
81 mirror://gnu/${PN}/${MY_P}.tar.xz
82 - doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
83 + doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
84
85 LICENSE="|| ( LGPL-3+ GPL-2+ )"
86 # The subslot reflects the C & C++ SONAMEs.
87 @@ -54,7 +54,7 @@ src_prepare() {
88
89 multilib_src_configure() {
90 # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
91 - # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
92 + # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
93 if [[ ${CHOST} == hppa2.0-* ]] ; then
94 GMPABI="1.0"
95 fi
96
97 diff --git a/dev-libs/gmp/gmp-6.1.1.ebuild b/dev-libs/gmp/gmp-6.1.1.ebuild
98 index d2e8cc6dc92..a8231bd54b5 100644
99 --- a/dev-libs/gmp/gmp-6.1.1.ebuild
100 +++ b/dev-libs/gmp/gmp-6.1.1.ebuild
101 @@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
102 MY_P=${PN}-${MY_PV}
103 PLEVEL=${PV/*p}
104 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
105 -HOMEPAGE="http://gmplib.org/"
106 +HOMEPAGE="https://gmplib.org/"
107 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
108 mirror://gnu/${PN}/${MY_P}.tar.xz
109 - doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
110 + doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
111
112 LICENSE="|| ( LGPL-3+ GPL-2+ )"
113 # The subslot reflects the C & C++ SONAMEs.
114 @@ -54,7 +54,7 @@ src_prepare() {
115
116 multilib_src_configure() {
117 # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
118 - # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
119 + # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
120 if [[ ${CHOST} == hppa2.0-* ]] ; then
121 GMPABI="1.0"
122 fi
123
124 diff --git a/dev-libs/gmp/gmp-6.1.2-r1.ebuild b/dev-libs/gmp/gmp-6.1.2-r1.ebuild
125 index 8ee5a2ba140..4f9a4359fca 100644
126 --- a/dev-libs/gmp/gmp-6.1.2-r1.ebuild
127 +++ b/dev-libs/gmp/gmp-6.1.2-r1.ebuild
128 @@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
129 MY_P=${PN}-${MY_PV}
130 PLEVEL=${PV/*p}
131 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
132 -HOMEPAGE="http://gmplib.org/"
133 +HOMEPAGE="https://gmplib.org/"
134 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
135 mirror://gnu/${PN}/${MY_P}.tar.xz
136 - doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
137 + doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
138
139 LICENSE="|| ( LGPL-3+ GPL-2+ )"
140 # The subslot reflects the C & C++ SONAMEs.
141 @@ -59,7 +59,7 @@ src_prepare() {
142
143 multilib_src_configure() {
144 # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
145 - # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
146 + # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
147 if [[ ${CHOST} == hppa2.0-* ]] ; then
148 GMPABI="1.0"
149 fi
150
151 diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild
152 index bdee2255923..6481d95238b 100644
153 --- a/dev-libs/gmp/gmp-6.1.2.ebuild
154 +++ b/dev-libs/gmp/gmp-6.1.2.ebuild
155 @@ -10,10 +10,10 @@ MY_PV=${MY_PV/_/-}
156 MY_P=${PN}-${MY_PV}
157 PLEVEL=${PV/*p}
158 DESCRIPTION="Library for arbitrary-precision arithmetic on different type of numbers"
159 -HOMEPAGE="http://gmplib.org/"
160 +HOMEPAGE="https://gmplib.org/"
161 SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
162 mirror://gnu/${PN}/${MY_P}.tar.xz
163 - doc? ( http://gmplib.org/${PN}-man-${MY_PV}.pdf )"
164 + doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
165
166 LICENSE="|| ( LGPL-3+ GPL-2+ )"
167 # The subslot reflects the C & C++ SONAMEs.
168 @@ -57,7 +57,7 @@ src_prepare() {
169
170 multilib_src_configure() {
171 # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
172 - # http://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
173 + # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
174 if [[ ${CHOST} == hppa2.0-* ]] ; then
175 GMPABI="1.0"
176 fi