commit:     6f0b9ea5ff447c3be12814abf3f6ce084ea585f0
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 17:48:21 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:44:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0b9ea5

net-analyzer/netdata: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/netdata/netdata-1.2.0-r1.ebuild | 4 ++--
 net-analyzer/netdata/netdata-1.3.0.ebuild    | 4 ++--
 net-analyzer/netdata/netdata-1.4.0-r1.ebuild | 4 ++--
 net-analyzer/netdata/netdata-1.5.0.ebuild    | 4 ++--
 net-analyzer/netdata/netdata-1.6.0.ebuild    | 4 ++--
 net-analyzer/netdata/netdata-1.7.0.ebuild    | 4 ++--
 net-analyzer/netdata/netdata-9999.ebuild     | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/net-analyzer/netdata/netdata-1.2.0-r1.ebuild 
b/net-analyzer/netdata/netdata-1.2.0-r1.ebuild
index 2a2efdc050e..02c65adda6e 100644
--- a/net-analyzer/netdata/netdata-1.2.0-r1.ebuild
+++ b/net-analyzer/netdata/netdata-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit linux-info systemd user fcaps
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
+       EGIT_REPO_URI="https://github.com/firehol/${PN}.git";
        inherit git-r3 autotools
        SRC_URI=""
        KEYWORDS=""

diff --git a/net-analyzer/netdata/netdata-1.3.0.ebuild 
b/net-analyzer/netdata/netdata-1.3.0.ebuild
index 3f4c01a03cb..e7e9b14a560 100644
--- a/net-analyzer/netdata/netdata-1.3.0.ebuild
+++ b/net-analyzer/netdata/netdata-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit fcaps linux-info python-r1 systemd user
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
+       EGIT_REPO_URI="https://github.com/firehol/${PN}.git";
        inherit git-r3 autotools
        SRC_URI=""
        KEYWORDS=""

diff --git a/net-analyzer/netdata/netdata-1.4.0-r1.ebuild 
b/net-analyzer/netdata/netdata-1.4.0-r1.ebuild
index 1296113a105..fa90f4bdc01 100644
--- a/net-analyzer/netdata/netdata-1.4.0-r1.ebuild
+++ b/net-analyzer/netdata/netdata-1.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit fcaps linux-info python-r1 systemd user
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
+       EGIT_REPO_URI="https://github.com/firehol/${PN}.git";
        inherit git-r3 autotools
        SRC_URI=""
        KEYWORDS=""

diff --git a/net-analyzer/netdata/netdata-1.5.0.ebuild 
b/net-analyzer/netdata/netdata-1.5.0.ebuild
index f23d6499dcd..f8e7926d3d7 100644
--- a/net-analyzer/netdata/netdata-1.5.0.ebuild
+++ b/net-analyzer/netdata/netdata-1.5.0.ebuild
@@ -7,12 +7,12 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit autotools fcaps linux-info python-r1 systemd user
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
+       EGIT_REPO_URI="https://github.com/firehol/${PN}.git";
        inherit git-r3
        SRC_URI=""
        KEYWORDS=""
 else
-       SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/net-analyzer/netdata/netdata-1.6.0.ebuild 
b/net-analyzer/netdata/netdata-1.6.0.ebuild
index 63f879951fa..e2948db1d76 100644
--- a/net-analyzer/netdata/netdata-1.6.0.ebuild
+++ b/net-analyzer/netdata/netdata-1.6.0.ebuild
@@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit autotools fcaps linux-info python-r1 systemd user
 
 if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
+       EGIT_REPO_URI="https://github.com/firehol/${PN}.git";
        inherit git-r3
 else
-       SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/net-analyzer/netdata/netdata-1.7.0.ebuild 
b/net-analyzer/netdata/netdata-1.7.0.ebuild
index 63f879951fa..e2948db1d76 100644
--- a/net-analyzer/netdata/netdata-1.7.0.ebuild
+++ b/net-analyzer/netdata/netdata-1.7.0.ebuild
@@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit autotools fcaps linux-info python-r1 systemd user
 
 if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
+       EGIT_REPO_URI="https://github.com/firehol/${PN}.git";
        inherit git-r3
 else
-       SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/net-analyzer/netdata/netdata-9999.ebuild 
b/net-analyzer/netdata/netdata-9999.ebuild
index 63f879951fa..e2948db1d76 100644
--- a/net-analyzer/netdata/netdata-9999.ebuild
+++ b/net-analyzer/netdata/netdata-9999.ebuild
@@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit autotools fcaps linux-info python-r1 systemd user
 
 if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
+       EGIT_REPO_URI="https://github.com/firehol/${PN}.git";
        inherit git-r3
 else
-       SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 

Reply via email to