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 1B630139696 for ; Sun, 30 Jul 2017 15:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 619581FC1C1; Sun, 30 Jul 2017 15:00:01 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DBE51FC1C1 for ; Sun, 30 Jul 2017 15:00:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B3703417B5 for ; Sun, 30 Jul 2017 15:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C44874BF for ; Sun, 30 Jul 2017 14:59:59 +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: <1501426778.76a1a10e7526643f9e5e7cfb61676d67e4cdaccc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-appfinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild X-VCS-Directories: xfce-base/xfce4-appfinder/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 76a1a10e7526643f9e5e7cfb61676d67e4cdaccc X-VCS-Branch: master Date: Sun, 30 Jul 2017 14:59:59 +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: 1b6da59f-9849-435c-84bb-e43454db725f X-Archives-Hash: e4b90e98289872dda6e7e21ede309b21 commit: 76a1a10e7526643f9e5e7cfb61676d67e4cdaccc Author: Jonas Stein gentoo org> AuthorDate: Sat Jul 29 20:33:53 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 14:59:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a1a10e xfce-base/xfce4-appfinder: DESCRIPTION too long DESCRIPTION was 81 characters (max 80) Closes: https://github.com/gentoo/gentoo/pull/5071 xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild index 2eb6acc4d25..24dfaddbd12 100644 --- a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild +++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 inherit xfconf -DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop environment" +DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop" HOMEPAGE="https://docs.xfce.org/xfce/xfce4-appfinder/start" SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"