commit: 19836e5d1ee7df5af16d47ad2767a337fd5796a8 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Sep 29 03:44:38 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Sep 29 04:17:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19836e5d
net-analyzer/pathload: EAPI7->8, fix license, tidy a bit Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-analyzer/pathload/pathload-1.3.2-r1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net-analyzer/pathload/pathload-1.3.2-r1.ebuild b/net-analyzer/pathload/pathload-1.3.2-r1.ebuild index 47f7848cc5a8..0c086a07ae5c 100644 --- a/net-analyzer/pathload/pathload-1.3.2-r1.ebuild +++ b/net-analyzer/pathload/pathload-1.3.2-r1.ebuild @@ -1,24 +1,26 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit toolchain-funcs DESCRIPTION="Non-intrusive utility for estimation of available bandwidth of Internet paths" HOMEPAGE="https://www.cc.gatech.edu/fac/constantinos.dovrolis/bw-est/pathload.html" SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz" +S="${WORKDIR}/${P/-/_}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -S=${WORKDIR}/${PN}_${PV} PATCHES=( - "${FILESDIR}"/${PN}-1.3.2-make.patch + "${FILESDIR}"/${P}-make.patch ) src_configure() { tc-export CC + default }