Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
Date: Mon, 05 Feb 2018 22:19:35
Message-Id: 1517868901.1fd194041b4e0f23ea3b4ee693cf9bf24e30c2fb.robbat2@gentoo
1 commit: 1fd194041b4e0f23ea3b4ee693cf9bf24e30c2fb
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Feb 4 17:56:33 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 22:15:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd19404
7
8 dev-vcs/git: use HTTPS for HOMEPAGE
9
10 (cherry picked from commit 3ab80eeb17d891ca2f0d1ce8747507f2ec4e86fc)
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/7069
13
14 dev-vcs/git/git-2.13.6.ebuild | 2 +-
15 dev-vcs/git/git-2.14.3.ebuild | 2 +-
16 dev-vcs/git/git-2.15.1.ebuild | 2 +-
17 dev-vcs/git/git-2.16.0.ebuild | 2 +-
18 dev-vcs/git/git-2.16.1.ebuild | 2 +-
19 dev-vcs/git/git-9999-r1.ebuild | 2 +-
20 dev-vcs/git/git-9999-r2.ebuild | 2 +-
21 dev-vcs/git/git-9999-r3.ebuild | 2 +-
22 dev-vcs/git/git-9999.ebuild | 2 +-
23 9 files changed, 9 insertions(+), 9 deletions(-)
24
25 diff --git a/dev-vcs/git/git-2.13.6.ebuild b/dev-vcs/git/git-2.13.6.ebuild
26 index 2983583a5a3..12ba009e9ed 100644
27 --- a/dev-vcs/git/git-2.13.6.ebuild
28 +++ b/dev-vcs/git/git-2.13.6.ebuild
29 @@ -27,7 +27,7 @@ MY_P="${PN}-${MY_PV}"
30 DOC_VER=${MY_PV}
31
32 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
33 -HOMEPAGE="http://www.git-scm.com/"
34 +HOMEPAGE="https://www.git-scm.com/"
35 if [[ ${PV} != *9999 ]]; then
36 SRC_URI_SUFFIX="xz"
37 SRC_URI_KORG="mirror://kernel/software/scm/git"
38
39 diff --git a/dev-vcs/git/git-2.14.3.ebuild b/dev-vcs/git/git-2.14.3.ebuild
40 index e5c4ab4671a..70da7ddf205 100644
41 --- a/dev-vcs/git/git-2.14.3.ebuild
42 +++ b/dev-vcs/git/git-2.14.3.ebuild
43 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
44 DOC_VER=${MY_PV}
45
46 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
47 -HOMEPAGE="http://www.git-scm.com/"
48 +HOMEPAGE="https://www.git-scm.com/"
49 if [[ ${PV} != *9999 ]]; then
50 SRC_URI_SUFFIX="xz"
51 SRC_URI_KORG="mirror://kernel/software/scm/git"
52
53 diff --git a/dev-vcs/git/git-2.15.1.ebuild b/dev-vcs/git/git-2.15.1.ebuild
54 index 38599e3b1c2..67a7f811554 100644
55 --- a/dev-vcs/git/git-2.15.1.ebuild
56 +++ b/dev-vcs/git/git-2.15.1.ebuild
57 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
58 DOC_VER=${MY_PV}
59
60 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
61 -HOMEPAGE="http://www.git-scm.com/"
62 +HOMEPAGE="https://www.git-scm.com/"
63 if [[ ${PV} != *9999 ]]; then
64 SRC_URI_SUFFIX="xz"
65 SRC_URI_KORG="mirror://kernel/software/scm/git"
66
67 diff --git a/dev-vcs/git/git-2.16.0.ebuild b/dev-vcs/git/git-2.16.0.ebuild
68 index 38599e3b1c2..67a7f811554 100644
69 --- a/dev-vcs/git/git-2.16.0.ebuild
70 +++ b/dev-vcs/git/git-2.16.0.ebuild
71 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
72 DOC_VER=${MY_PV}
73
74 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
75 -HOMEPAGE="http://www.git-scm.com/"
76 +HOMEPAGE="https://www.git-scm.com/"
77 if [[ ${PV} != *9999 ]]; then
78 SRC_URI_SUFFIX="xz"
79 SRC_URI_KORG="mirror://kernel/software/scm/git"
80
81 diff --git a/dev-vcs/git/git-2.16.1.ebuild b/dev-vcs/git/git-2.16.1.ebuild
82 index 38599e3b1c2..67a7f811554 100644
83 --- a/dev-vcs/git/git-2.16.1.ebuild
84 +++ b/dev-vcs/git/git-2.16.1.ebuild
85 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
86 DOC_VER=${MY_PV}
87
88 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
89 -HOMEPAGE="http://www.git-scm.com/"
90 +HOMEPAGE="https://www.git-scm.com/"
91 if [[ ${PV} != *9999 ]]; then
92 SRC_URI_SUFFIX="xz"
93 SRC_URI_KORG="mirror://kernel/software/scm/git"
94
95 diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
96 index 38599e3b1c2..67a7f811554 100644
97 --- a/dev-vcs/git/git-9999-r1.ebuild
98 +++ b/dev-vcs/git/git-9999-r1.ebuild
99 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
100 DOC_VER=${MY_PV}
101
102 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
103 -HOMEPAGE="http://www.git-scm.com/"
104 +HOMEPAGE="https://www.git-scm.com/"
105 if [[ ${PV} != *9999 ]]; then
106 SRC_URI_SUFFIX="xz"
107 SRC_URI_KORG="mirror://kernel/software/scm/git"
108
109 diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
110 index 38599e3b1c2..67a7f811554 100644
111 --- a/dev-vcs/git/git-9999-r2.ebuild
112 +++ b/dev-vcs/git/git-9999-r2.ebuild
113 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
114 DOC_VER=${MY_PV}
115
116 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
117 -HOMEPAGE="http://www.git-scm.com/"
118 +HOMEPAGE="https://www.git-scm.com/"
119 if [[ ${PV} != *9999 ]]; then
120 SRC_URI_SUFFIX="xz"
121 SRC_URI_KORG="mirror://kernel/software/scm/git"
122
123 diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
124 index 38599e3b1c2..67a7f811554 100644
125 --- a/dev-vcs/git/git-9999-r3.ebuild
126 +++ b/dev-vcs/git/git-9999-r3.ebuild
127 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
128 DOC_VER=${MY_PV}
129
130 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
131 -HOMEPAGE="http://www.git-scm.com/"
132 +HOMEPAGE="https://www.git-scm.com/"
133 if [[ ${PV} != *9999 ]]; then
134 SRC_URI_SUFFIX="xz"
135 SRC_URI_KORG="mirror://kernel/software/scm/git"
136
137 diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
138 index 38599e3b1c2..67a7f811554 100644
139 --- a/dev-vcs/git/git-9999.ebuild
140 +++ b/dev-vcs/git/git-9999.ebuild
141 @@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
142 DOC_VER=${MY_PV}
143
144 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency"
145 -HOMEPAGE="http://www.git-scm.com/"
146 +HOMEPAGE="https://www.git-scm.com/"
147 if [[ ${PV} != *9999 ]]; then
148 SRC_URI_SUFFIX="xz"
149 SRC_URI_KORG="mirror://kernel/software/scm/git"