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 A8E37139085 for ; Tue, 7 Feb 2017 17:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2B48E0E0B; Tue, 7 Feb 2017 17:48:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AD454E0E0B for ; Tue, 7 Feb 2017 17:48:38 +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 846653416AA for ; Tue, 7 Feb 2017 17:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C963DD6 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: <1486489611.6a90c51ab0e3fcb45d822a163e0aabb4b503ddd7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmwave/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmwave/wmwave-0.4.ebuild X-VCS-Directories: x11-plugins/wmwave/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6a90c51ab0e3fcb45d822a163e0aabb4b503ddd7 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: b86864ba-56fb-45f7-adb9-82547daaf1d9 X-Archives-Hash: cc4e59c92dcc04f4173e9fd91dd6a8fb commit: 6a90c51ab0e3fcb45d822a163e0aabb4b503ddd7 Author: Harri Nieminen gmail com> AuthorDate: Tue Feb 7 15:57:27 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 7 17:46:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a90c51a x11-plugins/wmwave: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3867 x11-plugins/wmwave/wmwave-0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild index a67d394..2f04996 100644 --- a/x11-plugins/wmwave/wmwave-0.4.ebuild +++ b/x11-plugins/wmwave/wmwave-0.4.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 @@ EAPI=3 IUSE="" S=${WORKDIR}/wmwave KEYWORDS="ppc x86" -DESCRIPTION="a dockapp that displays quality, link, level and noise of an iee802.11 (wavelan) connection" +DESCRIPTION="Dockapp that displays quality, link, level and noise of an iee802.11 connection" SRC_URI="mirror://sourceforge/wmwave/${PN}-0-4.tgz" HOMEPAGE="http://wmwave.sourceforge.net/" LICENSE="GPL-2"