diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-18 09:46:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:54:12 +0100 |
commit | 8d11bec910d3def950b90123bd3845c3c97ca072 (patch) | |
tree | 54ae157a726d63f1fcae98990a6a7322c9537a53 /app-text/tofrodos | |
parent | app-text/teseq: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-8d11bec910d3def950b90123bd3845c3c97ca072.tar.gz gentoo-8d11bec910d3def950b90123bd3845c3c97ca072.tar.bz2 gentoo-8d11bec910d3def950b90123bd3845c3c97ca072.zip |
app-text/tofrodos: 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/tofrodos')
-rw-r--r-- | app-text/tofrodos/tofrodos-1.7.12a.ebuild | 5 |
1 files 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 49d73000aa89..c06d59e74f14 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" |