commit: 777c475c274ee8f63ed20693477297885989c883 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Feb 18 07:10:09 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 09:53:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777c475c
app-text/highlight: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/highlight/highlight-3.17.ebuild | 4 ++-- app-text/highlight/highlight-3.33.ebuild | 4 ++-- app-text/highlight/highlight-3.34.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-text/highlight/highlight-3.17.ebuild b/app-text/highlight/highlight-3.17.ebuild index 0dc8059d95..07f66017bc 100644 --- a/app-text/highlight/highlight-3.17.ebuild +++ b/app-text/highlight/highlight-3.17.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$ @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs qt4-r2 flag-o-matic -DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight" +DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with syntax highlight" HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" diff --git a/app-text/highlight/highlight-3.33.ebuild b/app-text/highlight/highlight-3.33.ebuild index 2682479825..ed413d0fa4 100644 --- a/app-text/highlight/highlight-3.33.ebuild +++ b/app-text/highlight/highlight-3.33.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs qt4-r2 flag-o-matic -DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight" +DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with syntax highlight" HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" diff --git a/app-text/highlight/highlight-3.34.ebuild b/app-text/highlight/highlight-3.34.ebuild index f724604b82..e6e9765d5a 100644 --- a/app-text/highlight/highlight-3.34.ebuild +++ b/app-text/highlight/highlight-3.34.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs qt4-r2 flag-o-matic -DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight" +DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with syntax highlight" HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2"
