commit: dc915c5275e9d5cbf6f5593cadfb4b8a46c30f52 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Feb 18 07:50:16 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 09:54:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc915c52
app-text/txt2tags: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/txt2tags/txt2tags-2.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/txt2tags/txt2tags-2.6-r1.ebuild b/app-text/txt2tags/txt2tags-2.6-r1.ebuild index df1d00a0bc..10972409a3 100644 --- a/app-text/txt2tags/txt2tags-2.6-r1.ebuild +++ b/app-text/txt2tags/txt2tags-2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ PYTHON_REQ_USE="tk?" inherit eutils elisp-common python-single-r1 -DESCRIPTION="A tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup" +DESCRIPTION="Generate marked up documents (HTML, etc.)from a plain text file with markup" HOMEPAGE="http://txt2tags.org/" SRC_URI="https://${PN}.googlecode.com/files/${P}.tgz"
