commit: c5898f877b34d943a07f9e7d599be7b856c46a0c Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Feb 2 00:54:00 2025 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Feb 2 00:54:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5898f87
app-crypt/nwipe: drop 0.37 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-crypt/nwipe/Manifest | 1 - app-crypt/nwipe/nwipe-0.37.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest index 23fa9b33ce04..f05ba5f6b4ae 100644 --- a/app-crypt/nwipe/Manifest +++ b/app-crypt/nwipe/Manifest @@ -1,2 +1 @@ -DIST nwipe-0.37.tar.gz 7294007 BLAKE2B c179d5aab1478211c9160c1587df5c8bae4c8f9061ff52fa7071d9b1dbeecdb7752cde7e7bdf93634b274e0dadda6317705192018fe1d5c7a5408a36d75a9063 SHA512 6255e6ecb67b922da3c06be66903f67c59900f82353c386e76c571b233a32b6c6ec201ec4b9beebe8ec2a0b7dd74700e8e1c90e64643c4b4f96ba01c83b35f49 DIST nwipe-0.38.tar.gz 7307445 BLAKE2B 12aba995025ed29209073f74fc0e7bbc30cd2776870c031414cce08ca28c1e00dd14b9137ae4c98981f17a993b71fff8e89a7658bc2fdc1b330eaddd00bc655c SHA512 3b9d9026c3f8069a323149b05faaf5e3fdc165698b4ac47eb84085e44cc26623c7c566cfac9913ccd06eadbb1a70f5bf0fd0693f53254526ee14af4262b8adcc diff --git a/app-crypt/nwipe/nwipe-0.37.ebuild b/app-crypt/nwipe/nwipe-0.37.ebuild deleted file mode 100644 index 88bd28931b51..000000000000 --- a/app-crypt/nwipe/nwipe-0.37.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 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 -}
