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: sys-power/powertop/
Date: Sun, 30 Jul 2017 09:16:11
Message-Id: 1501406151.0f5699ab6cfef65ec62603c75eeb58f61ea39ba8.mgorny@gentoo
1 commit: 0f5699ab6cfef65ec62603c75eeb58f61ea39ba8
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 11:04:24 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5699ab
7
8 sys-power/powertop: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-power/powertop/powertop-2.6.ebuild | 4 ++--
13 sys-power/powertop/powertop-2.8.ebuild | 2 +-
14 sys-power/powertop/powertop-9999.ebuild | 2 +-
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-power/powertop/powertop-2.6.ebuild b/sys-power/powertop/powertop-2.6.ebuild
18 index 23edcfe3716..05849a56292 100644
19 --- a/sys-power/powertop/powertop-2.6.ebuild
20 +++ b/sys-power/powertop/powertop-2.6.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27
28 inherit eutils linux-info autotools
29 if [[ ${PV} == "9999" ]] ; then
30 - EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
31 + EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
32 inherit git-2 autotools
33 SRC_URI=""
34 else
35
36 diff --git a/sys-power/powertop/powertop-2.8.ebuild b/sys-power/powertop/powertop-2.8.ebuild
37 index d206d473bc1..d3d8039ade6 100644
38 --- a/sys-power/powertop/powertop-2.8.ebuild
39 +++ b/sys-power/powertop/powertop-2.8.ebuild
40 @@ -5,7 +5,7 @@ EAPI="5"
41
42 inherit eutils linux-info
43 if [[ ${PV} == "9999" ]] ; then
44 - EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
45 + EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
46 inherit git-2 autotools
47 SRC_URI=""
48 else
49
50 diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild
51 index 69c60eb066c..8d4d40d26b9 100644
52 --- a/sys-power/powertop/powertop-9999.ebuild
53 +++ b/sys-power/powertop/powertop-9999.ebuild
54 @@ -5,7 +5,7 @@ EAPI="6"
55
56 inherit eutils linux-info
57 if [[ ${PV} == "9999" ]] ; then
58 - EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
59 + EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
60 inherit git-r3 autotools
61 SRC_URI=""
62 else