Skip to content

Commit

Permalink
app-portage/g-cpan: use HTTPS for GitHub
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Jul 30, 2017
1 parent 3dfb781 commit 2be961f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app-portage/g-cpan/g-cpan-0.16.6.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app-portage/g-cpan/g-cpan-0.16.7.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-portage/g-cpan/g-cpan-0.16.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app-portage/g-cpan/g-cpan-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2be961f

Please sign in to comment.