diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-18 09:10:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:53:04 +0100 |
commit | 777c475c274ee8f63ed20693477297885989c883 (patch) | |
tree | 1ae5a98f14dfc33f7d025aabb84049427f12b1cb /app-text/highlight | |
parent | app-text/epstool: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-777c475c274ee8f63ed20693477297885989c883.tar.gz gentoo-777c475c274ee8f63ed20693477297885989c883.tar.bz2 gentoo-777c475c274ee8f63ed20693477297885989c883.zip |
app-text/highlight: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
Diffstat (limited to 'app-text/highlight')
-rw-r--r-- | app-text/highlight/highlight-3.17.ebuild | 4 | ||||
-rw-r--r-- | app-text/highlight/highlight-3.33.ebuild | 4 | ||||
-rw-r--r-- | 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 0dc8059d950b..07f66017bc32 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 26824798250a..ed413d0fa49c 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 f724604b82cb..e6e9765d5a06 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" |