commit:     71ca5d5c89072df0fea17133334a91d33874fb40
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Oct 29 19:36:34 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 23:33:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ca5d5c

dev-lang/perl: use HTTPS for HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/6074

 dev-lang/perl/perl-5.24.1-r2.ebuild | 8 ++++----
 dev-lang/perl/perl-5.24.2.ebuild    | 8 ++++----
 dev-lang/perl/perl-5.24.3.ebuild    | 8 ++++----
 dev-lang/perl/perl-5.26.0.ebuild    | 8 ++++----
 dev-lang/perl/perl-5.26.1.ebuild    | 8 ++++----
 dev-lang/perl/perl-5.26.9999.ebuild | 8 ++++----
 dev-lang/perl/perl-5.28.9999.ebuild | 8 ++++----
 7 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/dev-lang/perl/perl-5.24.1-r2.ebuild 
b/dev-lang/perl/perl-5.24.1-r2.ebuild
index 1250d4c7125..50935dc90f4 100644
--- a/dev-lang/perl/perl-5.24.1-r2.ebuild
+++ b/dev-lang/perl/perl-5.24.1-r2.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
        
https://dev.gentoo.org/~kentnl/distfiles/${MY_P}-patches-${PATCH_VER}.tar.xz
        
https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
 "
-HOMEPAGE="http://www.perl.org/";
+HOMEPAGE="https://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
@@ -97,9 +97,9 @@ check_rebuild() {
 
        # Reinstall w/ USE Change
        elif (   use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
-            ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || \
-            (   use debug    && ! has_version dev-lang/perl[debug]    ) || \
-            ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; then
+                ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || 
\
+                (   use debug    && ! has_version dev-lang/perl[debug]    ) || 
\
+                ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; 
then
                echo ""
                ewarn "TOGGLED USE-FLAGS WARNING:"
                ewarn "You changed one of the use-flags ithreads or debug."

diff --git a/dev-lang/perl/perl-5.24.2.ebuild b/dev-lang/perl/perl-5.24.2.ebuild
index 1bcccde79f5..b6863bfb177 100644
--- a/dev-lang/perl/perl-5.24.2.ebuild
+++ b/dev-lang/perl/perl-5.24.2.ebuild
@@ -26,7 +26,7 @@ SRC_URI="
        https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
        
https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
 "
-HOMEPAGE="http://www.perl.org/";
+HOMEPAGE="https://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
@@ -98,9 +98,9 @@ check_rebuild() {
 
        # Reinstall w/ USE Change
        elif (   use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
-            ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || \
-            (   use debug    && ! has_version dev-lang/perl[debug]    ) || \
-            ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; then
+                ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || 
\
+                (   use debug    && ! has_version dev-lang/perl[debug]    ) || 
\
+                ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; 
then
                echo ""
                ewarn "TOGGLED USE-FLAGS WARNING:"
                ewarn "You changed one of the use-flags ithreads or debug."

diff --git a/dev-lang/perl/perl-5.24.3.ebuild b/dev-lang/perl/perl-5.24.3.ebuild
index e36cec59f27..cc82a288550 100644
--- a/dev-lang/perl/perl-5.24.3.ebuild
+++ b/dev-lang/perl/perl-5.24.3.ebuild
@@ -26,7 +26,7 @@ SRC_URI="
        https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
        
https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
 "
-HOMEPAGE="http://www.perl.org/";
+HOMEPAGE="https://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
@@ -98,9 +98,9 @@ check_rebuild() {
 
        # Reinstall w/ USE Change
        elif (   use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
-            ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || \
-            (   use debug    && ! has_version dev-lang/perl[debug]    ) || \
-            ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; then
+                ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || 
\
+                (   use debug    && ! has_version dev-lang/perl[debug]    ) || 
\
+                ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; 
then
                echo ""
                ewarn "TOGGLED USE-FLAGS WARNING:"
                ewarn "You changed one of the use-flags ithreads or debug."

diff --git a/dev-lang/perl/perl-5.26.0.ebuild b/dev-lang/perl/perl-5.26.0.ebuild
index 31f557b650c..6a1ce9639e7 100644
--- a/dev-lang/perl/perl-5.26.0.ebuild
+++ b/dev-lang/perl/perl-5.26.0.ebuild
@@ -45,7 +45,7 @@ SRC_URI="
        https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
        
https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
 "
-HOMEPAGE="http://www.perl.org/";
+HOMEPAGE="https://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
@@ -121,9 +121,9 @@ check_rebuild() {
 
        # Reinstall w/ USE Change
        elif (   use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
-            ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || \
-            (   use debug    && ! has_version dev-lang/perl[debug]    ) || \
-            ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; then
+                ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || 
\
+                (   use debug    && ! has_version dev-lang/perl[debug]    ) || 
\
+                ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; 
then
                echo ""
                ewarn "TOGGLED USE-FLAGS WARNING:"
                ewarn "You changed one of the use-flags ithreads or debug."

diff --git a/dev-lang/perl/perl-5.26.1.ebuild b/dev-lang/perl/perl-5.26.1.ebuild
index e6464cb307d..a7e2522f1e1 100644
--- a/dev-lang/perl/perl-5.26.1.ebuild
+++ b/dev-lang/perl/perl-5.26.1.ebuild
@@ -43,7 +43,7 @@ SRC_URI="
        https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
        
https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
 "
-HOMEPAGE="http://www.perl.org/";
+HOMEPAGE="https://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
@@ -118,9 +118,9 @@ check_rebuild() {
 
        # Reinstall w/ USE Change
        elif (   use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
-            ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || \
-            (   use debug    && ! has_version dev-lang/perl[debug]    ) || \
-            ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; then
+                ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || 
\
+                (   use debug    && ! has_version dev-lang/perl[debug]    ) || 
\
+                ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; 
then
                echo ""
                ewarn "TOGGLED USE-FLAGS WARNING:"
                ewarn "You changed one of the use-flags ithreads or debug."

diff --git a/dev-lang/perl/perl-5.26.9999.ebuild 
b/dev-lang/perl/perl-5.26.9999.ebuild
index 3de2f856919..e55363ce2b1 100644
--- a/dev-lang/perl/perl-5.26.9999.ebuild
+++ b/dev-lang/perl/perl-5.26.9999.ebuild
@@ -43,7 +43,7 @@ SRC_URI="
        https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
        
https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
 "
-HOMEPAGE="http://www.perl.org/";
+HOMEPAGE="https://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
@@ -118,9 +118,9 @@ check_rebuild() {
 
        # Reinstall w/ USE Change
        elif (   use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
-            ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || \
-            (   use debug    && ! has_version dev-lang/perl[debug]    ) || \
-            ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; then
+                ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || 
\
+                (   use debug    && ! has_version dev-lang/perl[debug]    ) || 
\
+                ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; 
then
                echo ""
                ewarn "TOGGLED USE-FLAGS WARNING:"
                ewarn "You changed one of the use-flags ithreads or debug."

diff --git a/dev-lang/perl/perl-5.28.9999.ebuild 
b/dev-lang/perl/perl-5.28.9999.ebuild
index 823075efb2a..e5595e4eead 100644
--- a/dev-lang/perl/perl-5.28.9999.ebuild
+++ b/dev-lang/perl/perl-5.28.9999.ebuild
@@ -43,7 +43,7 @@ SRC_URI="
        https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
        
https://github.com/arsv/perl-cross/releases/download/${CROSS_VER}/perl-cross-${CROSS_VER}.tar.gz
 "
-HOMEPAGE="http://www.perl.org/";
+HOMEPAGE="https://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
@@ -118,9 +118,9 @@ check_rebuild() {
 
        # Reinstall w/ USE Change
        elif (   use ithreads && ! has_version dev-lang/perl[ithreads] ) || \
-            ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || \
-            (   use debug    && ! has_version dev-lang/perl[debug]    ) || \
-            ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; then
+                ( ! use ithreads &&   has_version dev-lang/perl[ithreads] ) || 
\
+                (   use debug    && ! has_version dev-lang/perl[debug]    ) || 
\
+                ( ! use debug    &&   has_version dev-lang/perl[debug]    ) ; 
then
                echo ""
                ewarn "TOGGLED USE-FLAGS WARNING:"
                ewarn "You changed one of the use-flags ithreads or debug."

Reply via email to