commit:     cf83fc649673e4bddc060ba93a2f59625eb14057
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 13:16:18 2022 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 13:22:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf83fc64

net-proxy/haproxy: Fix EGIT_REPO_URI from http to https

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>

 net-proxy/haproxy/haproxy-2.0.25.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.0.27.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.0.28.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.0.9999.ebuild | 2 +-
 net-proxy/haproxy/haproxy-2.2.17.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.2.21.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.2.22.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.2.9999.ebuild | 2 +-
 net-proxy/haproxy/haproxy-2.4.14.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.4.15.ebuild   | 2 +-
 net-proxy/haproxy/haproxy-2.4.4.ebuild    | 2 +-
 net-proxy/haproxy/haproxy-2.4.9999.ebuild | 2 +-
 net-proxy/haproxy/haproxy-2.5.4.ebuild    | 2 +-
 net-proxy/haproxy/haproxy-2.5.5.ebuild    | 2 +-
 net-proxy/haproxy/haproxy-2.5.9999.ebuild | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/net-proxy/haproxy/haproxy-2.0.25.ebuild 
b/net-proxy/haproxy/haproxy-2.0.25.ebuild
index df8535c8e732..6422a00accca 100644
--- a/net-proxy/haproxy/haproxy-2.0.25.ebuild
+++ b/net-proxy/haproxy/haproxy-2.0.25.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="amd64 arm ppc x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.0.27.ebuild 
b/net-proxy/haproxy/haproxy-2.0.27.ebuild
index 7befecfd31b2..eb949a9d68b7 100644
--- a/net-proxy/haproxy/haproxy-2.0.27.ebuild
+++ b/net-proxy/haproxy/haproxy-2.0.27.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="amd64 ~arm ~ppc x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.0.28.ebuild 
b/net-proxy/haproxy/haproxy-2.0.28.ebuild
index c6b8f8086643..db0148b44e73 100644
--- a/net-proxy/haproxy/haproxy-2.0.28.ebuild
+++ b/net-proxy/haproxy/haproxy-2.0.28.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.0.9999.ebuild 
b/net-proxy/haproxy/haproxy-2.0.9999.ebuild
index c6b8f8086643..db0148b44e73 100644
--- a/net-proxy/haproxy/haproxy-2.0.9999.ebuild
+++ b/net-proxy/haproxy/haproxy-2.0.9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.2.17.ebuild 
b/net-proxy/haproxy/haproxy-2.2.17.ebuild
index df8535c8e732..6422a00accca 100644
--- a/net-proxy/haproxy/haproxy-2.2.17.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.17.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="amd64 arm ppc x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.2.21.ebuild 
b/net-proxy/haproxy/haproxy-2.2.21.ebuild
index 7befecfd31b2..eb949a9d68b7 100644
--- a/net-proxy/haproxy/haproxy-2.2.21.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.21.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="amd64 ~arm ~ppc x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.2.22.ebuild 
b/net-proxy/haproxy/haproxy-2.2.22.ebuild
index c6b8f8086643..db0148b44e73 100644
--- a/net-proxy/haproxy/haproxy-2.2.22.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.22.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.2.9999.ebuild 
b/net-proxy/haproxy/haproxy-2.2.9999.ebuild
index c6b8f8086643..db0148b44e73 100644
--- a/net-proxy/haproxy/haproxy-2.2.9999.ebuild
+++ b/net-proxy/haproxy/haproxy-2.2.9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.4.14.ebuild 
b/net-proxy/haproxy/haproxy-2.4.14.ebuild
index aa233e7e1450..7a4eb13e5f37 100644
--- a/net-proxy/haproxy/haproxy-2.4.14.ebuild
+++ b/net-proxy/haproxy/haproxy-2.4.14.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.4.15.ebuild 
b/net-proxy/haproxy/haproxy-2.4.15.ebuild
index 518bddb92d94..22b2de178900 100644
--- a/net-proxy/haproxy/haproxy-2.4.15.ebuild
+++ b/net-proxy/haproxy/haproxy-2.4.15.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.4.4.ebuild 
b/net-proxy/haproxy/haproxy-2.4.4.ebuild
index edc38bcd2865..43eae9a82164 100644
--- a/net-proxy/haproxy/haproxy-2.4.4.ebuild
+++ b/net-proxy/haproxy/haproxy-2.4.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="amd64 arm ~arm64 ppc x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.4.9999.ebuild 
b/net-proxy/haproxy/haproxy-2.4.9999.ebuild
index 518bddb92d94..22b2de178900 100644
--- a/net-proxy/haproxy/haproxy-2.4.9999.ebuild
+++ b/net-proxy/haproxy/haproxy-2.4.9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.5.4.ebuild 
b/net-proxy/haproxy/haproxy-2.5.4.ebuild
index aa233e7e1450..7a4eb13e5f37 100644
--- a/net-proxy/haproxy/haproxy-2.5.4.ebuild
+++ b/net-proxy/haproxy/haproxy-2.5.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.5.5.ebuild 
b/net-proxy/haproxy/haproxy-2.5.5.ebuild
index 518bddb92d94..22b2de178900 100644
--- a/net-proxy/haproxy/haproxy-2.5.5.ebuild
+++ b/net-proxy/haproxy/haproxy-2.5.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

diff --git a/net-proxy/haproxy/haproxy-2.5.9999.ebuild 
b/net-proxy/haproxy/haproxy-2.5.9999.ebuild
index 518bddb92d94..22b2de178900 100644
--- a/net-proxy/haproxy/haproxy-2.5.9999.ebuild
+++ b/net-proxy/haproxy/haproxy-2.5.9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
        SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 else
-       EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+       EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
        EGIT_BRANCH=master
 fi
 

Reply via email to