diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-02 20:09:57 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-22 12:05:26 +0100 |
commit | fe8ee74df693fc27afd67f19cf6a83a0627c4b5f (patch) | |
tree | 7f1d3e191b4a5741a3031408acd839d5e4cbf241 /net-analyzer/ipband | |
parent | dev-python/tzlocal: Remove old (diff) | |
download | gentoo-fe8ee74df693fc27afd67f19cf6a83a0627c4b5f.tar.gz gentoo-fe8ee74df693fc27afd67f19cf6a83a0627c4b5f.tar.bz2 gentoo-fe8ee74df693fc27afd67f19cf6a83a0627c4b5f.zip |
net-analyzer/ipband: 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/ipband')
-rw-r--r-- | net-analyzer/ipband/ipband-0.8.1-r2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-analyzer/ipband/ipband-0.8.1-r2.ebuild b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild index 9c04a837c52c..6b90c152be8a 100644 --- a/net-analyzer/ipband/ipband-0.8.1-r2.ebuild +++ b/net-analyzer/ipband/ipband-0.8.1-r2.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2020 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 pcap based IP traffic and bandwidth monitor" -HOMEPAGE="http://ipband.sourceforge.net/" +DESCRIPTION="Pcap based IP traffic and bandwidth monitor" +HOMEPAGE="https://ipband.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 x86" |