Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pathload/
Date: Thu, 29 Sep 2022 04:28:06
Message-Id: 1664425075.19836e5d1ee7df5af16d47ad2767a337fd5796a8.ionen@gentoo
1 commit: 19836e5d1ee7df5af16d47ad2767a337fd5796a8
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 03:44:38 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 04:17:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19836e5d
7
8 net-analyzer/pathload: EAPI7->8, fix license, tidy a bit
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 net-analyzer/pathload/pathload-1.3.2-r1.ebuild | 12 +++++++-----
13 1 file changed, 7 insertions(+), 5 deletions(-)
14
15 diff --git a/net-analyzer/pathload/pathload-1.3.2-r1.ebuild b/net-analyzer/pathload/pathload-1.3.2-r1.ebuild
16 index 47f7848cc5a8..0c086a07ae5c 100644
17 --- a/net-analyzer/pathload/pathload-1.3.2-r1.ebuild
18 +++ b/net-analyzer/pathload/pathload-1.3.2-r1.ebuild
19 @@ -1,24 +1,26 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26 +
27 inherit toolchain-funcs
28
29 DESCRIPTION="Non-intrusive utility for estimation of available bandwidth of Internet paths"
30 HOMEPAGE="https://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/pathload.html"
31 SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz"
32 +S="${WORKDIR}/${P/-/_}"
33
34 -LICENSE="GPL-2"
35 +LICENSE="GPL-2+"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 -S=${WORKDIR}/${PN}_${PV}
40 PATCHES=(
41 - "${FILESDIR}"/${PN}-1.3.2-make.patch
42 + "${FILESDIR}"/${P}-make.patch
43 )
44
45 src_configure() {
46 tc-export CC
47 +
48 default
49 }