Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/
Date: Thu, 08 Oct 2020 10:02:45
Message-Id: 1602151348.f5e862488e4ed5beb8e91111b45052af57237969.juippis@gentoo
1 commit: f5e862488e4ed5beb8e91111b45052af57237969
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Sep 28 17:13:41 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 10:02:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e86248
7
8 app-crypt/nwipe: drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-crypt/nwipe/Manifest | 1 -
15 app-crypt/nwipe/nwipe-0.25.ebuild | 25 -------------------------
16 2 files changed, 26 deletions(-)
17
18 diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest
19 index 59f755a283f..8c45d833b9c 100644
20 --- a/app-crypt/nwipe/Manifest
21 +++ b/app-crypt/nwipe/Manifest
22 @@ -1,2 +1 @@
23 -DIST nwipe-0.25.tar.gz 49608 BLAKE2B 3506093c3e93b4aa982dffdd2f922f525404b397d7b3469f9ccdbf6708f824e9d3a2e34590a34cb4e0411bb3a8a4555a1f5940b826d39d39c10c75b668a10d1d SHA512 1051f2565ad7acaac7c289e2db91aa4dee40c3bb9a9dda97b2dec047e94cd91e7d59fd61603806628cabeb009932f011e734638fc9191c22bb812d7b4b661b46
24 DIST nwipe-0.28.tar.gz 849147 BLAKE2B de81c526edc9ce106d48297796e1d42689bafae20be8ac20f6a8eb6474c8202dffdfbad2f91c8282bf5f747921b90402a3a84e411d8a8b2adb0c2e785bfaf315 SHA512 2b6cb6dbcbb51960f726d8ec6c1629fb4675af4b3f7b39ee1fc91244fc9391f4ea23bae5c8794cc92a675ce202be60df900658b6d9a95b5bb399c0e6f009ce69
25
26 diff --git a/app-crypt/nwipe/nwipe-0.25.ebuild b/app-crypt/nwipe/nwipe-0.25.ebuild
27 deleted file mode 100644
28 index 20ca201ff84..00000000000
29 --- a/app-crypt/nwipe/nwipe-0.25.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
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 -}