commit: 8d11bec910d3def950b90123bd3845c3c97ca072 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Feb 18 07:46:01 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 09:54:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d11bec9
app-text/tofrodos: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/tofrodos/tofrodos-1.7.12a.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/tofrodos/tofrodos-1.7.12a.ebuild b/app-text/tofrodos/tofrodos-1.7.12a.ebuild index 49d73000aa..c06d59e74f 100644 --- a/app-text/tofrodos/tofrodos-1.7.12a.ebuild +++ b/app-text/tofrodos/tofrodos-1.7.12a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,8 +6,7 @@ EAPI=5 inherit eutils toolchain-funcs -DESCRIPTION="text file conversion utility that converts ASCII files between the -MSDOS format and the Unix format" +DESCRIPTION="Utility that converts ASCII files between the MSDOS and the Unix format" HOMEPAGE="http://tofrodos.sourceforge.net/" SRC_URI="http://tofrodos.sourceforge.net/download/${P}.tar.gz"
