diff options
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/jnettop/metadata.xml | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild index bfac1d1b3de9..8b2365f79d7b 100644 --- a/net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild +++ b/net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools -DESCRIPTION="A top like console network traffic visualiser" +DESCRIPTION="Top like console network traffic visualiser" HOMEPAGE="https://sourceforge.net/projects/jnettop" SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux" IUSE="berkdb ncurses syslog" diff --git a/net-analyzer/jnettop/metadata.xml b/net-analyzer/jnettop/metadata.xml index dce3f3be66c0..64065c6ebf3a 100644 --- a/net-analyzer/jnettop/metadata.xml +++ b/net-analyzer/jnettop/metadata.xml @@ -5,4 +5,7 @@ <email>netmon@gentoo.org</email> <name>Gentoo network monitoring and analysis project</name> </maintainer> +<upstream> + <remote-id type="sourceforge">jnettop</remote-id> +</upstream> </pkgmetadata> |