summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/nwipe')
-rw-r--r--app-crypt/nwipe/Manifest2
-rw-r--r--app-crypt/nwipe/metadata.xml10
-rw-r--r--app-crypt/nwipe/nwipe-0.37.ebuild (renamed from app-crypt/nwipe/nwipe-0.28.ebuild)12
3 files changed, 12 insertions, 12 deletions
diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
index 8c45d833b9cc..88a94a7ab106 100644
--- a/app-crypt/nwipe/Manifest
+++ b/app-crypt/nwipe/Manifest
@@ -1 +1 @@
-DIST nwipe-0.28.tar.gz 849147 BLAKE2B de81c526edc9ce106d48297796e1d42689bafae20be8ac20f6a8eb6474c8202dffdfbad2f91c8282bf5f747921b90402a3a84e411d8a8b2adb0c2e785bfaf315 SHA512 2b6cb6dbcbb51960f726d8ec6c1629fb4675af4b3f7b39ee1fc91244fc9391f4ea23bae5c8794cc92a675ce202be60df900658b6d9a95b5bb399c0e6f009ce69
+DIST nwipe-0.37.tar.gz 7294007 BLAKE2B c179d5aab1478211c9160c1587df5c8bae4c8f9061ff52fa7071d9b1dbeecdb7752cde7e7bdf93634b274e0dadda6317705192018fe1d5c7a5408a36d75a9063 SHA512 6255e6ecb67b922da3c06be66903f67c59900f82353c386e76c571b233a32b6c6ec201ec4b9beebe8ec2a0b7dd74700e8e1c90e64643c4b4f96ba01c83b35f49
diff --git a/app-crypt/nwipe/metadata.xml b/app-crypt/nwipe/metadata.xml
index 0675dc705da7..b37ce029b0b0 100644
--- a/app-crypt/nwipe/metadata.xml
+++ b/app-crypt/nwipe/metadata.xml
@@ -1,13 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>jakov.smolic@sartura.hr</email>
- <name>Jakov Smolic</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <email>jsmolic@gentoo.org</email>
+ <name>Jakov Smolić</name>
</maintainer>
<upstream>
<remote-id type="github">martijnvanbrummelen/nwipe</remote-id>
diff --git a/app-crypt/nwipe/nwipe-0.28.ebuild b/app-crypt/nwipe/nwipe-0.37.ebuild
index 3c580a709883..88bd28931b51 100644
--- a/app-crypt/nwipe/nwipe-0.28.ebuild
+++ b/app-crypt/nwipe/nwipe-0.37.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools
@@ -13,8 +13,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=sys-block/parted-2.3
- >=sys-libs/ncurses-5.7-r7:="
+RDEPEND="
+ dev-libs/libconfig:=
+ sys-apps/hdparm
+ sys-block/parted
+ sys-libs/ncurses:=
+"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"