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: Mon, 01 Jul 2019 14:13:05
Message-Id: 1561990363.78571b0c6814a6a65fa38304358cca66b0358a2e.alonbl@gentoo
1 commit: 78571b0c6814a6a65fa38304358cca66b0358a2e
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 14:06:51 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 14:12:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78571b0c
7
8 app-crypt/nwipe: cleanup old
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 app-crypt/nwipe/Manifest | 1 -
14 app-crypt/nwipe/nwipe-0.21.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
18 index 8295cac9555..991f079d09d 100644
19 --- a/app-crypt/nwipe/Manifest
20 +++ b/app-crypt/nwipe/Manifest
21 @@ -1,2 +1 @@
22 -DIST nwipe-0.21.tar.gz 49298 BLAKE2B cec43ed196a215b4181446206d96cac4e72cb92a58e22588648bc28370de5d294944fbbcb94b96f42ebcef77b0fbc13356b94fb20e76963ac04903bc234c9b0a SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2
23 DIST nwipe-0.25.tar.gz 49608 BLAKE2B 3506093c3e93b4aa982dffdd2f922f525404b397d7b3469f9ccdbf6708f824e9d3a2e34590a34cb4e0411bb3a8a4555a1f5940b826d39d39c10c75b668a10d1d SHA512 1051f2565ad7acaac7c289e2db91aa4dee40c3bb9a9dda97b2dec047e94cd91e7d59fd61603806628cabeb009932f011e734638fc9191c22bb812d7b4b661b46
24
25 diff --git a/app-crypt/nwipe/nwipe-0.21.ebuild b/app-crypt/nwipe/nwipe-0.21.ebuild
26 deleted file mode 100644
27 index 2a2860c392f..00000000000
28 --- a/app-crypt/nwipe/nwipe-0.21.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit autotools
37 -
38 -DESCRIPTION="Securely erase disks using a variety of recognized methods"
39 -HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/"
40 -SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -RDEPEND=">=sys-block/parted-2.3
48 - >=sys-libs/ncurses-5.7-r7:="
49 -DEPEND="${RDEPEND}"
50 -BDEPEND="virtual/pkgconfig"
51 -
52 -src_prepare() {
53 - default
54 - eautoreconf
55 -}