commit:     132e54b700ddd5777ff366bed4fda05317ddc540
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 22:02:45 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="person">
-    <email>dev-z...@gentoo.org</email>
-    <name>Tiziano Müller</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">chaos/scrub</remote-id>
-  </upstream>
+       <maintainer type="person">
+               <email>dev-z...@gentoo.org</email>
+               <name>Tiziano Müller</name>
+       </maintainer>
+       <longdescription>Scrub overwrites hard disks, files, and other devices 
with repeating patterns intended to make recovering data from these devices 
more difficult.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">chaos/scrub</remote-id>
+       </upstream>
 </pkgmetadata>

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";
 

Reply via email to