From f77a32b753f79d7ad1e3cdb2103b088158a2d063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakov=20Smoli=C4=87?= Date: Tue, 26 May 2026 01:14:25 +0200 Subject: [PATCH] app-crypt/nwipe: drop 0.40 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolić --- app-crypt/nwipe/Manifest | 1 - app-crypt/nwipe/nwipe-0.40.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 app-crypt/nwipe/nwipe-0.40.ebuild diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest index 474f2a9072cb3..f3543fdf052f6 100644 --- a/app-crypt/nwipe/Manifest +++ b/app-crypt/nwipe/Manifest @@ -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 diff --git a/app-crypt/nwipe/nwipe-0.40.ebuild b/app-crypt/nwipe/nwipe-0.40.ebuild deleted file mode 100644 index 82f7298f94357..0000000000000 --- a/app-crypt/nwipe/nwipe-0.40.ebuild +++ /dev/null @@ -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 -}