From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- net-analyzer/icinga2/icinga2-2.3.5.ebuild | 2 +- net-analyzer/icinga2/icinga2-2.3.6.ebuild | 2 +- net-analyzer/icinga2/icinga2-2.3.7.ebuild | 2 +- net-analyzer/icinga2/icinga2-2.3.8.ebuild | 2 +- net-analyzer/icinga2/icinga2-9999.ebuild | 2 +- net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild | 2 +- net-analyzer/linkchecker/linkchecker-9999.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net-analyzer') diff --git a/net-analyzer/icinga2/icinga2-2.3.5.ebuild b/net-analyzer/icinga2/icinga2-2.3.5.ebuild index 063f476a6c0f..bffb07cf447d 100644 --- a/net-analyzer/icinga2/icinga2-2.3.5.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.5.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-2.3.6.ebuild b/net-analyzer/icinga2/icinga2-2.3.6.ebuild index b5022fcbfbd5..c996c274e996 100644 --- a/net-analyzer/icinga2/icinga2-2.3.6.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.6.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-2.3.7.ebuild b/net-analyzer/icinga2/icinga2-2.3.7.ebuild index b5022fcbfbd5..c996c274e996 100644 --- a/net-analyzer/icinga2/icinga2-2.3.7.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.7.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-2.3.8.ebuild b/net-analyzer/icinga2/icinga2-2.3.8.ebuild index b5022fcbfbd5..c996c274e996 100644 --- a/net-analyzer/icinga2/icinga2-2.3.8.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.8.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index 67a6d4cc8a81..3e3a1625a33a 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user vers DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -EGIT_REPO_URI="http://github.com/Icinga/icinga2.git" +EGIT_REPO_URI="https://github.com/Icinga/icinga2.git" EGIT_BRANCH="master" LICENSE="GPL-2" diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild index 8175b8f16e7f..b3111ff052a4 100644 --- a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild @@ -13,7 +13,7 @@ MY_PN="${PN/linkchecker/LinkChecker}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Check websites for broken links" -HOMEPAGE="http://wummel.github.com/linkchecker/ http://pypi.python.org/pypi/linkchecker/" +HOMEPAGE="http://wummel.github.com/linkchecker/ https://pypi.python.org/pypi/linkchecker/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild index 21e344faf6c0..777aad007e77 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -12,7 +12,7 @@ inherit bash-completion-r1 distutils-r1 eutils git-r3 multilib MY_P="${P/linkchecker/LinkChecker}" DESCRIPTION="Check websites for broken links" -HOMEPAGE="http://wummel.github.com/linkchecker/ http://pypi.python.org/pypi/linkchecker/" +HOMEPAGE="http://wummel.github.com/linkchecker/ https://pypi.python.org/pypi/linkchecker/" SRC_URI="" EGIT_REPO_URI="https://github.com/wummel/linkchecker.git" -- cgit v1.2.3-65-gdbad