diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-10-29 20:36:34 +0100 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-31 12:33:51 +1300 |
commit | 71ca5d5c89072df0fea17133334a91d33874fb40 (patch) | |
tree | a5bd1866c5ce0d22bbb4733f0c65e71eb4a2220d /dev-lang/perl | |
parent | dev-qt: Drop Qt 5.6.2, de-stabilise hppa (diff) | |
download | gentoo-71ca5d5c89072df0fea17133334a91d33874fb40.tar.gz gentoo-71ca5d5c89072df0fea17133334a91d33874fb40.tar.bz2 gentoo-71ca5d5c89072df0fea17133334a91d33874fb40.zip |
dev-lang/perl: use HTTPS for HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/6074
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.24.1-r2.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.24.2.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.24.3.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.26.0.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.26.1.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.26.9999.ebuild | 8 | ||||
-rw-r--r-- | 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 1250d4c71259..50935dc90f47 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 1bcccde79f5b..b6863bfb1779 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 e36cec59f279..cc82a2885505 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 31f557b650c7..6a1ce9639e77 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 e6464cb307d7..a7e2522f1e1d 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 3de2f8569190..e55363ce2b1a 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 823075efb2a6..e5595e4eead1 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." |