Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/
Date: Wed, 06 Apr 2022 23:58:44
Message-Id: 1649289504.f0fa1a797450eb78222d05379c242cb631f29d49.sam@gentoo
1 commit: f0fa1a797450eb78222d05379c242cb631f29d49
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 6 23:50:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 6 23:58:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fa1a79
7
8 app-shells/bash: use HTTPS homepage
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/bash/bash-2.05b_p13.ebuild | 4 ++--
13 app-shells/bash/bash-3.0_p22.ebuild | 4 ++--
14 app-shells/bash/bash-3.1_p23.ebuild | 4 ++--
15 app-shells/bash/bash-3.2_p57.ebuild | 4 ++--
16 app-shells/bash/bash-4.0_p44.ebuild | 4 ++--
17 app-shells/bash/bash-4.1_p17.ebuild | 4 ++--
18 app-shells/bash/bash-4.2_p53.ebuild | 4 ++--
19 app-shells/bash/bash-4.3_p48-r2.ebuild | 4 ++--
20 app-shells/bash/bash-4.4_p23-r2.ebuild | 4 ++--
21 app-shells/bash/bash-5.0_p18.ebuild | 4 ++--
22 app-shells/bash/bash-5.1_p12.ebuild | 4 ++--
23 app-shells/bash/bash-5.1_p16.ebuild | 2 +-
24 app-shells/bash/bash-5.1_p8.ebuild | 4 ++--
25 13 files changed, 25 insertions(+), 25 deletions(-)
26
27 diff --git a/app-shells/bash/bash-2.05b_p13.ebuild b/app-shells/bash/bash-2.05b_p13.ebuild
28 index 5d27c8bf42fa..508333271bcc 100644
29 --- a/app-shells/bash/bash-2.05b_p13.ebuild
30 +++ b/app-shells/bash/bash-2.05b_p13.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 +# Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=7
37 @@ -28,7 +28,7 @@ patches() {
38 }
39
40 DESCRIPTION="The standard GNU Bourne again shell"
41 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
42 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
43 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
44
45 LICENSE="GPL-2"
46
47 diff --git a/app-shells/bash/bash-3.0_p22.ebuild b/app-shells/bash/bash-3.0_p22.ebuild
48 index 1b23a376b371..fa3951936d98 100644
49 --- a/app-shells/bash/bash-3.0_p22.ebuild
50 +++ b/app-shells/bash/bash-3.0_p22.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2021 Gentoo Authors
53 +# Copyright 1999-2022 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -28,7 +28,7 @@ patches() {
58 }
59
60 DESCRIPTION="The standard GNU Bourne again shell"
61 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
62 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
63 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
64
65 LICENSE="GPL-2"
66
67 diff --git a/app-shells/bash/bash-3.1_p23.ebuild b/app-shells/bash/bash-3.1_p23.ebuild
68 index dc0a34675c7b..bc1b322a17e3 100644
69 --- a/app-shells/bash/bash-3.1_p23.ebuild
70 +++ b/app-shells/bash/bash-3.1_p23.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 +# Copyright 1999-2022 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=7
77 @@ -28,7 +28,7 @@ patches() {
78 }
79
80 DESCRIPTION="The standard GNU Bourne again shell"
81 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
82 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
83 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
84
85 LICENSE="GPL-2"
86
87 diff --git a/app-shells/bash/bash-3.2_p57.ebuild b/app-shells/bash/bash-3.2_p57.ebuild
88 index b1de2bcaee50..8f054fd31d22 100644
89 --- a/app-shells/bash/bash-3.2_p57.ebuild
90 +++ b/app-shells/bash/bash-3.2_p57.ebuild
91 @@ -1,4 +1,4 @@
92 -# Copyright 1999-2021 Gentoo Authors
93 +# Copyright 1999-2022 Gentoo Authors
94 # Distributed under the terms of the GNU General Public License v2
95
96 EAPI=7
97 @@ -28,7 +28,7 @@ patches() {
98 }
99
100 DESCRIPTION="The standard GNU Bourne again shell"
101 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
102 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
103 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
104
105 LICENSE="GPL-2"
106
107 diff --git a/app-shells/bash/bash-4.0_p44.ebuild b/app-shells/bash/bash-4.0_p44.ebuild
108 index c66b53fb1d0c..80f0e3193096 100644
109 --- a/app-shells/bash/bash-4.0_p44.ebuild
110 +++ b/app-shells/bash/bash-4.0_p44.ebuild
111 @@ -1,4 +1,4 @@
112 -# Copyright 1999-2021 Gentoo Authors
113 +# Copyright 1999-2022 Gentoo Authors
114 # Distributed under the terms of the GNU General Public License v2
115
116 EAPI=7
117 @@ -28,7 +28,7 @@ patches() {
118 }
119
120 DESCRIPTION="The standard GNU Bourne again shell"
121 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
122 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
123 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
124
125 LICENSE="GPL-3"
126
127 diff --git a/app-shells/bash/bash-4.1_p17.ebuild b/app-shells/bash/bash-4.1_p17.ebuild
128 index 7ae8ac6934df..1f9fd413625e 100644
129 --- a/app-shells/bash/bash-4.1_p17.ebuild
130 +++ b/app-shells/bash/bash-4.1_p17.ebuild
131 @@ -1,4 +1,4 @@
132 -# Copyright 1999-2021 Gentoo Authors
133 +# Copyright 1999-2022 Gentoo Authors
134 # Distributed under the terms of the GNU General Public License v2
135
136 EAPI=7
137 @@ -28,7 +28,7 @@ patches() {
138 }
139
140 DESCRIPTION="The standard GNU Bourne again shell"
141 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
142 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
143 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
144
145 LICENSE="GPL-3"
146
147 diff --git a/app-shells/bash/bash-4.2_p53.ebuild b/app-shells/bash/bash-4.2_p53.ebuild
148 index 44b74704aa85..d2f41d73b72e 100644
149 --- a/app-shells/bash/bash-4.2_p53.ebuild
150 +++ b/app-shells/bash/bash-4.2_p53.ebuild
151 @@ -1,4 +1,4 @@
152 -# Copyright 1999-2021 Gentoo Authors
153 +# Copyright 1999-2022 Gentoo Authors
154 # Distributed under the terms of the GNU General Public License v2
155
156 EAPI=7
157 @@ -28,7 +28,7 @@ patches() {
158 }
159
160 DESCRIPTION="The standard GNU Bourne again shell"
161 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
162 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
163 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
164
165 LICENSE="GPL-3"
166
167 diff --git a/app-shells/bash/bash-4.3_p48-r2.ebuild b/app-shells/bash/bash-4.3_p48-r2.ebuild
168 index d013a6fda2ae..907ee1c4df9b 100644
169 --- a/app-shells/bash/bash-4.3_p48-r2.ebuild
170 +++ b/app-shells/bash/bash-4.3_p48-r2.ebuild
171 @@ -1,4 +1,4 @@
172 -# Copyright 1999-2021 Gentoo Authors
173 +# Copyright 1999-2022 Gentoo Authors
174 # Distributed under the terms of the GNU General Public License v2
175
176 EAPI=7
177 @@ -31,7 +31,7 @@ patches() {
178 READLINE_VER="6.3"
179
180 DESCRIPTION="The standard GNU Bourne again shell"
181 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
182 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
183 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
184 [[ ${PV} == *_rc* ]] && SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz"
185
186
187 diff --git a/app-shells/bash/bash-4.4_p23-r2.ebuild b/app-shells/bash/bash-4.4_p23-r2.ebuild
188 index d7671fb9e0cb..ee79d247e465 100644
189 --- a/app-shells/bash/bash-4.4_p23-r2.ebuild
190 +++ b/app-shells/bash/bash-4.4_p23-r2.ebuild
191 @@ -1,4 +1,4 @@
192 -# Copyright 1999-2021 Gentoo Authors
193 +# Copyright 1999-2022 Gentoo Authors
194 # Distributed under the terms of the GNU General Public License v2
195
196 EAPI=7
197 @@ -37,7 +37,7 @@ patches() {
198 READLINE_VER="7.0"
199
200 DESCRIPTION="The standard GNU Bourne again shell"
201 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
202 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
203 if is_release ; then
204 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
205 else
206
207 diff --git a/app-shells/bash/bash-5.0_p18.ebuild b/app-shells/bash/bash-5.0_p18.ebuild
208 index ab801c88333f..55aa53be0667 100644
209 --- a/app-shells/bash/bash-5.0_p18.ebuild
210 +++ b/app-shells/bash/bash-5.0_p18.ebuild
211 @@ -1,4 +1,4 @@
212 -# Copyright 1999-2021 Gentoo Authors
213 +# Copyright 1999-2022 Gentoo Authors
214 # Distributed under the terms of the GNU General Public License v2
215
216 EAPI=7
217 @@ -37,7 +37,7 @@ patches() {
218 READLINE_VER="8.0"
219
220 DESCRIPTION="The standard GNU Bourne again shell"
221 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
222 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
223 if is_release ; then
224 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
225 else
226
227 diff --git a/app-shells/bash/bash-5.1_p12.ebuild b/app-shells/bash/bash-5.1_p12.ebuild
228 index 7d7bced3fec0..1cdb10c438d9 100644
229 --- a/app-shells/bash/bash-5.1_p12.ebuild
230 +++ b/app-shells/bash/bash-5.1_p12.ebuild
231 @@ -1,4 +1,4 @@
232 -# Copyright 1999-2021 Gentoo Authors
233 +# Copyright 1999-2022 Gentoo Authors
234 # Distributed under the terms of the GNU General Public License v2
235
236 EAPI=7
237 @@ -37,7 +37,7 @@ patches() {
238 READLINE_VER="8.1"
239
240 DESCRIPTION="The standard GNU Bourne again shell"
241 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
242 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
243 if is_release ; then
244 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
245 else
246
247 diff --git a/app-shells/bash/bash-5.1_p16.ebuild b/app-shells/bash/bash-5.1_p16.ebuild
248 index 210c50044a0b..5e2abc3e315c 100644
249 --- a/app-shells/bash/bash-5.1_p16.ebuild
250 +++ b/app-shells/bash/bash-5.1_p16.ebuild
251 @@ -37,7 +37,7 @@ patches() {
252 READLINE_VER="8.1"
253
254 DESCRIPTION="The standard GNU Bourne again shell"
255 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
256 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
257 if is_release ; then
258 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
259 else
260
261 diff --git a/app-shells/bash/bash-5.1_p8.ebuild b/app-shells/bash/bash-5.1_p8.ebuild
262 index 28c7c04fafe6..d6e14de6e704 100644
263 --- a/app-shells/bash/bash-5.1_p8.ebuild
264 +++ b/app-shells/bash/bash-5.1_p8.ebuild
265 @@ -1,4 +1,4 @@
266 -# Copyright 1999-2021 Gentoo Authors
267 +# Copyright 1999-2022 Gentoo Authors
268 # Distributed under the terms of the GNU General Public License v2
269
270 EAPI=7
271 @@ -37,7 +37,7 @@ patches() {
272 READLINE_VER="8.1"
273
274 DESCRIPTION="The standard GNU Bourne again shell"
275 -HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
276 +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html"
277 if is_release ; then
278 SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
279 else