Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/
Date: Mon, 11 Mar 2019 04:48:18
Message-Id: 1552279619.609c32297df107847e895381fa93a80c62bd1939.bman@gentoo
1 commit: 609c32297df107847e895381fa93a80c62bd1939
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 9 18:08:36 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 04:46:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609c3229
7
8 net-libs/libtrace: 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 net-libs/libtrace/libtrace-4.0.5.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/libtrace/libtrace-4.0.5.ebuild b/net-libs/libtrace/libtrace-4.0.5.ebuild
17 index 14825e4a833..c8291b01d7f 100644
18 --- a/net-libs/libtrace/libtrace-4.0.5.ebuild
19 +++ b/net-libs/libtrace/libtrace-4.0.5.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 inherit autotools eutils
27
28 DESCRIPTION="A library and tools for trace processing"
29 -HOMEPAGE="http://research.wand.net.nz/software/libtrace.php"
30 -SRC_URI="http://research.wand.net.nz/software/${PN}/${P/_/-}.tar.gz"
31 +HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
32 +SRC_URI="https://research.wand.net.nz/software/${PN}/${P/_/-}.tar.gz"
33
34 LICENSE="LGPL-3"
35 SLOT="0"