From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB8C613908F for ; Tue, 7 Feb 2017 17:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F33E0E23; Tue, 7 Feb 2017 17:48:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 040FEE0E23 for ; Tue, 7 Feb 2017 17:48:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78C273416B0 for ; Tue, 7 Feb 2017 17:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A33B83DD5 for ; Tue, 7 Feb 2017 17:48:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486489608.0cf1e4fed2b2c764d377051bbe7d3526487662f0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpiki/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmpiki/wmpiki-0.2.1.ebuild X-VCS-Directories: x11-plugins/wmpiki/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0cf1e4fed2b2c764d377051bbe7d3526487662f0 X-VCS-Branch: master Date: Tue, 7 Feb 2017 17:48:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5e65949a-8e08-4a9b-aa41-577ff119b7af X-Archives-Hash: 5c8490c5d01027a523b30910c281e7fe commit: 0cf1e4fed2b2c764d377051bbe7d3526487662f0 Author: Harri Nieminen gmail com> AuthorDate: Tue Feb 7 15:56:13 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 7 17:46:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf1e4fe x11-plugins/wmpiki: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3867 x11-plugins/wmpiki/wmpiki-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild index 6435d57..0d078fb 100644 --- a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild +++ b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit eutils IUSE="" -DESCRIPTION="Wmpiki is a dockapp which checks and displays small leds for indicate hosts activity" +DESCRIPTION="Dockapp which checks and displays small leds for indicate hosts activity" HOMEPAGE="http://clay.ll.pl/projects.html#dockapps" SRC_URI="http://clay.ll.pl/download/${P}.tar.gz"