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.16.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-util/catalyst/catalyst-2.0.16.ebuild') diff --git a/dev-util/catalyst/catalyst-2.0.16.ebuild b/dev-util/catalyst/catalyst-2.0.16.ebuild index 130b28579b51..0bd3e47ff8b5 100644 --- a/dev-util/catalyst/catalyst-2.0.16.ebuild +++ b/dev-util/catalyst/catalyst-2.0.16.ebuild @@ -13,10 +13,10 @@ 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/~mattst88/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2 - http://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2" + https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2 + https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi @@ -25,7 +25,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" @@ -107,5 +107,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