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/mpfr/
Date: Sun, 10 Jun 2018 16:29:37
Message-Id: 1528648154.ef5e6e068a0e96348d3446b4f72c6db142adcbf3.slyfox@gentoo
1 commit: ef5e6e068a0e96348d3446b4f72c6db142adcbf3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:31:38 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=ef5e6e06
7
8 dev-libs/mpfr: use HTTPs
9
10 dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild | 4 ++--
11 dev-libs/mpfr/mpfr-3.1.3_p4.ebuild | 4 ++--
12 dev-libs/mpfr/mpfr-3.1.4.ebuild | 4 ++--
13 dev-libs/mpfr/mpfr-3.1.5_p2.ebuild | 4 ++--
14 dev-libs/mpfr/mpfr-3.1.6.ebuild | 4 ++--
15 dev-libs/mpfr/mpfr-4.0.0-r1.ebuild | 4 ++--
16 dev-libs/mpfr/mpfr-4.0.1.ebuild | 4 ++--
17 7 files changed, 14 insertions(+), 14 deletions(-)
18
19 diff --git a/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild b/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild
20 index 68a9758e2ff..7967195aea4 100644
21 --- a/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild
22 +++ b/dev-libs/mpfr/mpfr-2.4.2_p3-r1.ebuild
23 @@ -10,8 +10,8 @@ inherit eutils libtool multilib multilib-minimal flag-o-matic
24 MY_PV=${PV/_p*}
25 MY_P=${PN}-${MY_PV}
26 DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
27 -HOMEPAGE="http://www.mpfr.org/"
28 -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2
29 +HOMEPAGE="https://www.mpfr.org/"
30 +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2
31 https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.bz2"
32
33 LICENSE="LGPL-2.1"
34
35 diff --git a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
36 index c66635fdc46..ea96ab6369f 100644
37 --- a/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
38 +++ b/dev-libs/mpfr/mpfr-3.1.3_p4.ebuild
39 @@ -10,8 +10,8 @@ MY_PV=${PV/_p*}
40 MY_P=${PN}-${MY_PV}
41 PLEVEL=${PV/*p}
42 DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
43 -HOMEPAGE="http://www.mpfr.org/"
44 -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz
45 +HOMEPAGE="https://www.mpfr.org/"
46 +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz
47 https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.xz"
48
49 LICENSE="LGPL-2.1"
50
51 diff --git a/dev-libs/mpfr/mpfr-3.1.4.ebuild b/dev-libs/mpfr/mpfr-3.1.4.ebuild
52 index 64e99d57905..aed000a2fde 100644
53 --- a/dev-libs/mpfr/mpfr-3.1.4.ebuild
54 +++ b/dev-libs/mpfr/mpfr-3.1.4.ebuild
55 @@ -10,8 +10,8 @@ MY_PV=${PV/_p*}
56 MY_P=${PN}-${MY_PV}
57 PLEVEL=${PV/*p}
58 DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
59 -HOMEPAGE="http://www.mpfr.org/"
60 -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
61 +HOMEPAGE="https://www.mpfr.org/"
62 +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66
67 diff --git a/dev-libs/mpfr/mpfr-3.1.5_p2.ebuild b/dev-libs/mpfr/mpfr-3.1.5_p2.ebuild
68 index 318769f2037..09e5460b545 100644
69 --- a/dev-libs/mpfr/mpfr-3.1.5_p2.ebuild
70 +++ b/dev-libs/mpfr/mpfr-3.1.5_p2.ebuild
71 @@ -10,8 +10,8 @@ MY_PV=${PV/_p*}
72 MY_P=${PN}-${MY_PV}
73 PLEVEL=${PV/*p}
74 DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
75 -HOMEPAGE="http://www.mpfr.org/"
76 -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz
77 +HOMEPAGE="https://www.mpfr.org/"
78 +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz
79 https://dev.gentoo.org/~mgorny/dist/${MY_P}-patchset.tar.xz"
80
81 LICENSE="LGPL-2.1"
82
83 diff --git a/dev-libs/mpfr/mpfr-3.1.6.ebuild b/dev-libs/mpfr/mpfr-3.1.6.ebuild
84 index 199e7df47fe..adc199a660f 100644
85 --- a/dev-libs/mpfr/mpfr-3.1.6.ebuild
86 +++ b/dev-libs/mpfr/mpfr-3.1.6.ebuild
87 @@ -10,8 +10,8 @@ MY_PV=${PV/_p*}
88 MY_P=${PN}-${MY_PV}
89 PLEVEL=${PV/*p}
90 DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
91 -HOMEPAGE="http://www.mpfr.org/"
92 -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
93 +HOMEPAGE="https://www.mpfr.org/"
94 +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
95
96 LICENSE="LGPL-2.1"
97 SLOT="0/4" # libmpfr.so version
98
99 diff --git a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
100 index 6d382c4eccb..272e4e3f30c 100644
101 --- a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
102 +++ b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild
103 @@ -10,8 +10,8 @@ MY_PV=${PV/_p*}
104 MY_P=${PN}-${MY_PV}
105 PLEVEL=${PV/*p}
106 DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
107 -HOMEPAGE="http://www.mpfr.org/"
108 -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
109 +HOMEPAGE="https://www.mpfr.org/"
110 +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
111
112 LICENSE="LGPL-2.1"
113 SLOT="0/6" # libmpfr.so version
114
115 diff --git a/dev-libs/mpfr/mpfr-4.0.1.ebuild b/dev-libs/mpfr/mpfr-4.0.1.ebuild
116 index 6d382c4eccb..272e4e3f30c 100644
117 --- a/dev-libs/mpfr/mpfr-4.0.1.ebuild
118 +++ b/dev-libs/mpfr/mpfr-4.0.1.ebuild
119 @@ -10,8 +10,8 @@ MY_PV=${PV/_p*}
120 MY_P=${PN}-${MY_PV}
121 PLEVEL=${PV/*p}
122 DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
123 -HOMEPAGE="http://www.mpfr.org/"
124 -SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
125 +HOMEPAGE="https://www.mpfr.org/"
126 +SRC_URI="https://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
127
128 LICENSE="LGPL-2.1"
129 SLOT="0/6" # libmpfr.so version