Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/
Date: Sun, 30 Jul 2017 09:45:08
Message-Id: 1501407887.6f0b9ea5ff447c3be12814abf3f6ce084ea585f0.mgorny@gentoo
1 commit: 6f0b9ea5ff447c3be12814abf3f6ce084ea585f0
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:48:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0b9ea5
7
8 net-analyzer/netdata: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-analyzer/netdata/netdata-1.2.0-r1.ebuild | 4 ++--
13 net-analyzer/netdata/netdata-1.3.0.ebuild | 4 ++--
14 net-analyzer/netdata/netdata-1.4.0-r1.ebuild | 4 ++--
15 net-analyzer/netdata/netdata-1.5.0.ebuild | 4 ++--
16 net-analyzer/netdata/netdata-1.6.0.ebuild | 4 ++--
17 net-analyzer/netdata/netdata-1.7.0.ebuild | 4 ++--
18 net-analyzer/netdata/netdata-9999.ebuild | 4 ++--
19 7 files changed, 14 insertions(+), 14 deletions(-)
20
21 diff --git a/net-analyzer/netdata/netdata-1.2.0-r1.ebuild b/net-analyzer/netdata/netdata-1.2.0-r1.ebuild
22 index 2a2efdc050e..02c65adda6e 100644
23 --- a/net-analyzer/netdata/netdata-1.2.0-r1.ebuild
24 +++ b/net-analyzer/netdata/netdata-1.2.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 +# Copyright 1999-2017 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -6,7 +6,7 @@ EAPI=6
32 inherit linux-info systemd user fcaps
33
34 if [[ ${PV} == "9999" ]] ; then
35 - EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
36 + EGIT_REPO_URI="https://github.com/firehol/${PN}.git"
37 inherit git-r3 autotools
38 SRC_URI=""
39 KEYWORDS=""
40
41 diff --git a/net-analyzer/netdata/netdata-1.3.0.ebuild b/net-analyzer/netdata/netdata-1.3.0.ebuild
42 index 3f4c01a03cb..e7e9b14a560 100644
43 --- a/net-analyzer/netdata/netdata-1.3.0.ebuild
44 +++ b/net-analyzer/netdata/netdata-1.3.0.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2016 Gentoo Foundation
47 +# Copyright 1999-2017 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
52 inherit fcaps linux-info python-r1 systemd user
53
54 if [[ ${PV} == "9999" ]] ; then
55 - EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
56 + EGIT_REPO_URI="https://github.com/firehol/${PN}.git"
57 inherit git-r3 autotools
58 SRC_URI=""
59 KEYWORDS=""
60
61 diff --git a/net-analyzer/netdata/netdata-1.4.0-r1.ebuild b/net-analyzer/netdata/netdata-1.4.0-r1.ebuild
62 index 1296113a105..fa90f4bdc01 100644
63 --- a/net-analyzer/netdata/netdata-1.4.0-r1.ebuild
64 +++ b/net-analyzer/netdata/netdata-1.4.0-r1.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 +# Copyright 1999-2017 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=6
71 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
72 inherit fcaps linux-info python-r1 systemd user
73
74 if [[ ${PV} == "9999" ]] ; then
75 - EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
76 + EGIT_REPO_URI="https://github.com/firehol/${PN}.git"
77 inherit git-r3 autotools
78 SRC_URI=""
79 KEYWORDS=""
80
81 diff --git a/net-analyzer/netdata/netdata-1.5.0.ebuild b/net-analyzer/netdata/netdata-1.5.0.ebuild
82 index f23d6499dcd..f8e7926d3d7 100644
83 --- a/net-analyzer/netdata/netdata-1.5.0.ebuild
84 +++ b/net-analyzer/netdata/netdata-1.5.0.ebuild
85 @@ -7,12 +7,12 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
86 inherit autotools fcaps linux-info python-r1 systemd user
87
88 if [[ ${PV} == "9999" ]] ; then
89 - EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
90 + EGIT_REPO_URI="https://github.com/firehol/${PN}.git"
91 inherit git-r3
92 SRC_URI=""
93 KEYWORDS=""
94 else
95 - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
96 + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 KEYWORDS="~amd64 ~x86"
98 fi
99
100
101 diff --git a/net-analyzer/netdata/netdata-1.6.0.ebuild b/net-analyzer/netdata/netdata-1.6.0.ebuild
102 index 63f879951fa..e2948db1d76 100644
103 --- a/net-analyzer/netdata/netdata-1.6.0.ebuild
104 +++ b/net-analyzer/netdata/netdata-1.6.0.ebuild
105 @@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
106 inherit autotools fcaps linux-info python-r1 systemd user
107
108 if [[ ${PV} == *9999 ]] ; then
109 - EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
110 + EGIT_REPO_URI="https://github.com/firehol/${PN}.git"
111 inherit git-r3
112 else
113 - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
114 + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
115 KEYWORDS="~amd64 ~x86"
116 fi
117
118
119 diff --git a/net-analyzer/netdata/netdata-1.7.0.ebuild b/net-analyzer/netdata/netdata-1.7.0.ebuild
120 index 63f879951fa..e2948db1d76 100644
121 --- a/net-analyzer/netdata/netdata-1.7.0.ebuild
122 +++ b/net-analyzer/netdata/netdata-1.7.0.ebuild
123 @@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
124 inherit autotools fcaps linux-info python-r1 systemd user
125
126 if [[ ${PV} == *9999 ]] ; then
127 - EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
128 + EGIT_REPO_URI="https://github.com/firehol/${PN}.git"
129 inherit git-r3
130 else
131 - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
132 + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
133 KEYWORDS="~amd64 ~x86"
134 fi
135
136
137 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild
138 index 63f879951fa..e2948db1d76 100644
139 --- a/net-analyzer/netdata/netdata-9999.ebuild
140 +++ b/net-analyzer/netdata/netdata-9999.ebuild
141 @@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
142 inherit autotools fcaps linux-info python-r1 systemd user
143
144 if [[ ${PV} == *9999 ]] ; then
145 - EGIT_REPO_URI="git://github.com/firehol/${PN}.git"
146 + EGIT_REPO_URI="https://github.com/firehol/${PN}.git"
147 inherit git-r3
148 else
149 - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz"
150 + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
151 KEYWORDS="~amd64 ~x86"
152 fi