Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblognorm/
Date: Sat, 20 Apr 2019 23:23:09
Message-Id: 1555723613.e713685b8350752038a25419ab23f9756063f7ef.bman@gentoo
1 commit: e713685b8350752038a25419ab23f9756063f7ef
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 19 18:10:54 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 01:26:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e713685b
7
8 dev-libs/liblognorm: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11746
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-libs/liblognorm/liblognorm-2.0.5.ebuild | 6 +++---
15 dev-libs/liblognorm/liblognorm-2.0.6.ebuild | 4 ++--
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-libs/liblognorm/liblognorm-2.0.5.ebuild b/dev-libs/liblognorm/liblognorm-2.0.5.ebuild
19 index 635f5f3f9c5..f5361ff95e5 100644
20 --- a/dev-libs/liblognorm/liblognorm-2.0.5.ebuild
21 +++ b/dev-libs/liblognorm/liblognorm-2.0.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -6,14 +6,14 @@ EAPI="6"
29 inherit autotools
30
31 DESCRIPTION="Fast samples-based log normalization library"
32 -HOMEPAGE="http://www.liblognorm.com"
33 +HOMEPAGE="https://www.liblognorm.com"
34
35 if [[ ${PV} == "9999" ]]; then
36 EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
37
38 inherit git-r3
39 else
40 - SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz"
41 + SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz"
42 KEYWORDS="amd64 arm ~arm64 hppa x86 ~amd64-linux"
43 fi
44
45
46 diff --git a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild b/dev-libs/liblognorm/liblognorm-2.0.6.ebuild
47 index 52b3e6aa555..f5361ff95e5 100644
48 --- a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild
49 +++ b/dev-libs/liblognorm/liblognorm-2.0.6.ebuild
50 @@ -6,14 +6,14 @@ EAPI="6"
51 inherit autotools
52
53 DESCRIPTION="Fast samples-based log normalization library"
54 -HOMEPAGE="http://www.liblognorm.com"
55 +HOMEPAGE="https://www.liblognorm.com"
56
57 if [[ ${PV} == "9999" ]]; then
58 EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
59
60 inherit git-r3
61 else
62 - SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz"
63 + SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz"
64 KEYWORDS="amd64 arm ~arm64 hppa x86 ~amd64-linux"
65 fi