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 879E7139085 for ; Thu, 29 Dec 2016 12:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA267E0C21; Thu, 29 Dec 2016 12:28:24 +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 C34B3E0C21 for ; Thu, 29 Dec 2016 12:28:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 067E4341657 for ; Thu, 29 Dec 2016 12:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A0D424BF for ; Thu, 29 Dec 2016 12:28:22 +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: <1483014381.132e54b700ddd5777ff366bed4fda05317ddc540.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/scrub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/scrub/metadata.xml app-misc/scrub/scrub-2.6.1.ebuild X-VCS-Directories: app-misc/scrub/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 132e54b700ddd5777ff366bed4fda05317ddc540 X-VCS-Branch: master Date: Thu, 29 Dec 2016 12:28:22 +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: 5624bc7c-6c96-4999-8760-ce30b05dc5ca X-Archives-Hash: 4b395d65aaf780fe3e7b21a5255cfbe9 commit: 132e54b700ddd5777ff366bed4fda05317ddc540 Author: Jonas Stein gentoo org> AuthorDate: Wed Dec 28 22:02:45 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 29 12:26:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132e54b7 app-misc/scrub: Add longdescription, EAPI=6 Package-Manager: Portage-2.3.0, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3267 app-misc/scrub/metadata.xml | 16 +++++++++------- app-misc/scrub/scrub-2.6.1.ebuild | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/app-misc/scrub/metadata.xml b/app-misc/scrub/metadata.xml index 95678af..860304f 100644 --- a/app-misc/scrub/metadata.xml +++ b/app-misc/scrub/metadata.xml @@ -1,11 +1,13 @@ - - dev-zero@gentoo.org - Tiziano Müller - - - chaos/scrub - + + dev-zero@gentoo.org + Tiziano Müller + + Scrub overwrites hard disks, files, and other devices with repeating patterns intended to make recovering data from these devices more difficult. + + + chaos/scrub + diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild index debc82d..53b89c7 100644 --- a/app-misc/scrub/scrub-2.6.1.ebuild +++ b/app-misc/scrub/scrub-2.6.1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" -DESCRIPTION="Write patterns on disk/file" +DESCRIPTION="Overwrite files with iterative patterns." HOMEPAGE="https://github.com/chaos/scrub" SRC_URI="https://github.com/chaos/${PN}/releases/download/${PV}/${P}.tar.gz"