Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asmem/
Date: Tue, 07 Feb 2017 17:49:09
Message-Id: 1486489582.671e49f7ffacec5056443bd056cb593d9ad128cc.soap@gentoo
1 commit: 671e49f7ffacec5056443bd056cb593d9ad128cc
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 15:41:25 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 17:46:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671e49f7
7
8 x11-plugins/asmem: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3867
12
13 x11-plugins/asmem/asmem-1.12.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/asmem/asmem-1.12.ebuild b/x11-plugins/asmem/asmem-1.12.ebuild
17 index 01d9b01..1482562 100644
18 --- a/x11-plugins/asmem/asmem-1.12.ebuild
19 +++ b/x11-plugins/asmem/asmem-1.12.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 inherit toolchain-funcs
27
28 -DESCRIPTION="a swallowable applet monitors the utilization level of memory, cache and swap space"
29 +DESCRIPTION="Monitor the utilization level of memory, cache and swap space"
30 HOMEPAGE="http://www.tigr.net"
31 SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz"