From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18E9C1384B4 for ; Mon, 14 Dec 2015 13:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E42121C046; Mon, 14 Dec 2015 13:25:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D82921C046 for ; Mon, 14 Dec 2015 13:25:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDBEF3408C5 for ; Mon, 14 Dec 2015 13:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FF35A3F for ; Mon, 14 Dec 2015 13:25:33 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1450099520.c874a5cc220417a64731733d539c58931c01e4cc.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/symboleditor/symboleditor-1.5.0.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c874a5cc220417a64731733d539c58931c01e4cc X-VCS-Branch: master Date: Mon, 14 Dec 2015 13:25:33 +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: 61d411b1-bd47-4ca1-8013-104cd06d4537 X-Archives-Hash: ccc1ec63c74a272f5839de21ed54bf8d commit: c874a5cc220417a64731733d539c58931c01e4cc Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 14 13:24:33 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 14 13:25:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c874a5cc media-gfx/symboleditor: shorten DESCRIPTION to fit within 80-character guideline Package-Manager: portage-2.2.26 media-gfx/symboleditor/symboleditor-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/symboleditor/symboleditor-1.5.0.ebuild b/media-gfx/symboleditor/symboleditor-1.5.0.ebuild index 8285e6b..b4e801e 100644 --- a/media-gfx/symboleditor/symboleditor-1.5.0.ebuild +++ b/media-gfx/symboleditor/symboleditor-1.5.0.ebuild @@ -10,7 +10,7 @@ KDE_LINGUAS="ca cs da de en_GB es et lt nl pl pt pt_BR sk sv uk" MY_P="SymbolEditor-${PV}" inherit kde4-base -DESCRIPTION="Program to create libraries of QPainterPath objects with hints on how to render them" +DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints" HOMEPAGE="https://userbase.kde.org/SymbolEditor" SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}-1.tar.bz2"