commit: 3f5b5c3351aeb7ee63acc019053179f0b97d5d3a Author: Jonas Stein <jstein <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 22:02:56 2020 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 22:03:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5b5c33
net-analyzer/nload: QA fix, shorten DESCRIPTION Shortened DESCRIPTION Package-Manager: Portage-3.0.5, Repoman-2.3.23 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org> net-analyzer/nload/nload-0.7.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nload/nload-0.7.4.ebuild b/net-analyzer/nload/nload-0.7.4.ebuild index b8bc8eed7b2..d9c1f49430d 100644 --- a/net-analyzer/nload/nload-0.7.4.ebuild +++ b/net-analyzer/nload/nload-0.7.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils -DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" +DESCRIPTION="Real time network traffic monitor for the command line interface" HOMEPAGE="http://www.roland-riegel.de/nload/index.html" SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"