From 6f0b9ea5ff447c3be12814abf3f6ce084ea585f0 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 03:48:21 +1000 Subject: [PATCH] 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 2a2efdc050e1..02c65adda6e2 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 3f4c01a03cb8..e7e9b14a560b 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 1296113a1059..fa90f4bdc014 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 f23d6499dcd1..f8e7926d3d72 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 63f879951fa5..e2948db1d764 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 63f879951fa5..e2948db1d764 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 63f879951fa5..e2948db1d764 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 -- 2.26.2