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 2561E139082 for ; Fri, 1 Dec 2017 22:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 401E7E0DD1; Fri, 1 Dec 2017 22:19:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18537E0DCA for ; Fri, 1 Dec 2017 22:19:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44FCE33BEBE for ; Fri, 1 Dec 2017 22:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCFABAE6B for ; Fri, 1 Dec 2017 22:19:29 +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: <1512166711.ec5f18139c5e307ad76883e11d1dfd78700e08e9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ext4magic/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ext4magic/ext4magic-0.3.2.ebuild X-VCS-Directories: sys-fs/ext4magic/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ec5f18139c5e307ad76883e11d1dfd78700e08e9 X-VCS-Branch: master Date: Fri, 1 Dec 2017 22:19:29 +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: 67b12a6d-46a3-4c4a-a17e-d22c567ff69d X-Archives-Hash: 60ffb8f88f9aaf3643c9aae991700ad5 commit: ec5f18139c5e307ad76883e11d1dfd78700e08e9 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 21:17:41 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 22:18:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5f1813 sys-fs/ext4magic: [QA] Fix DESCRIPTION.toolong sys-fs/ext4magic/ext4magic-0.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ext4magic/ext4magic-0.3.2.ebuild b/sys-fs/ext4magic/ext4magic-0.3.2.ebuild index 9d37a2331a9..70ca6384478 100644 --- a/sys-fs/ext4magic/ext4magic-0.3.2.ebuild +++ b/sys-fs/ext4magic/ext4magic-0.3.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils -DESCRIPTION="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems" +DESCRIPTION="Tool for recovery of deleted or overwritten files on ext3/ext4 filesystems" HOMEPAGE="https://sourceforge.net/projects/ext4magic/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"