Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/
Date: Tue, 08 Aug 2017 17:48:14
Message-Id: 1502214401.a0dfd8479b40f8edd32ea1759ffcb19c9bff44cb.alonbl@gentoo
1 commit: a0dfd8479b40f8edd32ea1759ffcb19c9bff44cb
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 8 17:46:25 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 8 17:46:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dfd847
7
8 app-crypt/nwipe: version bump
9
10 Thanks: Michael Mair-Keimberger (asterix)
11 Package-Manager: Portage-2.3.6, Repoman-2.3.1
12
13 app-crypt/nwipe/Manifest | 2 +-
14 app-crypt/nwipe/{nwipe-0.14.ebuild => nwipe-0.21.ebuild} | 11 +++++++++--
15 2 files changed, 10 insertions(+), 3 deletions(-)
16
17 diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
18 index a4f0334509a..30159d401d7 100644
19 --- a/app-crypt/nwipe/Manifest
20 +++ b/app-crypt/nwipe/Manifest
21 @@ -1 +1 @@
22 -DIST nwipe-0.14.tar.gz 150685 SHA256 2fa879256bad5e2369e325e6cb047651b85eb1e8bc88ce9fc89c1db3f4067a2a SHA512 f218f4c9d1add4f9decff5657767cfc0c38bfc57e834dca1759fa44d3a20d108bb9e9addf810fabc576aeaff5a6cb61ace0eb5199d29f69c18251046ab3a2a52 WHIRLPOOL b5d304b8bbf0e32438d128de30a5506179adac5f37b35be997f5e7deface65c00d1a05ef991c9621c924632575b9c3b6c4a1968125abefc11894ead2120a6de2
23 +DIST v0.21.tar.gz 49298 SHA256 21251065b5a59d81286a2afdc25ef5602c06895113f8d2e5b537c11f2e0c3819 SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2 WHIRLPOOL b9afdba68ec9dff33f555859a24b9543a17fb78633e02d17e61a9362395d8ac54a6438f774d1971605383abf515efe48d40e13fd0d522e7f60df0f9610cff826
24
25 diff --git a/app-crypt/nwipe/nwipe-0.14.ebuild b/app-crypt/nwipe/nwipe-0.21.ebuild
26 similarity index 64%
27 rename from app-crypt/nwipe/nwipe-0.14.ebuild
28 rename to app-crypt/nwipe/nwipe-0.21.ebuild
29 index 3f42a83b09a..42136eb1d5a 100644
30 --- a/app-crypt/nwipe/nwipe-0.14.ebuild
31 +++ b/app-crypt/nwipe/nwipe-0.21.ebuild
32 @@ -3,9 +3,11 @@
33
34 EAPI=6
35
36 +inherit autotools
37 +
38 DESCRIPTION="Securely erase disks using a variety of recognized methods"
39 -HOMEPAGE="https://sourceforge.net/projects/nwipe/"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
41 +HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/"
42 +SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz"
43
44 LICENSE="GPL-2"
45 SLOT="0"
46 @@ -16,3 +18,8 @@ RDEPEND=">=sys-block/parted-2.3
47 >=sys-libs/ncurses-5.7-r7:="
48 DEPEND="${RDEPEND}
49 virtual/pkgconfig"
50 +
51 +src_prepare() {
52 + default
53 + eautoreconf
54 +}