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/libtar/
Date: Wed, 20 Mar 2019 20:27:43
Message-Id: 1553113633.17d59360e66cead2b001c36c4a6c89e36b842571.bman@gentoo
1 commit: 17d59360e66cead2b001c36c4a6c89e36b842571
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 13 18:13:51 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 20 20:27:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d59360
7
8 dev-libs/libtar: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-libs/libtar/libtar-1.2.20-r4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libtar/libtar-1.2.20-r4.ebuild b/dev-libs/libtar/libtar-1.2.20-r4.ebuild
17 index e9b592b25cc..cbc4d499d82 100644
18 --- a/dev-libs/libtar/libtar-1.2.20-r4.ebuild
19 +++ b/dev-libs/libtar/libtar-1.2.20-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ EAPI=6
27 inherit autotools
28
29 DESCRIPTION="C library for manipulating tar archives"
30 -HOMEPAGE="http://repo.or.cz/w/libtar.git/"
31 +HOMEPAGE="https://repo.or.cz/w/libtar.git/"
32 SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
33
34 LICENSE="GPL-2"