app-crypt/nwipe: add 0.39

Closes: https://bugs.gentoo.org/946065
Closes: https://bugs.gentoo.org/922151
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2025-09-23 01:53:44 +02:00
parent 4800cb80b2
commit 83b91e45e2
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST nwipe-0.38.tar.gz 7307445 BLAKE2B 12aba995025ed29209073f74fc0e7bbc30cd2776870c031414cce08ca28c1e00dd14b9137ae4c98981f17a993b71fff8e89a7658bc2fdc1b330eaddd00bc655c SHA512 3b9d9026c3f8069a323149b05faaf5e3fdc165698b4ac47eb84085e44cc26623c7c566cfac9913ccd06eadbb1a70f5bf0fd0693f53254526ee14af4262b8adcc
DIST nwipe-0.39.tar.gz 7307826 BLAKE2B 33b3cf16c28ec1057536f9a7a1b2571d4d601678aeb7b8c58c4d6c31585a052a8802b6e1d2303a20af00ffeab999f152f219926ee0c773a9422cdaf4a5272052 SHA512 0c620ab6fd9a0aa97dc0df0aad8a1db0c85b8fc22902633cc94fe52c10ac38607c8dcab3a3ea1fa223212a6cc28021773cdba92a0a36714e2187c49e395a5deb

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2025 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="
dev-libs/libconfig:=
sys-apps/hdparm
sys-block/parted
sys-libs/ncurses:=
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}