commit: 2554b33826784ac81bcf79eba84f52348b7fcc7d Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Tue Feb 7 15:55:23 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 17:46:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2554b338
x11-plugins/wmacpimon: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3867 x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild index 999ef11..2e0e3f0 100644 --- a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild +++ b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=2 inherit eutils -DESCRIPTION="WMaker DockApp that monitors the temperature and Speedstep features in new ACPI-based systems" +DESCRIPTION="DockApp monitors the temperature and Speedstep features in ACPI-based systems" HOMEPAGE="http://www.vrlteam.org/wmacpimon/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
