diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-18 08:55:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:52:28 +0100 |
commit | 42c28362f20d5107c47c655409068c5b6a66710b (patch) | |
tree | 075ed3a027499be62a7a15732c6627505efacee6 /app-text | |
parent | app-shells/gentoo-bashcomp: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-42c28362f20d5107c47c655409068c5b6a66710b.tar.gz gentoo-42c28362f20d5107c47c655409068c5b6a66710b.tar.bz2 gentoo-42c28362f20d5107c47c655409068c5b6a66710b.zip |
app-text/agrep: 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')
-rw-r--r-- | app-text/agrep/agrep-2.04-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/agrep/agrep-2.04.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild index f9d48da3943a..440d7d733c68 100644 --- a/app-text/agrep/agrep-2.04-r1.ebuild +++ b/app-text/agrep/agrep-2.04-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit toolchain-funcs -DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern" +DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern" HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README" SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z" diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild index f7bc2f671725..ec6525b3d577 100644 --- a/app-text/agrep/agrep-2.04.ebuild +++ b/app-text/agrep/agrep-2.04.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$ inherit toolchain-funcs -DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern" +DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern" HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README" SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z" |