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: app-admin/needrestart/
Date: Sun, 30 Jul 2017 08:36:16
Message-Id: 1501403757.a3b7761b46039741ff781afc9d20cdafde13f7a7.mgorny@gentoo
1 commit: a3b7761b46039741ff781afc9d20cdafde13f7a7
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:28:36 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b7761b
7
8 app-admin/needrestart: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-admin/needrestart/needrestart-2.10.ebuild | 4 ++--
13 app-admin/needrestart/needrestart-2.11.ebuild | 4 ++--
14 app-admin/needrestart/needrestart-2.8-r1.ebuild | 2 +-
15 app-admin/needrestart/needrestart-2.9-r1.ebuild | 4 ++--
16 app-admin/needrestart/needrestart-9999.ebuild | 4 ++--
17 5 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/app-admin/needrestart/needrestart-2.10.ebuild b/app-admin/needrestart/needrestart-2.10.ebuild
20 index c0f74b5a612..c0f3cada310 100644
21 --- a/app-admin/needrestart/needrestart-2.10.ebuild
22 +++ b/app-admin/needrestart/needrestart-2.10.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 if [[ ${PV} == "9999" ]] ; then
31 - EGIT_REPO_URI="git://github.com/liske/${PN}.git"
32 + EGIT_REPO_URI="https://github.com/liske/${PN}.git"
33 inherit git-r3
34 SRC_URI=""
35 KEYWORDS=""
36
37 diff --git a/app-admin/needrestart/needrestart-2.11.ebuild b/app-admin/needrestart/needrestart-2.11.ebuild
38 index c0f74b5a612..c0f3cada310 100644
39 --- a/app-admin/needrestart/needrestart-2.11.ebuild
40 +++ b/app-admin/needrestart/needrestart-2.11.ebuild
41 @@ -1,10 +1,10 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47
48 if [[ ${PV} == "9999" ]] ; then
49 - EGIT_REPO_URI="git://github.com/liske/${PN}.git"
50 + EGIT_REPO_URI="https://github.com/liske/${PN}.git"
51 inherit git-r3
52 SRC_URI=""
53 KEYWORDS=""
54
55 diff --git a/app-admin/needrestart/needrestart-2.8-r1.ebuild b/app-admin/needrestart/needrestart-2.8-r1.ebuild
56 index 57dbee59af5..b2fba417b36 100644
57 --- a/app-admin/needrestart/needrestart-2.8-r1.ebuild
58 +++ b/app-admin/needrestart/needrestart-2.8-r1.ebuild
59 @@ -4,7 +4,7 @@
60 EAPI=6
61
62 if [[ ${PV} == "9999" ]] ; then
63 - EGIT_REPO_URI="git://github.com/liske/${PN}.git"
64 + EGIT_REPO_URI="https://github.com/liske/${PN}.git"
65 inherit git-r3
66 SRC_URI=""
67 KEYWORDS=""
68
69 diff --git a/app-admin/needrestart/needrestart-2.9-r1.ebuild b/app-admin/needrestart/needrestart-2.9-r1.ebuild
70 index c0f74b5a612..c0f3cada310 100644
71 --- a/app-admin/needrestart/needrestart-2.9-r1.ebuild
72 +++ b/app-admin/needrestart/needrestart-2.9-r1.ebuild
73 @@ -1,10 +1,10 @@
74 -# Copyright 1999-2016 Gentoo Foundation
75 +# Copyright 1999-2017 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=6
79
80 if [[ ${PV} == "9999" ]] ; then
81 - EGIT_REPO_URI="git://github.com/liske/${PN}.git"
82 + EGIT_REPO_URI="https://github.com/liske/${PN}.git"
83 inherit git-r3
84 SRC_URI=""
85 KEYWORDS=""
86
87 diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-9999.ebuild
88 index c0f74b5a612..c0f3cada310 100644
89 --- a/app-admin/needrestart/needrestart-9999.ebuild
90 +++ b/app-admin/needrestart/needrestart-9999.ebuild
91 @@ -1,10 +1,10 @@
92 -# Copyright 1999-2016 Gentoo Foundation
93 +# Copyright 1999-2017 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95
96 EAPI=6
97
98 if [[ ${PV} == "9999" ]] ; then
99 - EGIT_REPO_URI="git://github.com/liske/${PN}.git"
100 + EGIT_REPO_URI="https://github.com/liske/${PN}.git"
101 inherit git-r3
102 SRC_URI=""
103 KEYWORDS=""