summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-03-22 11:06:44 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-03-22 11:10:09 +0100
commitd37863e3a54d2fd400eb1bab1b23c14f747f2022 (patch)
tree6f037de5636424f11377083622856dae4692f304 /app-crypt
parentdev-util/bpftool: add 5.16.15 (diff)
downloadgentoo-d37863e3a54d2fd400eb1bab1b23c14f747f2022.tar.gz
gentoo-d37863e3a54d2fd400eb1bab1b23c14f747f2022.tar.bz2
gentoo-d37863e3a54d2fd400eb1bab1b23c14f747f2022.zip
app-crypt/nwipe: add 0.33
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/nwipe/Manifest1
-rw-r--r--app-crypt/nwipe/nwipe-0.33.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
index 46ee00ceedf4..d5d87ffddf96 100644
--- a/app-crypt/nwipe/Manifest
+++ b/app-crypt/nwipe/Manifest
@@ -1 +1,2 @@
DIST nwipe-0.32.tar.gz 6363129 BLAKE2B 7a9eb0fe7adee67e3916121d3221cbbe43b8195786260239983d2309dbbf8931750921b31852e38b491712eee3b4fd61ed9676416cad14eb61e86c83a00a4593 SHA512 5a82a685c7c60c02061a3e115e2e2dd0bbe544c26c4fc051dd746ae00965bf6f644f43948325561ce1d991e1af8a118d5f30202f665f6a2cae9d6c79f108448d
+DIST nwipe-0.33.tar.gz 6377115 BLAKE2B d31f30b434bee50488649569721c52689535e2ec9ee4b750e8ccc8b34ecd128f53361fcb0c5261ac46e5cc2a353253f477153d0b5123a72f3e42468266d62d51 SHA512 d39537e7e53fdb8c90abeededc432fc0c0243a101818fc4b387d1808a45481aff6f563c3cf61038d3c463b602b8298f44e30c776c1cc45f8cbd57a516bfe05fa
diff --git a/app-crypt/nwipe/nwipe-0.33.ebuild b/app-crypt/nwipe/nwipe-0.33.ebuild
new file mode 100644
index 000000000000..4032e9b806f5
--- /dev/null
+++ b/app-crypt/nwipe/nwipe-0.33.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Securely erase disks using a variety of recognized methods"
+HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/"
+SRC_URI="https://github.com/martijnvanbrummelen/nwipe/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ sys-block/parted
+ sys-libs/ncurses:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}