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/wmacpimon/
Date: Tue, 07 Feb 2017 17:48:53
Message-Id: 1486489605.2554b33826784ac81bcf79eba84f52348b7fcc7d.soap@gentoo
1 commit: 2554b33826784ac81bcf79eba84f52348b7fcc7d
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 15:55:23 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 17:46:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2554b338
7
8 x11-plugins/wmacpimon: 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/wmacpimon/wmacpimon-0.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
17 index 999ef11..2e0e3f0 100644
18 --- a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
19 +++ b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
20 @@ -1,11 +1,11 @@
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 EAPI=2
27 inherit eutils
28
29 -DESCRIPTION="WMaker DockApp that monitors the temperature and Speedstep features in new ACPI-based systems"
30 +DESCRIPTION="DockApp monitors the temperature and Speedstep features in ACPI-based systems"
31 HOMEPAGE="http://www.vrlteam.org/wmacpimon/"
32 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"