commit:     2950c4988d05a1e098e7b49eee444a79228ac8aa
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Mar 16 19:11:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 21:23:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2950c498

dev-util/valgrind: Use https:// for git repository.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/valgrind/valgrind-3.13.0-r1.ebuild | 4 ++--
 dev-util/valgrind/valgrind-3.13.0-r2.ebuild | 4 ++--
 dev-util/valgrind/valgrind-3.13.0-r3.ebuild | 4 ++--
 dev-util/valgrind/valgrind-3.14.0.ebuild    | 4 ++--
 dev-util/valgrind/valgrind-3.15.0.ebuild    | 4 ++--
 dev-util/valgrind/valgrind-9999.ebuild      | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-util/valgrind/valgrind-3.13.0-r1.ebuild 
b/dev-util/valgrind/valgrind-3.13.0-r1.ebuild
index 1abaadfd609..5e5e2d857dc 100644
--- a/dev-util/valgrind/valgrind-3.13.0-r1.ebuild
+++ b/dev-util/valgrind/valgrind-3.13.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ SLOT="0"
 IUSE="mpi"
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+       EGIT_REPO_URI="https://sourceware.org/git/${PN}.git";
        inherit git-r3
 else
        SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2";

diff --git a/dev-util/valgrind/valgrind-3.13.0-r2.ebuild 
b/dev-util/valgrind/valgrind-3.13.0-r2.ebuild
index 0ef938d860f..a43faba9636 100644
--- a/dev-util/valgrind/valgrind-3.13.0-r2.ebuild
+++ b/dev-util/valgrind/valgrind-3.13.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SLOT="0"
 IUSE="mpi"
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+       EGIT_REPO_URI="https://sourceware.org/git/${PN}.git";
        inherit git-r3
 else
        SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2";

diff --git a/dev-util/valgrind/valgrind-3.13.0-r3.ebuild 
b/dev-util/valgrind/valgrind-3.13.0-r3.ebuild
index 4c963a7314d..287d09b89ca 100644
--- a/dev-util/valgrind/valgrind-3.13.0-r3.ebuild
+++ b/dev-util/valgrind/valgrind-3.13.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SLOT="0"
 IUSE="mpi"
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+       EGIT_REPO_URI="https://sourceware.org/git/${PN}.git";
        inherit git-r3
 else
        SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2";

diff --git a/dev-util/valgrind/valgrind-3.14.0.ebuild 
b/dev-util/valgrind/valgrind-3.14.0.ebuild
index e7ce366d68a..cd973a98987 100644
--- a/dev-util/valgrind/valgrind-3.14.0.ebuild
+++ b/dev-util/valgrind/valgrind-3.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SLOT="0"
 IUSE="mpi"
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+       EGIT_REPO_URI="https://sourceware.org/git/${PN}.git";
        inherit git-r3
 else
        SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2";

diff --git a/dev-util/valgrind/valgrind-3.15.0.ebuild 
b/dev-util/valgrind/valgrind-3.15.0.ebuild
index 266a720e391..ac8952f253c 100644
--- a/dev-util/valgrind/valgrind-3.15.0.ebuild
+++ b/dev-util/valgrind/valgrind-3.15.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SLOT="0"
 IUSE="mpi"
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+       EGIT_REPO_URI="https://sourceware.org/git/${PN}.git";
        inherit git-r3
 else
        SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2";

diff --git a/dev-util/valgrind/valgrind-9999.ebuild 
b/dev-util/valgrind/valgrind-9999.ebuild
index 41689a1904e..aa72dd09252 100644
--- a/dev-util/valgrind/valgrind-9999.ebuild
+++ b/dev-util/valgrind/valgrind-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SLOT="0"
 IUSE="mpi"
 
 if [[ ${PV} == "9999" ]]; then
-       EGIT_REPO_URI="git://sourceware.org/git/${PN}.git/"
+       EGIT_REPO_URI="https://sourceware.org/git/${PN}.git";
        inherit git-r3
 else
        SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2";

Reply via email to