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 /dev-util/catalyst/catalyst-2.0.18-r1.ebuild | |
| parent | f49e098397feee21f6efdc364f7d00bbc86b8518 (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 'dev-util/catalyst/catalyst-2.0.18-r1.ebuild')
| -rw-r--r-- | dev-util/catalyst/catalyst-2.0.18-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild index b6ea322a85a4..7f7203d721eb 100644 --- a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild +++ b/dev-util/catalyst/catalyst-2.0.18-r1.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" @@ -113,5 +113,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" } |
