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-portage/g-cpan/
Date: Sun, 30 Jul 2017 08:47:56
Message-Id: 1501404419.2be961fcd8f5668cedc5b5a379363bd58d214011.mgorny@gentoo
1 commit: 2be961fcd8f5668cedc5b5a379363bd58d214011
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:31:18 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:46:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be961fc
7
8 app-portage/g-cpan: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-portage/g-cpan/g-cpan-0.16.6.ebuild | 4 ++--
13 app-portage/g-cpan/g-cpan-0.16.7.ebuild | 4 ++--
14 app-portage/g-cpan/g-cpan-0.16.9.ebuild | 2 +-
15 app-portage/g-cpan/g-cpan-9999.ebuild | 4 ++--
16 4 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
19 index c4ab4d24322..876c6180f0f 100644
20 --- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild
21 +++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28
29 inherit perl-module
30 if [[ ${PV} == "9999" ]] ; then
31 - EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
32 + EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
33 inherit git-r3
34 SRC_URI=""
35 else
36
37 diff --git a/app-portage/g-cpan/g-cpan-0.16.7.ebuild b/app-portage/g-cpan/g-cpan-0.16.7.ebuild
38 index 0479d222842..b56c85f37fb 100644
39 --- a/app-portage/g-cpan/g-cpan-0.16.7.ebuild
40 +++ b/app-portage/g-cpan/g-cpan-0.16.7.ebuild
41 @@ -1,11 +1,11 @@
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 inherit perl-module
49 if [[ ${PV} == "9999" ]] ; then
50 - EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
51 + EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
52 inherit git-r3
53 SRC_URI=""
54 else
55
56 diff --git a/app-portage/g-cpan/g-cpan-0.16.9.ebuild b/app-portage/g-cpan/g-cpan-0.16.9.ebuild
57 index bed4e0fcb21..a385366a29c 100644
58 --- a/app-portage/g-cpan/g-cpan-0.16.9.ebuild
59 +++ b/app-portage/g-cpan/g-cpan-0.16.9.ebuild
60 @@ -5,7 +5,7 @@ EAPI=6
61
62 inherit perl-module
63 if [[ ${PV} == "9999" ]] ; then
64 - EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
65 + EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
66 inherit git-r3
67 SRC_URI=""
68 else
69
70 diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild
71 index d0da0acf499..669c0992637 100644
72 --- a/app-portage/g-cpan/g-cpan-9999.ebuild
73 +++ b/app-portage/g-cpan/g-cpan-9999.ebuild
74 @@ -1,11 +1,11 @@
75 -# Copyright 1999-2016 Gentoo Foundation
76 +# Copyright 1999-2017 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78
79 EAPI=6
80
81 inherit perl-module
82 if [[ ${PV} == "9999" ]] ; then
83 - EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
84 + EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
85 inherit git-r3
86 SRC_URI=""
87 else