Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/
Date: Fri, 29 Mar 2019 01:47:29
Message-Id: 1553824028.cf9944c56d235d8b1a496967f2c94c0cde6b86f3.chutzpah@gentoo
1 commit: cf9944c56d235d8b1a496967f2c94c0cde6b86f3
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Mar 29 01:46:46 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 01:47:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9944c5
7
8 app-crypt/nwipe: Version bump to 0.25
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 app-crypt/nwipe/Manifest | 1 +
15 app-crypt/nwipe/nwipe-0.25.ebuild | 25 +++++++++++++++++++++++++
16 2 files changed, 26 insertions(+)
17
18 diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
19 index 364995b2f96..8295cac9555 100644
20 --- a/app-crypt/nwipe/Manifest
21 +++ b/app-crypt/nwipe/Manifest
22 @@ -1 +1,2 @@
23 DIST nwipe-0.21.tar.gz 49298 BLAKE2B cec43ed196a215b4181446206d96cac4e72cb92a58e22588648bc28370de5d294944fbbcb94b96f42ebcef77b0fbc13356b94fb20e76963ac04903bc234c9b0a SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2
24 +DIST nwipe-0.25.tar.gz 49608 BLAKE2B 3506093c3e93b4aa982dffdd2f922f525404b397d7b3469f9ccdbf6708f824e9d3a2e34590a34cb4e0411bb3a8a4555a1f5940b826d39d39c10c75b668a10d1d SHA512 1051f2565ad7acaac7c289e2db91aa4dee40c3bb9a9dda97b2dec047e94cd91e7d59fd61603806628cabeb009932f011e734638fc9191c22bb812d7b4b661b46
25
26 diff --git a/app-crypt/nwipe/nwipe-0.25.ebuild b/app-crypt/nwipe/nwipe-0.25.ebuild
27 new file mode 100644
28 index 00000000000..20ca201ff84
29 --- /dev/null
30 +++ b/app-crypt/nwipe/nwipe-0.25.ebuild
31 @@ -0,0 +1,25 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit autotools
38 +
39 +DESCRIPTION="Securely erase disks using a variety of recognized methods"
40 +HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/"
41 +SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +RDEPEND=">=sys-block/parted-2.3
49 + >=sys-libs/ncurses-5.7-r7:="
50 +DEPEND="${RDEPEND}"
51 +BDEPEND="virtual/pkgconfig"
52 +
53 +src_prepare() {
54 + default
55 + eautoreconf
56 +}