diff options
Diffstat (limited to 'dev-util/catalyst/catalyst-2.0.17.ebuild')
-rw-r--r-- | dev-util/catalyst/catalyst-2.0.17.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/catalyst/catalyst-2.0.17.ebuild b/dev-util/catalyst/catalyst-2.0.17.ebuild index 130b28579b51..0bd3e47ff8b5 100644 --- a/dev-util/catalyst/catalyst-2.0.17.ebuild +++ b/dev-util/catalyst/catalyst-2.0.17.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" } |