summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Stein <jstein@gentoo.org>2016-12-28 23:02:45 +0100
committerDavid Seifert <soap@gentoo.org>2016-12-29 14:26:21 +0200
commit132e54b700ddd5777ff366bed4fda05317ddc540 (patch)
tree7af1ccbbd7151fbe8e280557e4695593dda4e6c9 /app-misc
parentmedia-video/obs-studio: Remove old version. (diff)
downloadgentoo-132e54b700ddd5777ff366bed4fda05317ddc540.tar.gz
gentoo-132e54b700ddd5777ff366bed4fda05317ddc540.tar.bz2
gentoo-132e54b700ddd5777ff366bed4fda05317ddc540.zip
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
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/scrub/metadata.xml16
-rw-r--r--app-misc/scrub/scrub-2.6.1.ebuild4
2 files changed, 11 insertions, 9 deletions
diff --git a/app-misc/scrub/metadata.xml b/app-misc/scrub/metadata.xml
index 95678afd6dee..860304ffaf2e 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-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>
diff --git a/app-misc/scrub/scrub-2.6.1.ebuild b/app-misc/scrub/scrub-2.6.1.ebuild
index debc82daf7af..53b89c7a09be 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"