Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pathload/
Date: Wed, 08 Jan 2020 09:44:55
Message-Id: 1578476689.01508b2d8cb86a56d8fd3eba928936ef8c67aa80.jer@gentoo
1 commit: 01508b2d8cb86a56d8fd3eba928936ef8c67aa80
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 8 09:40:52 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 8 09:44:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01508b2d
7
8 net-analyzer/pathload: Use HTTPS
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/pathload/pathload-1.3.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/pathload/pathload-1.3.2.ebuild b/net-analyzer/pathload/pathload-1.3.2.ebuild
17 index 4a4b5881535..7d839abed19 100644
18 --- a/net-analyzer/pathload/pathload-1.3.2.ebuild
19 +++ b/net-analyzer/pathload/pathload-1.3.2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 inherit eutils toolchain-funcs
27
28 DESCRIPTION="Non-intrusive utility for estimation of available bandwidth of Internet paths"
29 -HOMEPAGE="http://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/pathload.html"
30 +HOMEPAGE="https://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/pathload.html"
31 SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
32
33 LICENSE="GPL-2"