From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/
Date: Tue, 8 Aug 2017 17:48:10 +0000 (UTC) [thread overview]
Message-ID: <1502214401.a0dfd8479b40f8edd32ea1759ffcb19c9bff44cb.alonbl@gentoo> (raw)
commit: a0dfd8479b40f8edd32ea1759ffcb19c9bff44cb
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 17:46:25 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 17:46:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dfd847
app-crypt/nwipe: version bump
Thanks: Michael Mair-Keimberger (asterix)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-crypt/nwipe/Manifest | 2 +-
app-crypt/nwipe/{nwipe-0.14.ebuild => nwipe-0.21.ebuild} | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
index a4f0334509a..30159d401d7 100644
--- a/app-crypt/nwipe/Manifest
+++ b/app-crypt/nwipe/Manifest
@@ -1 +1 @@
-DIST nwipe-0.14.tar.gz 150685 SHA256 2fa879256bad5e2369e325e6cb047651b85eb1e8bc88ce9fc89c1db3f4067a2a SHA512 f218f4c9d1add4f9decff5657767cfc0c38bfc57e834dca1759fa44d3a20d108bb9e9addf810fabc576aeaff5a6cb61ace0eb5199d29f69c18251046ab3a2a52 WHIRLPOOL b5d304b8bbf0e32438d128de30a5506179adac5f37b35be997f5e7deface65c00d1a05ef991c9621c924632575b9c3b6c4a1968125abefc11894ead2120a6de2
+DIST v0.21.tar.gz 49298 SHA256 21251065b5a59d81286a2afdc25ef5602c06895113f8d2e5b537c11f2e0c3819 SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2 WHIRLPOOL b9afdba68ec9dff33f555859a24b9543a17fb78633e02d17e61a9362395d8ac54a6438f774d1971605383abf515efe48d40e13fd0d522e7f60df0f9610cff826
diff --git a/app-crypt/nwipe/nwipe-0.14.ebuild b/app-crypt/nwipe/nwipe-0.21.ebuild
similarity index 64%
rename from app-crypt/nwipe/nwipe-0.14.ebuild
rename to app-crypt/nwipe/nwipe-0.21.ebuild
index 3f42a83b09a..42136eb1d5a 100644
--- a/app-crypt/nwipe/nwipe-0.14.ebuild
+++ b/app-crypt/nwipe/nwipe-0.21.ebuild
@@ -3,9 +3,11 @@
EAPI=6
+inherit autotools
+
DESCRIPTION="Securely erase disks using a variety of recognized methods"
-HOMEPAGE="https://sourceforge.net/projects/nwipe/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/"
+SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -16,3 +18,8 @@ RDEPEND=">=sys-block/parted-2.3
>=sys-libs/ncurses-5.7-r7:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
next reply other threads:[~2017-08-08 17:48 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-08 17:48 Alon Bar-Lev [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-02 0:54 [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/ Jakov Smolić
2025-02-02 0:54 Jakov Smolić
2024-05-29 7:28 Jakov Smolić
2024-05-29 7:28 Jakov Smolić
2023-12-23 18:45 Jakov Smolić
2023-12-23 18:45 Jakov Smolić
2022-07-23 15:41 Jakov Smolić
2022-03-22 10:10 Jakov Smolić
2022-03-22 10:10 Jakov Smolić
2021-11-05 10:40 Jakov Smolić
2021-11-05 10:40 Jakov Smolić
2021-07-18 11:06 David Seifert
2020-12-16 8:21 Sam James
2020-12-16 8:21 Sam James
2020-10-08 10:02 Joonas Niilola
2020-10-08 10:02 Joonas Niilola
2020-10-08 10:02 Joonas Niilola
2019-07-01 14:12 Alon Bar-Lev
2019-03-29 1:47 Patrick McLean
2017-08-09 4:42 Alon Bar-Lev
2017-02-04 1:31 Alon Bar-Lev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502214401.a0dfd8479b40f8edd32ea1759ffcb19c9bff44cb.alonbl@gentoo \
--to=alonbl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox