From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1383061-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A416A15808B
	for <garchives@archives.gentoo.org>; Wed,  6 Apr 2022 21:44:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 96F10E0E48;
	Wed,  6 Apr 2022 21:44:42 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7E41EE0E48
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Apr 2022 21:44:42 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 69CF1341206
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Apr 2022 21:44:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B9690388
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Apr 2022 21:44:39 +0000 (UTC)
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org>
Message-ID: <1649281472.db9de4bd324ef3097b45df6339c147b64d25f5c9.marecki@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-block/whdd/whdd-9999.ebuild
X-VCS-Directories: sys-block/whdd/
X-VCS-Committer: marecki
X-VCS-Committer-Name: Marek Szuba
X-VCS-Revision: db9de4bd324ef3097b45df6339c147b64d25f5c9
X-VCS-Branch: master
Date: Wed,  6 Apr 2022 21:44:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d93f7033-97be-40b2-8078-9c3786560317
X-Archives-Hash: 776a33c4405199b99becf84647881153

commit:     db9de4bd324ef3097b45df6339c147b64d25f5c9
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 21:18:24 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 21:44:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9de4bd

sys-block/whdd: drop 9999

Not enough upstream Git activity to warrant maintaining one of these.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-block/whdd/whdd-9999.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild
deleted file mode 100644
index 3754a8962502..000000000000
--- a/sys-block/whdd/whdd-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Diagnostic and recovery tool for block devices"
-HOMEPAGE="https://whdd.github.io"
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]
-then
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	inherit vcs-snapshot
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	dev-util/dialog:=
-	sys-libs/ncurses:=[unicode(+)]"
-RDEPEND="${DEPEND}
-	sys-apps/smartmontools"
-
-src_compile() {
-	tc-export CC
-	default
-}