diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-07-18 13:06:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-18 13:06:02 +0200 |
commit | bfc0a78fa7c0913651a9745c98931c476f7ce3ce (patch) | |
tree | 1f7bae5a94a488865e2bd5fae5c66d35f3a2c1ce /app-crypt/nwipe | |
parent | x11-wm/xpra: drop old version (diff) | |
download | gentoo-bfc0a78fa7c0913651a9745c98931c476f7ce3ce.tar.gz gentoo-bfc0a78fa7c0913651a9745c98931c476f7ce3ce.tar.bz2 gentoo-bfc0a78fa7c0913651a9745c98931c476f7ce3ce.zip |
app-crypt/nwipe: Version bump to 0.31
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/nwipe')
-rw-r--r-- | app-crypt/nwipe/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/nwipe/nwipe-0.31.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest index e022763bbd41..25c2f60c5cf2 100644 --- a/app-crypt/nwipe/Manifest +++ b/app-crypt/nwipe/Manifest @@ -1 +1,2 @@ DIST nwipe-0.30.tar.gz 6358657 BLAKE2B 69fdcfaacb32aacc27b375a793bff5b7014979c8097ef3b48c2c307e4bc3a828de7c01b6a58e46346dc58a1b4beee4a408074706175098c364dff7ecf67771d3 SHA512 b6d86d78dafbe6c5e27b00b183673dc77dedcf849ecd169b616c90bcda5180bc10fe072580c13f027abaa5fd840e73034ac75af75fe1cf6eb0756273bf46975f +DIST nwipe-0.31.tar.gz 6360907 BLAKE2B 4e58cb24c16014044268f2abf32133221a94570986b6cee6c1df8be72dbb65a6c8a3e238918b44db873f3501fa217a4926a0ca6e401fe4e7ec1dd0c9b0c4a5e9 SHA512 1a7c30faff69a840f29097d86d9c2551843ad03afbd8c049ae61a836eb5a19934db02e2fde83427859280a2299f996c40510b7ffa22836f49b8da94aabe911f7 diff --git a/app-crypt/nwipe/nwipe-0.31.ebuild b/app-crypt/nwipe/nwipe-0.31.ebuild new file mode 100644 index 000000000000..b5a3312a3fe0 --- /dev/null +++ b/app-crypt/nwipe/nwipe-0.31.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 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 +} |