Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite/
Date: Sun, 30 Jul 2017 09:38:27
Message-Id: 1501407480.2d5fe4f2281eaee28c46af32bdb877055f827998.mgorny@gentoo
1 commit: 2d5fe4f2281eaee28c46af32bdb877055f827998
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:14:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5fe4f2
7
8 dev-vcs/gitolite: use HTTPS for GitHub, fix redirected URL in doc
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-vcs/gitolite/gitolite-3.6.1.ebuild | 6 +++---
13 dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild | 8 ++++----
14 dev-vcs/gitolite/gitolite-3.6.2.ebuild | 6 +++---
15 dev-vcs/gitolite/gitolite-3.6.3.ebuild | 8 ++++----
16 dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild | 8 ++++----
17 dev-vcs/gitolite/gitolite-3.6.4.ebuild | 8 ++++----
18 dev-vcs/gitolite/gitolite-3.6.5.ebuild | 8 ++++----
19 dev-vcs/gitolite/gitolite-3.6.6.ebuild | 6 +++---
20 dev-vcs/gitolite/gitolite-3.6.7.ebuild | 6 +++---
21 dev-vcs/gitolite/gitolite-3.6.ebuild | 6 +++---
22 dev-vcs/gitolite/gitolite-9999.ebuild | 8 ++++----
23 11 files changed, 39 insertions(+), 39 deletions(-)
24
25 diff --git a/dev-vcs/gitolite/gitolite-3.6.1.ebuild b/dev-vcs/gitolite/gitolite-3.6.1.ebuild
26 index 9c0acb573f5..30a7fda7883 100644
27 --- a/dev-vcs/gitolite/gitolite-3.6.1.ebuild
28 +++ b/dev-vcs/gitolite/gitolite-3.6.1.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 +# Copyright 1999-2017 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=5
35 @@ -7,7 +7,7 @@ inherit perl-module user versionator
36
37 DESCRIPTION="Highly flexible server for git directory version tracker"
38 HOMEPAGE="https://github.com/sitaramc/gitolite"
39 -SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="GPL-2"
43 SLOT="0"
44 @@ -71,7 +71,7 @@ pkg_postinst() {
45 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
46 ewarn
47 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
48 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
49 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
50 fi
51
52 # bug 352291
53
54 diff --git a/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild b/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild
55 index 9401738c254..a1fb9c6b9da 100644
56 --- a/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild
57 +++ b/dev-vcs/gitolite/gitolite-3.6.2-r1.ebuild
58 @@ -1,9 +1,9 @@
59 -# Copyright 1999-2014 Gentoo Foundation
60 +# Copyright 1999-2017 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=5
64 [[ ${PV} == *9999 ]] && SCM="git-2"
65 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
66 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
67 EGIT_MASTER=master
68
69 inherit perl-module user versionator ${SCM}
70 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
71 DESCRIPTION="Highly flexible server for git directory version tracker"
72 HOMEPAGE="https://github.com/sitaramc/gitolite"
73 if [[ ${PV} != *9999 ]]; then
74 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
75 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
76 KEYWORDS="~amd64 ~arm ~x86"
77 else
78 SRC_URI=""
79 @@ -84,7 +84,7 @@ pkg_postinst() {
80 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
81 ewarn
82 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
83 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
84 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
85 fi
86
87 # bug 352291
88
89 diff --git a/dev-vcs/gitolite/gitolite-3.6.2.ebuild b/dev-vcs/gitolite/gitolite-3.6.2.ebuild
90 index 4dcc7673b25..10f8ddcbf3f 100644
91 --- a/dev-vcs/gitolite/gitolite-3.6.2.ebuild
92 +++ b/dev-vcs/gitolite/gitolite-3.6.2.ebuild
93 @@ -1,4 +1,4 @@
94 -# Copyright 1999-2014 Gentoo Foundation
95 +# Copyright 1999-2017 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI=5
99 @@ -7,7 +7,7 @@ inherit perl-module user versionator
100
101 DESCRIPTION="Highly flexible server for git directory version tracker"
102 HOMEPAGE="https://github.com/sitaramc/gitolite"
103 -SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
104 +SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
105
106 LICENSE="GPL-2"
107 SLOT="0"
108 @@ -71,7 +71,7 @@ pkg_postinst() {
109 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
110 ewarn
111 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
112 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
113 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
114 fi
115
116 # bug 352291
117
118 diff --git a/dev-vcs/gitolite/gitolite-3.6.3.ebuild b/dev-vcs/gitolite/gitolite-3.6.3.ebuild
119 index 1b067e1f085..4fc56440480 100644
120 --- a/dev-vcs/gitolite/gitolite-3.6.3.ebuild
121 +++ b/dev-vcs/gitolite/gitolite-3.6.3.ebuild
122 @@ -1,9 +1,9 @@
123 -# Copyright 1999-2015 Gentoo Foundation
124 +# Copyright 1999-2017 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126
127 EAPI=5
128 [[ ${PV} == *9999 ]] && SCM="git-2"
129 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
130 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
131 EGIT_MASTER=master
132
133 inherit perl-module user versionator ${SCM}
134 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
135 DESCRIPTION="Highly flexible server for git directory version tracker"
136 HOMEPAGE="https://github.com/sitaramc/gitolite"
137 if [[ ${PV} != *9999 ]]; then
138 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
139 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
140 KEYWORDS="amd64 ~arm x86"
141 else
142 SRC_URI=""
143 @@ -85,7 +85,7 @@ pkg_postinst() {
144 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
145 ewarn
146 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
147 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
148 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
149 fi
150
151 # bug 352291
152
153 diff --git a/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild b/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild
154 index 3867954db29..928bbe83926 100644
155 --- a/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild
156 +++ b/dev-vcs/gitolite/gitolite-3.6.4-r1.ebuild
157 @@ -1,9 +1,9 @@
158 -# Copyright 1999-2015 Gentoo Foundation
159 +# Copyright 1999-2017 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161
162 EAPI=5
163 [[ ${PV} == *9999 ]] && SCM="git-2"
164 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
165 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
166 EGIT_MASTER=master
167
168 inherit perl-module user versionator ${SCM}
169 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
170 DESCRIPTION="Highly flexible server for git directory version tracker"
171 HOMEPAGE="https://github.com/sitaramc/gitolite"
172 if [[ ${PV} != *9999 ]]; then
173 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
174 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
175 KEYWORDS="~amd64 ~arm ~x86"
176 else
177 SRC_URI=""
178 @@ -85,7 +85,7 @@ pkg_postinst() {
179 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
180 ewarn
181 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
182 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
183 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
184 fi
185
186 # bug 352291
187
188 diff --git a/dev-vcs/gitolite/gitolite-3.6.4.ebuild b/dev-vcs/gitolite/gitolite-3.6.4.ebuild
189 index 2b14d38c044..26ef161375f 100644
190 --- a/dev-vcs/gitolite/gitolite-3.6.4.ebuild
191 +++ b/dev-vcs/gitolite/gitolite-3.6.4.ebuild
192 @@ -1,9 +1,9 @@
193 -# Copyright 1999-2015 Gentoo Foundation
194 +# Copyright 1999-2017 Gentoo Foundation
195 # Distributed under the terms of the GNU General Public License v2
196
197 EAPI=5
198 [[ ${PV} == *9999 ]] && SCM="git-2"
199 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
200 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
201 EGIT_MASTER=master
202
203 inherit perl-module user versionator ${SCM}
204 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
205 DESCRIPTION="Highly flexible server for git directory version tracker"
206 HOMEPAGE="https://github.com/sitaramc/gitolite"
207 if [[ ${PV} != *9999 ]]; then
208 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
209 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
210 KEYWORDS="~amd64 ~arm ~x86"
211 else
212 SRC_URI=""
213 @@ -85,7 +85,7 @@ pkg_postinst() {
214 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
215 ewarn
216 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
217 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
218 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
219 fi
220
221 # bug 352291
222
223 diff --git a/dev-vcs/gitolite/gitolite-3.6.5.ebuild b/dev-vcs/gitolite/gitolite-3.6.5.ebuild
224 index 3867954db29..928bbe83926 100644
225 --- a/dev-vcs/gitolite/gitolite-3.6.5.ebuild
226 +++ b/dev-vcs/gitolite/gitolite-3.6.5.ebuild
227 @@ -1,9 +1,9 @@
228 -# Copyright 1999-2015 Gentoo Foundation
229 +# Copyright 1999-2017 Gentoo Foundation
230 # Distributed under the terms of the GNU General Public License v2
231
232 EAPI=5
233 [[ ${PV} == *9999 ]] && SCM="git-2"
234 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
235 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
236 EGIT_MASTER=master
237
238 inherit perl-module user versionator ${SCM}
239 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
240 DESCRIPTION="Highly flexible server for git directory version tracker"
241 HOMEPAGE="https://github.com/sitaramc/gitolite"
242 if [[ ${PV} != *9999 ]]; then
243 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
244 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
245 KEYWORDS="~amd64 ~arm ~x86"
246 else
247 SRC_URI=""
248 @@ -85,7 +85,7 @@ pkg_postinst() {
249 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
250 ewarn
251 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
252 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
253 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
254 fi
255
256 # bug 352291
257
258 diff --git a/dev-vcs/gitolite/gitolite-3.6.6.ebuild b/dev-vcs/gitolite/gitolite-3.6.6.ebuild
259 index 5c9fe9b2833..10ab3eef999 100644
260 --- a/dev-vcs/gitolite/gitolite-3.6.6.ebuild
261 +++ b/dev-vcs/gitolite/gitolite-3.6.6.ebuild
262 @@ -3,7 +3,7 @@
263
264 EAPI=6
265 [[ ${PV} == *9999 ]] && SCM="git-2"
266 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
267 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
268 EGIT_MASTER=master
269
270 inherit perl-module user versionator ${SCM}
271 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
272 DESCRIPTION="Highly flexible server for git directory version tracker"
273 HOMEPAGE="https://github.com/sitaramc/gitolite"
274 if [[ ${PV} != *9999 ]]; then
275 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
276 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
277 KEYWORDS="amd64 ~arm x86"
278 else
279 SRC_URI=""
280 @@ -88,7 +88,7 @@ pkg_postinst() {
281 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
282 ewarn
283 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
284 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
285 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
286 fi
287
288 # bug 352291
289
290 diff --git a/dev-vcs/gitolite/gitolite-3.6.7.ebuild b/dev-vcs/gitolite/gitolite-3.6.7.ebuild
291 index fe7002e9ed8..cd1b715bb24 100644
292 --- a/dev-vcs/gitolite/gitolite-3.6.7.ebuild
293 +++ b/dev-vcs/gitolite/gitolite-3.6.7.ebuild
294 @@ -3,7 +3,7 @@
295
296 EAPI=6
297 [[ ${PV} == *9999 ]] && SCM="git-2"
298 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
299 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
300 EGIT_MASTER=master
301
302 inherit perl-module user versionator ${SCM}
303 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
304 DESCRIPTION="Highly flexible server for git directory version tracker"
305 HOMEPAGE="https://github.com/sitaramc/gitolite"
306 if [[ ${PV} != *9999 ]]; then
307 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
308 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
309 KEYWORDS="~amd64 ~arm ~x86"
310 else
311 SRC_URI=""
312 @@ -88,7 +88,7 @@ pkg_postinst() {
313 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
314 ewarn
315 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
316 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
317 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
318 fi
319
320 # bug 352291
321
322 diff --git a/dev-vcs/gitolite/gitolite-3.6.ebuild b/dev-vcs/gitolite/gitolite-3.6.ebuild
323 index 6d1426bdefd..91aadb96030 100644
324 --- a/dev-vcs/gitolite/gitolite-3.6.ebuild
325 +++ b/dev-vcs/gitolite/gitolite-3.6.ebuild
326 @@ -1,4 +1,4 @@
327 -# Copyright 1999-2014 Gentoo Foundation
328 +# Copyright 1999-2017 Gentoo Foundation
329 # Distributed under the terms of the GNU General Public License v2
330
331 EAPI=5
332 @@ -7,7 +7,7 @@ inherit perl-module user versionator
333
334 DESCRIPTION="Highly flexible server for git directory version tracker"
335 HOMEPAGE="https://github.com/sitaramc/gitolite"
336 -SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
337 +SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
338
339 LICENSE="GPL-2"
340 SLOT="0"
341 @@ -71,7 +71,7 @@ pkg_postinst() {
342 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
343 ewarn
344 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
345 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
346 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
347 fi
348
349 # bug 352291
350
351 diff --git a/dev-vcs/gitolite/gitolite-9999.ebuild b/dev-vcs/gitolite/gitolite-9999.ebuild
352 index 3867954db29..928bbe83926 100644
353 --- a/dev-vcs/gitolite/gitolite-9999.ebuild
354 +++ b/dev-vcs/gitolite/gitolite-9999.ebuild
355 @@ -1,9 +1,9 @@
356 -# Copyright 1999-2015 Gentoo Foundation
357 +# Copyright 1999-2017 Gentoo Foundation
358 # Distributed under the terms of the GNU General Public License v2
359
360 EAPI=5
361 [[ ${PV} == *9999 ]] && SCM="git-2"
362 -EGIT_REPO_URI="git://github.com/sitaramc/gitolite.git"
363 +EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
364 EGIT_MASTER=master
365
366 inherit perl-module user versionator ${SCM}
367 @@ -11,7 +11,7 @@ inherit perl-module user versionator ${SCM}
368 DESCRIPTION="Highly flexible server for git directory version tracker"
369 HOMEPAGE="https://github.com/sitaramc/gitolite"
370 if [[ ${PV} != *9999 ]]; then
371 - SRC_URI="https://github.com/sitaramc/gitolite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
372 + SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
373 KEYWORDS="~amd64 ~arm ~x86"
374 else
375 SRC_URI=""
376 @@ -85,7 +85,7 @@ pkg_postinst() {
377 if [[ "$(get_major_version $REPLACING_VERSIONS)" == "2" ]]; then
378 ewarn
379 elog "***NOTE*** This is a major upgrade and will likely break your existing gitolite-2.x setup!"
380 - elog "Please read http://gitolite.com/gitolite/migr.html first!"
381 + elog "Please read http://gitolite.com/gitolite/migr/index.html first!"
382 fi
383
384 # bug 352291