app-crypt/nwipe: drop 0.40

Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2026-05-26 01:14:25 +02:00
parent ba915093fe
commit f77a32b753
2 changed files with 0 additions and 29 deletions

View File

@@ -1,2 +1 @@
DIST nwipe-0.40.tar.gz 7344219 BLAKE2B 596b56bb38931d35319a16bfee219cbd9b79e622a9a8b0d5b6059fdf4fd513fe8c6cc1f2e74fbd6144496b74890a62097b5e556e3f10ff819f2c96e296cb3851 SHA512 763349138263612ee1f1c9b933a7b647fdb8fc9f29d7185545574d44e2495b939383865e27dfcfb17d781d68e324b0bd9d2924439f50d1ce2e24d1e85ae971aa
DIST nwipe-0.41.tar.gz 7389435 BLAKE2B 75c266c34b7935f2848a09de8bed3591c929ed2372f4e62bf5d0cf7361ab87e8cf4461e4176895d95bb470640f3e24443a5a29549dfc12810cb0a4b8c6c824b4 SHA512 8127230eeabe083f8bf4273c6e98ba82535e8d10c9c41e88528cc9883a5b4a534ddea4c937d421ec5c54efebe83cb6d12c06c8c2512dd031ae171c21568fceec

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2026 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
}