diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-07 17:55:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-07 18:46:45 +0100 |
commit | 2554b33826784ac81bcf79eba84f52348b7fcc7d (patch) | |
tree | 12677975aeab14d0322eddad782a38148e808579 /x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | |
parent | 75fb81e7ddbf4eb39d1ada3c14a1a0d70f14e218 (diff) | |
download | gentoo-2554b33826784ac81bcf79eba84f52348b7fcc7d.tar.gz gentoo-2554b33826784ac81bcf79eba84f52348b7fcc7d.tar.xz |
x11-plugins/wmacpimon: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3867
Diffstat (limited to 'x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild')
-rw-r--r-- | x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | 4 |
1 files 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 999ef11e2ee..2e0e3f0977d 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" |