Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nload/
Date: Mon, 07 Sep 2020 22:03:38
Message-Id: 1599516195.3f5b5c3351aeb7ee63acc019053179f0b97d5d3a.jstein@gentoo
1 commit: 3f5b5c3351aeb7ee63acc019053179f0b97d5d3a
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 22:02:56 2020 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 22:03:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5b5c33
7
8 net-analyzer/nload: QA fix, shorten DESCRIPTION
9
10 Shortened DESCRIPTION
11
12 Package-Manager: Portage-3.0.5, Repoman-2.3.23
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 net-analyzer/nload/nload-0.7.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-analyzer/nload/nload-0.7.4.ebuild b/net-analyzer/nload/nload-0.7.4.ebuild
19 index b8bc8eed7b2..d9c1f49430d 100644
20 --- a/net-analyzer/nload/nload-0.7.4.ebuild
21 +++ b/net-analyzer/nload/nload-0.7.4.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28
29 inherit autotools eutils
30
31 -DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
32 +DESCRIPTION="Real time network traffic monitor for the command line interface"
33 HOMEPAGE="http://www.roland-riegel.de/nload/index.html"
34 SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"