diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-18 09:29:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:53:53 +0100 |
commit | 64b9b61cb9fb2a05e569938856de8e6bd1ffa3cd (patch) | |
tree | 6c1bc8b17ea29f16251e540297819fed9f2a2a2b /app-text/sgrep | |
parent | app-text/qpdf: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-64b9b61cb9fb2a05e569938856de8e6bd1ffa3cd.tar.gz gentoo-64b9b61cb9fb2a05e569938856de8e6bd1ffa3cd.tar.bz2 gentoo-64b9b61cb9fb2a05e569938856de8e6bd1ffa3cd.zip |
app-text/sgrep: 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/sgrep')
-rw-r--r-- | app-text/sgrep/sgrep-1.94a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sgrep/sgrep-1.94a.ebuild b/app-text/sgrep/sgrep-1.94a.ebuild index f9295d74506b..6266701fded0 100644 --- a/app-text/sgrep/sgrep-1.94a.ebuild +++ b/app-text/sgrep/sgrep-1.94a.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 -DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter text streams" +DESCRIPTION="Use structural criteria to grep and index text, SGML, XML and HTML and filter" SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz" HOMEPAGE="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html" |