commit: e713685b8350752038a25419ab23f9756063f7ef Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Apr 19 18:10:54 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 01:26:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e713685b
dev-libs/liblognorm: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11746 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/liblognorm/liblognorm-2.0.5.ebuild | 6 +++--- dev-libs/liblognorm/liblognorm-2.0.6.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/liblognorm/liblognorm-2.0.5.ebuild b/dev-libs/liblognorm/liblognorm-2.0.5.ebuild index 635f5f3f9c5..f5361ff95e5 100644 --- a/dev-libs/liblognorm/liblognorm-2.0.5.ebuild +++ b/dev-libs/liblognorm/liblognorm-2.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,14 +6,14 @@ EAPI="6" inherit autotools DESCRIPTION="Fast samples-based log normalization library" -HOMEPAGE="http://www.liblognorm.com" +HOMEPAGE="https://www.liblognorm.com" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git" inherit git-r3 else - SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz" + SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz" KEYWORDS="amd64 arm ~arm64 hppa x86 ~amd64-linux" fi diff --git a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild b/dev-libs/liblognorm/liblognorm-2.0.6.ebuild index 52b3e6aa555..f5361ff95e5 100644 --- a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild +++ b/dev-libs/liblognorm/liblognorm-2.0.6.ebuild @@ -6,14 +6,14 @@ EAPI="6" inherit autotools DESCRIPTION="Fast samples-based log normalization library" -HOMEPAGE="http://www.liblognorm.com" +HOMEPAGE="https://www.liblognorm.com" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git" inherit git-r3 else - SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz" + SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz" KEYWORDS="amd64 arm ~arm64 hppa x86 ~amd64-linux" fi
