app-misc/scrub: Add longdescription, EAPI=6
authorJonas Stein <jstein@gentoo.org>
Wed, 28 Dec 2016 22:02:45 +0000 (23:02 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 29 Dec 2016 12:26:21 +0000 (14:26 +0200)
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3267

app-misc/scrub/metadata.xml
app-misc/scrub/scrub-2.6.1.ebuild

index 95678afd6deeb141c8e34280b032c39fe6afaa3c..860304ffaf2e07d0b10cd243be6433a110b5173b 100644 (file)
@@ -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-zero@gentoo.org</email>
-    <name>Tiziano Müller</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">chaos/scrub</remote-id>
-  </upstream>
+       <maintainer type="person">
+               <email>dev-zero@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>
index debc82daf7afb954326b107143048e54c149343c..53b89c7a09be66932b61514414b6749b6dbf3061 100644 (file)
@@ -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"