public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/
Date: Sun, 30 Jul 2017 08:47:49 +0000 (UTC)	[thread overview]
Message-ID: <1501404419.2be961fcd8f5668cedc5b5a379363bd58d214011.mgorny@gentoo> (raw)

commit:     2be961fcd8f5668cedc5b5a379363bd58d214011
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:31:18 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:46:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be961fc

app-portage/g-cpan: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-portage/g-cpan/g-cpan-0.16.6.ebuild | 4 ++--
 app-portage/g-cpan/g-cpan-0.16.7.ebuild | 4 ++--
 app-portage/g-cpan/g-cpan-0.16.9.ebuild | 2 +-
 app-portage/g-cpan/g-cpan-9999.ebuild   | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
index c4ab4d24322..876c6180f0f 100644
--- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit perl-module
 if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
+	EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
 	inherit git-r3
 	SRC_URI=""
 else

diff --git a/app-portage/g-cpan/g-cpan-0.16.7.ebuild b/app-portage/g-cpan/g-cpan-0.16.7.ebuild
index 0479d222842..b56c85f37fb 100644
--- a/app-portage/g-cpan/g-cpan-0.16.7.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.16.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit perl-module
 if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
+	EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
 	inherit git-r3
 	SRC_URI=""
 else

diff --git a/app-portage/g-cpan/g-cpan-0.16.9.ebuild b/app-portage/g-cpan/g-cpan-0.16.9.ebuild
index bed4e0fcb21..a385366a29c 100644
--- a/app-portage/g-cpan/g-cpan-0.16.9.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.16.9.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit perl-module
 if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
+	EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
 	inherit git-r3
 	SRC_URI=""
 else

diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild
index d0da0acf499..669c0992637 100644
--- a/app-portage/g-cpan/g-cpan-9999.ebuild
+++ b/app-portage/g-cpan/g-cpan-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit perl-module
 if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="git://github.com/gentoo-perl/g-cpan.git"
+	EGIT_REPO_URI="https://github.com/gentoo-perl/g-cpan.git"
 	inherit git-r3
 	SRC_URI=""
 else


             reply	other threads:[~2017-07-30  8:47 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-30  8:47 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-17 14:30 [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/ Mart Raudsepp
2022-07-04  6:55 Agostino Sarubbo
2022-07-04  6:54 Agostino Sarubbo
2022-07-04  6:53 Agostino Sarubbo
2022-07-04  6:53 Agostino Sarubbo
2022-07-04  6:52 Agostino Sarubbo
2022-07-04  6:51 Agostino Sarubbo
2022-07-03 22:39 Sam James
2022-07-03 22:33 Sam James
2020-05-16  7:09 Joonas Niilola
2020-04-10 23:31 Andreas K. Hüttel
2020-04-10 23:31 Andreas K. Hüttel
2020-04-10 23:31 Andreas K. Hüttel
2019-05-18 10:02 Michał Górny
2018-03-21 18:12 Michał Górny
2017-02-16 21:12 Markus Meier
2017-01-23  6:57 Jeroen Roovers
2017-01-02  9:11 Andreas Hüttel
2016-12-30 11:12 Agostino Sarubbo
2016-12-20 17:31 Tobias Klausmann
2016-11-15 14:53 Tobias Klausmann
2016-11-11 23:46 Andreas Hüttel
2016-07-14 16:08 Patrice Clement
2016-05-06 20:51 Andreas Hüttel
2016-04-30 16:57 Andreas Hüttel
2016-04-30 16:57 Andreas Hüttel
2016-04-30 16:57 Andreas Hüttel
2016-04-30 16:57 Andreas Hüttel
2016-04-29 19:36 Andreas Hüttel
2015-10-07 20:40 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501404419.2be961fcd8f5668cedc5b5a379363bd58d214011.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox