app-text/txt2tags: Fix toolong.DESCRIPTION
authorHarri Nieminen <moikkis@gmail.com>
Sat, 18 Feb 2017 07:50:16 +0000 (09:50 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 18 Feb 2017 09:54:19 +0000 (10:54 +0100)
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

index df1d00a0bcb7736ad10484799eae466cb873a593..10972409a38b2db8d9943e8106c77e2044d2515d 100644 (file)
@@ -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"