commit: 42c28362f20d5107c47c655409068c5b6a66710b Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Feb 18 06:55:01 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 09:52:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c28362
app-text/agrep: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/agrep/agrep-2.04-r1.ebuild | 4 ++-- 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 f9d48da394..440d7d733c 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 f7bc2f6717..ec6525b3d5 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"
