From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- dev-util/catalyst/catalyst-2.0.9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-util/catalyst/catalyst-2.0.9999.ebuild') diff --git a/dev-util/catalyst/catalyst-2.0.9999.ebuild b/dev-util/catalyst/catalyst-2.0.9999.ebuild index 2357cfda4324..f67796ddf8c9 100644 --- a/dev-util/catalyst/catalyst-2.0.9999.ebuild +++ b/dev-util/catalyst/catalyst-2.0.9999.ebuild @@ -14,8 +14,8 @@ if [[ ${PV} == *9999* ]]; then S="${WORKDIR}/${PN}" else SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi @@ -24,7 +24,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils multilib python-single-r1 ${SRC_ECLASS} DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux" -HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/" +HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/" LICENSE="GPL-2" SLOT="0" @@ -106,5 +106,5 @@ src_install() { pkg_postinst() { einfo "You can find more information about catalyst by checking out the" einfo "catalyst project page at:" - einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml" + einfo "https://www.gentoo.org/proj/en/releng/catalyst/index.xml" } -- cgit v1.2.3-65-gdbad