From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48FC0138334 for ; Mon, 1 Jul 2019 14:13:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 309B0E0841; Mon, 1 Jul 2019 14:13:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7B41E086F for ; Mon, 1 Jul 2019 14:13:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52FFD346AB0 for ; Mon, 1 Jul 2019 14:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0066F626 for ; Mon, 1 Jul 2019 14:12:59 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1561990363.78571b0c6814a6a65fa38304358cca66b0358a2e.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/nwipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/nwipe/Manifest app-crypt/nwipe/nwipe-0.21.ebuild X-VCS-Directories: app-crypt/nwipe/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 78571b0c6814a6a65fa38304358cca66b0358a2e X-VCS-Branch: master Date: Mon, 1 Jul 2019 14:12:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9bf16859-e604-4e19-bd5f-8b6d0990522d X-Archives-Hash: e5842909697f0226f82887cf4ff17741 commit: 78571b0c6814a6a65fa38304358cca66b0358a2e Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Jul 1 14:06:51 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Jul 1 14:12:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78571b0c app-crypt/nwipe: cleanup old Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 app-crypt/nwipe/Manifest | 1 - app-crypt/nwipe/nwipe-0.21.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/app-crypt/nwipe/Manifest b/app-crypt/nwipe/Manifest index 8295cac9555..991f079d09d 100644 --- a/app-crypt/nwipe/Manifest +++ b/app-crypt/nwipe/Manifest @@ -1,2 +1 @@ -DIST nwipe-0.21.tar.gz 49298 BLAKE2B cec43ed196a215b4181446206d96cac4e72cb92a58e22588648bc28370de5d294944fbbcb94b96f42ebcef77b0fbc13356b94fb20e76963ac04903bc234c9b0a SHA512 0d083ac903889602ea5bd889b97f3dd3f1ac8c3737612394a68e9cc1fe44d387819be2aca563005b13e61d3406f080bfb279adbeffb106d3b489ac4748189aa2 DIST nwipe-0.25.tar.gz 49608 BLAKE2B 3506093c3e93b4aa982dffdd2f922f525404b397d7b3469f9ccdbf6708f824e9d3a2e34590a34cb4e0411bb3a8a4555a1f5940b826d39d39c10c75b668a10d1d SHA512 1051f2565ad7acaac7c289e2db91aa4dee40c3bb9a9dda97b2dec047e94cd91e7d59fd61603806628cabeb009932f011e734638fc9191c22bb812d7b4b661b46 diff --git a/app-crypt/nwipe/nwipe-0.21.ebuild b/app-crypt/nwipe/nwipe-0.21.ebuild deleted file mode 100644 index 2a2860c392f..00000000000 --- a/app-crypt/nwipe/nwipe-0.21.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Securely erase disks using a variety of recognized methods" -HOMEPAGE="https://github.com/martijnvanbrummelen/nwipe/" -SRC_URI="https://github.com/martijnvanbrummelen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=sys-block/parted-2.3 - >=sys-libs/ncurses-5.7-r7:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -}