diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-01 19:41:51 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-22 19:32:41 +0100 |
commit | 84c7aa76191ab0540c7776539ca74531fb72050b (patch) | |
tree | 29b21b32303acaa009cecd2a5588ea0b35b003fe /net-analyzer | |
parent | media-sound/liblc3: style tweaks (diff) | |
download | gentoo-84c7aa76191ab0540c7776539ca74531fb72050b.tar.gz gentoo-84c7aa76191ab0540c7776539ca74531fb72050b.tar.bz2 gentoo-84c7aa76191ab0540c7776539ca74531fb72050b.zip |
net-analyzer/ifstatus: EAPI8 bump, use https, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild index 89f9ddd12d83..8a132f8f389f 100644 --- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild +++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs -DESCRIPTION="A simple CLI program for displaying network statistics in real time" -HOMEPAGE="http://ifstatus.sourceforge.net/" +DESCRIPTION="Simple CLI program for displaying network statistics in real time" +HOMEPAGE="https://ifstatus.sourceforge.io/" SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~ppc ~riscv x86" |