diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:48:21 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:47 +0200 |
commit | 6f0b9ea5ff447c3be12814abf3f6ce084ea585f0 (patch) | |
tree | 44435076c7929987415f4a61b4b056c5126d9f9b /net-analyzer/netdata | |
parent | net-analyzer/netsniff-ng: use HTTPS for GitHub (diff) | |
download | gentoo-6f0b9ea5ff447c3be12814abf3f6ce084ea585f0.tar.gz gentoo-6f0b9ea5ff447c3be12814abf3f6ce084ea585f0.tar.bz2 gentoo-6f0b9ea5ff447c3be12814abf3f6ce084ea585f0.zip |
net-analyzer/netdata: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/netdata')
-rw-r--r-- | net-analyzer/netdata/netdata-1.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-1.3.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-1.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-1.5.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-1.6.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-1.7.0.ebuild | 4 | ||||
-rw-r--r-- | 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 |