commit:     1fd194041b4e0f23ea3b4ee693cf9bf24e30c2fb
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Feb  4 17:56:33 2018 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 22:15:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd19404

dev-vcs/git: use HTTPS for HOMEPAGE

(cherry picked from commit 3ab80eeb17d891ca2f0d1ce8747507f2ec4e86fc)
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/7069

 dev-vcs/git/git-2.13.6.ebuild  | 2 +-
 dev-vcs/git/git-2.14.3.ebuild  | 2 +-
 dev-vcs/git/git-2.15.1.ebuild  | 2 +-
 dev-vcs/git/git-2.16.0.ebuild  | 2 +-
 dev-vcs/git/git-2.16.1.ebuild  | 2 +-
 dev-vcs/git/git-9999-r1.ebuild | 2 +-
 dev-vcs/git/git-9999-r2.ebuild | 2 +-
 dev-vcs/git/git-9999-r3.ebuild | 2 +-
 dev-vcs/git/git-9999.ebuild    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-vcs/git/git-2.13.6.ebuild b/dev-vcs/git/git-2.13.6.ebuild
index 2983583a5a3..12ba009e9ed 100644
--- a/dev-vcs/git/git-2.13.6.ebuild
+++ b/dev-vcs/git/git-2.13.6.ebuild
@@ -27,7 +27,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-2.14.3.ebuild b/dev-vcs/git/git-2.14.3.ebuild
index e5c4ab4671a..70da7ddf205 100644
--- a/dev-vcs/git/git-2.14.3.ebuild
+++ b/dev-vcs/git/git-2.14.3.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-2.15.1.ebuild b/dev-vcs/git/git-2.15.1.ebuild
index 38599e3b1c2..67a7f811554 100644
--- a/dev-vcs/git/git-2.15.1.ebuild
+++ b/dev-vcs/git/git-2.15.1.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-2.16.0.ebuild b/dev-vcs/git/git-2.16.0.ebuild
index 38599e3b1c2..67a7f811554 100644
--- a/dev-vcs/git/git-2.16.0.ebuild
+++ b/dev-vcs/git/git-2.16.0.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-2.16.1.ebuild b/dev-vcs/git/git-2.16.1.ebuild
index 38599e3b1c2..67a7f811554 100644
--- a/dev-vcs/git/git-2.16.1.ebuild
+++ b/dev-vcs/git/git-2.16.1.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
index 38599e3b1c2..67a7f811554 100644
--- a/dev-vcs/git/git-9999-r1.ebuild
+++ b/dev-vcs/git/git-9999-r1.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
index 38599e3b1c2..67a7f811554 100644
--- a/dev-vcs/git/git-9999-r2.ebuild
+++ b/dev-vcs/git/git-9999-r2.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index 38599e3b1c2..67a7f811554 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
index 38599e3b1c2..67a7f811554 100644
--- a/dev-vcs/git/git-9999.ebuild
+++ b/dev-vcs/git/git-9999.ebuild
@@ -34,7 +34,7 @@ MY_P="${PN}-${MY_PV}"
 DOC_VER=${MY_PV}
 
 DESCRIPTION="stupid content tracker: distributed VCS designed for speed and 
efficiency"
-HOMEPAGE="http://www.git-scm.com/";
+HOMEPAGE="https://www.git-scm.com/";
 if [[ ${PV} != *9999 ]]; then
        SRC_URI_SUFFIX="xz"
        SRC_URI_KORG="mirror://kernel/software/scm/git"

Reply via email to