From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93514139694 for ; Sun, 30 Jul 2017 08:47:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C4261FC17C; Sun, 30 Jul 2017 08:47:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AB6F1FC17C for ; Sun, 30 Jul 2017 08:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F6D4341AA5 for ; Sun, 30 Jul 2017 08:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 997C174CD for ; Sun, 30 Jul 2017 08:47:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501404419.2be961fcd8f5668cedc5b5a379363bd58d214011.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-cpan/g-cpan-0.16.6.ebuild app-portage/g-cpan/g-cpan-0.16.7.ebuild app-portage/g-cpan/g-cpan-0.16.9.ebuild app-portage/g-cpan/g-cpan-9999.ebuild X-VCS-Directories: app-portage/g-cpan/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2be961fcd8f5668cedc5b5a379363bd58d214011 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:47:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 12e6c1ac-2fb7-47d3-a1a9-fdf74c162dd0 X-Archives-Hash: a23315903124705737aa737eff0ae5c2 commit: 2be961fcd8f5668cedc5b5a379363bd58d214011 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 01:31:18 2017 +0000 Commit: Michał Górny gentoo 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