summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-12-23 19:29:01 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-12-23 19:45:19 +0100
commit0ead3c2d4ae786d424c431658608a756530f2c41 (patch)
tree54c464670473a918272523ea696cc4669e82ad20
parentdev-libs/json-c: drop 0.16-r1 (diff)
downloadgentoo-0ead3c2d4ae786d424c431658608a756530f2c41.tar.gz
gentoo-0ead3c2d4ae786d424c431658608a756530f2c41.tar.bz2
gentoo-0ead3c2d4ae786d424c431658608a756530f2c41.zip
app-crypt/nwipe: drop 0.33
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--app-crypt/nwipe/Manifest1
-rw-r--r--app-crypt/nwipe/nwipe-0.33.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
index 1d35dc5b1d35..82dc0693e1ce 100644
--- a/app-crypt/nwipe/Manifest
+++ b/app-crypt/nwipe/Manifest
@@ -1,2 +1 @@
-DIST nwipe-0.33.tar.gz 6377115 BLAKE2B d31f30b434bee50488649569721c52689535e2ec9ee4b750e8ccc8b34ecd128f53361fcb0c5261ac46e5cc2a353253f477153d0b5123a72f3e42468266d62d51 SHA512 d39537e7e53fdb8c90abeededc432fc0c0243a101818fc4b387d1808a45481aff6f563c3cf61038d3c463b602b8298f44e30c776c1cc45f8cbd57a516bfe05fa
DIST nwipe-0.34.tar.gz 6377241 BLAKE2B 1fb785b8f3911124c1982284792b943416c6a33a151fe17aadc851478c45a16d0f16881dc6c8ade2b6eaf06710be59bfb6de1d69fed8d4cf7c4442e0b36a6d60 SHA512 8a9a0bba0e888d2578f41c985ba35ecfb9920f32eca089a73c9926afa8538835682c7ada96a720d928bb0902668b774ebe88bb50c67545f55245623f7140e9c0
diff --git a/app-crypt/nwipe/nwipe-0.33.ebuild b/app-crypt/nwipe/nwipe-0.33.ebuild
deleted file mode 100644
index 4032e9b806f5..000000000000
--- a/app-crypt/nwipe/nwipe-0.33.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-}