From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BD32139694 for ; Sat, 18 Feb 2017 09:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28D0021C091; Sat, 18 Feb 2017 09:55:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06C0F21C082 for ; Sat, 18 Feb 2017 09:55:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBA17341398 for ; Sat, 18 Feb 2017 09:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA3504C0A for ; Sat, 18 Feb 2017 09:54:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487411652.8d11bec910d3def950b90123bd3845c3c97ca072.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tofrodos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/tofrodos/tofrodos-1.7.12a.ebuild X-VCS-Directories: app-text/tofrodos/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8d11bec910d3def950b90123bd3845c3c97ca072 X-VCS-Branch: master Date: Sat, 18 Feb 2017 09:54:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 184900df-d9c5-45a5-9f6e-fbab6296aaca X-Archives-Hash: 3b8fc1379f439547ced4725232592210 commit: 8d11bec910d3def950b90123bd3845c3c97ca072 Author: Harri Nieminen gmail com> AuthorDate: Sat Feb 18 07:46:01 2017 +0000 Commit: David Seifert gentoo 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"