diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /app-portage/genlop | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-portage/genlop')
-rw-r--r-- | app-portage/genlop/genlop-0.30.10-r1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/genlop/genlop-0.30.10.ebuild | 4 | ||||
-rw-r--r-- | app-portage/genlop/genlop-0.30.9-r1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/genlop/genlop-9999.ebuild | 2 | ||||
-rw-r--r-- | app-portage/genlop/metadata.xml | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/app-portage/genlop/genlop-0.30.10-r1.ebuild b/app-portage/genlop/genlop-0.30.10-r1.ebuild index a0f54a0b8f83..78820c394b89 100644 --- a/app-portage/genlop/genlop-0.30.10-r1.ebuild +++ b/app-portage/genlop/genlop-0.30.10-r1.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit base bash-completion-r1 DESCRIPTION="A nice emerge.log parser" -HOMEPAGE="http://www.gentoo.org/proj/en/perl" -SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" +HOMEPAGE="https://www.gentoo.org/proj/en/perl" +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-portage/genlop/genlop-0.30.10.ebuild b/app-portage/genlop/genlop-0.30.10.ebuild index 8375e1b28e32..adfdb8907bcd 100644 --- a/app-portage/genlop/genlop-0.30.10.ebuild +++ b/app-portage/genlop/genlop-0.30.10.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit bash-completion-r1 DESCRIPTION="A nice emerge.log parser" -HOMEPAGE="http://www.gentoo.org/proj/en/perl" -SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" +HOMEPAGE="https://www.gentoo.org/proj/en/perl" +SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-portage/genlop/genlop-0.30.9-r1.ebuild b/app-portage/genlop/genlop-0.30.9-r1.ebuild index 1a614276a856..bb27fddf782b 100644 --- a/app-portage/genlop/genlop-0.30.9-r1.ebuild +++ b/app-portage/genlop/genlop-0.30.9-r1.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit base bash-completion-r1 DESCRIPTION="A nice emerge.log parser" -HOMEPAGE="http://www.gentoo.org/proj/en/perl" +HOMEPAGE="https://www.gentoo.org/proj/en/perl" SRC_URI="mirror://gentoo//${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-portage/genlop/genlop-9999.ebuild b/app-portage/genlop/genlop-9999.ebuild index 8f118101b6cb..076ea3996118 100644 --- a/app-portage/genlop/genlop-9999.ebuild +++ b/app-portage/genlop/genlop-9999.ebuild @@ -8,7 +8,7 @@ inherit git-2 bash-completion-r1 EGIT_REPO_URI="git://github.com/gentoo-perl/genlop.git" DESCRIPTION="A nice emerge.log parser" -HOMEPAGE="http://www.gentoo.org/proj/en/perl" +HOMEPAGE="https://www.gentoo.org/proj/en/perl" SRC_URI="" LICENSE="GPL-2" diff --git a/app-portage/genlop/metadata.xml b/app-portage/genlop/metadata.xml index f82c90f1e8c4..31e2cbc6dbc3 100644 --- a/app-portage/genlop/metadata.xml +++ b/app-portage/genlop/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>tools-portage</herd> <herd>perl</herd> |