Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/
Date: Mon, 30 Oct 2017 23:37:35
Message-Id: 1509406431.71ca5d5c89072df0fea17133334a91d33874fb40.kentnl@gentoo
1 commit: 71ca5d5c89072df0fea17133334a91d33874fb40
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Oct 29 19:36:34 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 23:33:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ca5d5c
7
8 dev-lang/perl: use HTTPS for HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/6074
11
12 dev-lang/perl/perl-5.24.1-r2.ebuild | 8 ++++----
13 dev-lang/perl/perl-5.24.2.ebuild | 8 ++++----
14 dev-lang/perl/perl-5.24.3.ebuild | 8 ++++----
15 dev-lang/perl/perl-5.26.0.ebuild | 8 ++++----
16 dev-lang/perl/perl-5.26.1.ebuild | 8 ++++----
17 dev-lang/perl/perl-5.26.9999.ebuild | 8 ++++----
18 dev-lang/perl/perl-5.28.9999.ebuild | 8 ++++----
19 7 files changed, 28 insertions(+), 28 deletions(-)
20
21 diff --git a/dev-lang/perl/perl-5.24.1-r2.ebuild b/dev-lang/perl/perl-5.24.1-r2.ebuild
22 index 1250d4c7125..50935dc90f4 100644
23 --- a/dev-lang/perl/perl-5.24.1-r2.ebuild
24 +++ b/dev-lang/perl/perl-5.24.1-r2.ebuild
25 @@ -25,7 +25,7 @@ SRC_URI="
26 https://dev.gentoo.org/~kentnl/distfiles/${MY_P}-patches-${PATCH_VER}.tar.xz
27 https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
28 "
29 -HOMEPAGE="http://www.perl.org/"
30 +HOMEPAGE="https://www.perl.org/"
31
32 LICENSE="|| ( Artistic GPL-1+ )"
33 SLOT="0/${SHORT_PV}"
34 @@ -97,9 +97,9 @@ check_rebuild() {
35
36 # Reinstall w/ USE Change
37 elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
38 - ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
39 - ( use debug && ! has_version dev-lang/perl[debug] ) || \
40 - ( ! use debug && has_version dev-lang/perl[debug] ) ; then
41 + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
42 + ( use debug && ! has_version dev-lang/perl[debug] ) || \
43 + ( ! use debug && has_version dev-lang/perl[debug] ) ; then
44 echo ""
45 ewarn "TOGGLED USE-FLAGS WARNING:"
46 ewarn "You changed one of the use-flags ithreads or debug."
47
48 diff --git a/dev-lang/perl/perl-5.24.2.ebuild b/dev-lang/perl/perl-5.24.2.ebuild
49 index 1bcccde79f5..b6863bfb177 100644
50 --- a/dev-lang/perl/perl-5.24.2.ebuild
51 +++ b/dev-lang/perl/perl-5.24.2.ebuild
52 @@ -26,7 +26,7 @@ SRC_URI="
53 https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
54 https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
55 "
56 -HOMEPAGE="http://www.perl.org/"
57 +HOMEPAGE="https://www.perl.org/"
58
59 LICENSE="|| ( Artistic GPL-1+ )"
60 SLOT="0/${SHORT_PV}"
61 @@ -98,9 +98,9 @@ check_rebuild() {
62
63 # Reinstall w/ USE Change
64 elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
65 - ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
66 - ( use debug && ! has_version dev-lang/perl[debug] ) || \
67 - ( ! use debug && has_version dev-lang/perl[debug] ) ; then
68 + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
69 + ( use debug && ! has_version dev-lang/perl[debug] ) || \
70 + ( ! use debug && has_version dev-lang/perl[debug] ) ; then
71 echo ""
72 ewarn "TOGGLED USE-FLAGS WARNING:"
73 ewarn "You changed one of the use-flags ithreads or debug."
74
75 diff --git a/dev-lang/perl/perl-5.24.3.ebuild b/dev-lang/perl/perl-5.24.3.ebuild
76 index e36cec59f27..cc82a288550 100644
77 --- a/dev-lang/perl/perl-5.24.3.ebuild
78 +++ b/dev-lang/perl/perl-5.24.3.ebuild
79 @@ -26,7 +26,7 @@ SRC_URI="
80 https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
81 https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
82 "
83 -HOMEPAGE="http://www.perl.org/"
84 +HOMEPAGE="https://www.perl.org/"
85
86 LICENSE="|| ( Artistic GPL-1+ )"
87 SLOT="0/${SHORT_PV}"
88 @@ -98,9 +98,9 @@ check_rebuild() {
89
90 # Reinstall w/ USE Change
91 elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
92 - ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
93 - ( use debug && ! has_version dev-lang/perl[debug] ) || \
94 - ( ! use debug && has_version dev-lang/perl[debug] ) ; then
95 + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
96 + ( use debug && ! has_version dev-lang/perl[debug] ) || \
97 + ( ! use debug && has_version dev-lang/perl[debug] ) ; then
98 echo ""
99 ewarn "TOGGLED USE-FLAGS WARNING:"
100 ewarn "You changed one of the use-flags ithreads or debug."
101
102 diff --git a/dev-lang/perl/perl-5.26.0.ebuild b/dev-lang/perl/perl-5.26.0.ebuild
103 index 31f557b650c..6a1ce9639e7 100644
104 --- a/dev-lang/perl/perl-5.26.0.ebuild
105 +++ b/dev-lang/perl/perl-5.26.0.ebuild
106 @@ -45,7 +45,7 @@ SRC_URI="
107 https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
108 https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
109 "
110 -HOMEPAGE="http://www.perl.org/"
111 +HOMEPAGE="https://www.perl.org/"
112
113 LICENSE="|| ( Artistic GPL-1+ )"
114 SLOT="0/${SUBSLOT}"
115 @@ -121,9 +121,9 @@ check_rebuild() {
116
117 # Reinstall w/ USE Change
118 elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
119 - ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
120 - ( use debug && ! has_version dev-lang/perl[debug] ) || \
121 - ( ! use debug && has_version dev-lang/perl[debug] ) ; then
122 + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
123 + ( use debug && ! has_version dev-lang/perl[debug] ) || \
124 + ( ! use debug && has_version dev-lang/perl[debug] ) ; then
125 echo ""
126 ewarn "TOGGLED USE-FLAGS WARNING:"
127 ewarn "You changed one of the use-flags ithreads or debug."
128
129 diff --git a/dev-lang/perl/perl-5.26.1.ebuild b/dev-lang/perl/perl-5.26.1.ebuild
130 index e6464cb307d..a7e2522f1e1 100644
131 --- a/dev-lang/perl/perl-5.26.1.ebuild
132 +++ b/dev-lang/perl/perl-5.26.1.ebuild
133 @@ -43,7 +43,7 @@ SRC_URI="
134 https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
135 https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
136 "
137 -HOMEPAGE="http://www.perl.org/"
138 +HOMEPAGE="https://www.perl.org/"
139
140 LICENSE="|| ( Artistic GPL-1+ )"
141 SLOT="0/${SUBSLOT}"
142 @@ -118,9 +118,9 @@ check_rebuild() {
143
144 # Reinstall w/ USE Change
145 elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
146 - ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
147 - ( use debug && ! has_version dev-lang/perl[debug] ) || \
148 - ( ! use debug && has_version dev-lang/perl[debug] ) ; then
149 + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
150 + ( use debug && ! has_version dev-lang/perl[debug] ) || \
151 + ( ! use debug && has_version dev-lang/perl[debug] ) ; then
152 echo ""
153 ewarn "TOGGLED USE-FLAGS WARNING:"
154 ewarn "You changed one of the use-flags ithreads or debug."
155
156 diff --git a/dev-lang/perl/perl-5.26.9999.ebuild b/dev-lang/perl/perl-5.26.9999.ebuild
157 index 3de2f856919..e55363ce2b1 100644
158 --- a/dev-lang/perl/perl-5.26.9999.ebuild
159 +++ b/dev-lang/perl/perl-5.26.9999.ebuild
160 @@ -43,7 +43,7 @@ SRC_URI="
161 https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
162 https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
163 "
164 -HOMEPAGE="http://www.perl.org/"
165 +HOMEPAGE="https://www.perl.org/"
166
167 LICENSE="|| ( Artistic GPL-1+ )"
168 SLOT="0/${SUBSLOT}"
169 @@ -118,9 +118,9 @@ check_rebuild() {
170
171 # Reinstall w/ USE Change
172 elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
173 - ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
174 - ( use debug && ! has_version dev-lang/perl[debug] ) || \
175 - ( ! use debug && has_version dev-lang/perl[debug] ) ; then
176 + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
177 + ( use debug && ! has_version dev-lang/perl[debug] ) || \
178 + ( ! use debug && has_version dev-lang/perl[debug] ) ; then
179 echo ""
180 ewarn "TOGGLED USE-FLAGS WARNING:"
181 ewarn "You changed one of the use-flags ithreads or debug."
182
183 diff --git a/dev-lang/perl/perl-5.28.9999.ebuild b/dev-lang/perl/perl-5.28.9999.ebuild
184 index 823075efb2a..e5595e4eead 100644
185 --- a/dev-lang/perl/perl-5.28.9999.ebuild
186 +++ b/dev-lang/perl/perl-5.28.9999.ebuild
187 @@ -43,7 +43,7 @@ SRC_URI="
188 https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
189 https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
190 "
191 -HOMEPAGE="http://www.perl.org/"
192 +HOMEPAGE="https://www.perl.org/"
193
194 LICENSE="|| ( Artistic GPL-1+ )"
195 SLOT="0/${SUBSLOT}"
196 @@ -118,9 +118,9 @@ check_rebuild() {
197
198 # Reinstall w/ USE Change
199 elif ( use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
200 - ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
201 - ( use debug && ! has_version dev-lang/perl[debug] ) || \
202 - ( ! use debug && has_version dev-lang/perl[debug] ) ; then
203 + ( ! use ithreads && has_version dev-lang/perl[ithreads] ) || \
204 + ( use debug && ! has_version dev-lang/perl[debug] ) || \
205 + ( ! use debug && has_version dev-lang/perl[debug] ) ; then
206 echo ""
207 ewarn "TOGGLED USE-FLAGS WARNING:"
208 ewarn "You changed one of the use-flags ithreads or debug."