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 6A4B71396D9 for ; Wed, 18 Oct 2017 19:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2078E0DBB; Wed, 18 Oct 2017 19:26:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9560AE0DBB for ; Wed, 18 Oct 2017 19:26:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5AE7B33BF1C for ; Wed, 18 Oct 2017 19:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A77C318 for ; Wed, 18 Oct 2017 19:26:10 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1508354762.3a7fdba73e9421f626f1e277b76a54c5b4e2f3e7.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/lgrind/lgrind-3.67-r3.ebuild X-VCS-Directories: dev-tex/lgrind/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 3a7fdba73e9421f626f1e277b76a54c5b4e2f3e7 X-VCS-Branch: master Date: Wed, 18 Oct 2017 19:26:10 +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: 293c8108-c329-4134-a2bb-29196109c441 X-Archives-Hash: ffe0f98aadb755889e6bfe2216623801 commit: 3a7fdba73e9421f626f1e277b76a54c5b4e2f3e7 Author: Jonas Stein gentoo org> AuthorDate: Wed Oct 18 19:25:24 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Wed Oct 18 19:26:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7fdba7 dev-tex/lgrind: QA fix shortened description The description must be <=80 char. Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-tex/lgrind/lgrind-3.67-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/lgrind/lgrind-3.67-r3.ebuild b/dev-tex/lgrind/lgrind-3.67-r3.ebuild index 6b1dfd0e374..d5d981cee31 100644 --- a/dev-tex/lgrind/lgrind-3.67-r3.ebuild +++ b/dev-tex/lgrind/lgrind-3.67-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit latex-package toolchain-funcs eutils -DESCRIPTION="A source pretty printer for LaTeX - styles to stylise your source and code examples" +DESCRIPTION="A pretty printer for various programming languages with tex output." SRC_URI="mirror://gentoo/${PN}.tar.gz" LICENSE="BSD LGrind-Jacobson"