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/libestr/
Date: Sun, 05 May 2019 01:02:31
Message-Id: 1557018135.25eddc2c838f119cd64e13afb7607c612602baa1.bman@gentoo
1 commit: 25eddc2c838f119cd64e13afb7607c612602baa1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 3 19:22:52 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 5 01:02:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eddc2c
7
8 dev-libs/libestr: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11887
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 dev-libs/libestr/libestr-0.1.10.ebuild | 6 +++---
15 dev-libs/libestr/libestr-0.1.11.ebuild | 4 ++--
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-libs/libestr/libestr-0.1.10.ebuild b/dev-libs/libestr/libestr-0.1.10.ebuild
19 index 7fdd28148ec..c02a15e7005 100644
20 --- a/dev-libs/libestr/libestr-0.1.10.ebuild
21 +++ b/dev-libs/libestr/libestr-0.1.10.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 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,8 +6,8 @@ EAPI=6
29 inherit autotools
30
31 DESCRIPTION="Library for some string essentials"
32 -HOMEPAGE="http://libestr.adiscon.com/"
33 -SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz"
34 +HOMEPAGE="https://libestr.adiscon.com/"
35 +SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"
39
40 diff --git a/dev-libs/libestr/libestr-0.1.11.ebuild b/dev-libs/libestr/libestr-0.1.11.ebuild
41 index 1d625e762d5..9a94a570065 100644
42 --- a/dev-libs/libestr/libestr-0.1.11.ebuild
43 +++ b/dev-libs/libestr/libestr-0.1.11.ebuild
44 @@ -6,8 +6,8 @@ EAPI="7"
45 inherit autotools
46
47 DESCRIPTION="Library for some string essentials"
48 -HOMEPAGE="http://libestr.adiscon.com/"
49 -SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz"
50 +HOMEPAGE="https://libestr.adiscon.com/"
51 +SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz"
52
53 LICENSE="LGPL-2.1"
54 SLOT="0"