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.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 5DB1F158090 for ; Thu, 12 May 2022 14:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D32E092C; Thu, 12 May 2022 14:10:27 +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 40279E092C for ; Thu, 12 May 2022 14:10:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1FE2A341762 for ; Thu, 12 May 2022 14:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A83B462 for ; Thu, 12 May 2022 14:10:24 +0000 (UTC) From: "Marek Szuba" 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" Message-ID: <1652364588.8f9f07973d47d8a3507d46e75621e30fe702af8d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/whdd/Manifest sys-block/whdd/whdd-3.0.1-r1.ebuild X-VCS-Directories: sys-block/whdd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8f9f07973d47d8a3507d46e75621e30fe702af8d X-VCS-Branch: master Date: Thu, 12 May 2022 14:10:24 +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: dad46084-56df-4b5c-8f37-6059b7a9bfcf X-Archives-Hash: c6e6ad9248c0f9a311ca5dcf7529e731 commit: 8f9f07973d47d8a3507d46e75621e30fe702af8d Author: Marek Szuba gentoo org> AuthorDate: Thu May 12 14:09:48 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 12 14:09:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9f0797 sys-block/whdd: drop 3.0.1-r1 Intentionally drops this package to ~arch-only on x86. Signed-off-by: Marek Szuba gentoo.org> sys-block/whdd/Manifest | 1 - sys-block/whdd/whdd-3.0.1-r1.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/sys-block/whdd/Manifest b/sys-block/whdd/Manifest index 79b94aec9732..c2bc70e91df6 100644 --- a/sys-block/whdd/Manifest +++ b/sys-block/whdd/Manifest @@ -1,2 +1 @@ DIST whdd-3.0.1-rel.tar.gz 45657 BLAKE2B 9730e61580359c95fc3e3d23540f3b10e75b476e634cce3be744b8849193f43f968f227bdbd25a0c643106c1343b27070c8b51f33278e902ab54991a05eee021 SHA512 6d5d8dad7537118a5915a29a549e18595da1b6ba031f0ca661805ad0033fd48f32804eb307f67e7b31d6002e708ae578a32aff366f3e610ab36b25f0a4e50803 -DIST whdd-3.0.1.tar.gz 45671 BLAKE2B f16bcfc09356f43b5ae303e007cc3f0930316c67aa3c8622ffc7a3f6ee0f1c5339d7ff32e9b4707a42388fc955f70bf7d3ccc4bd36082d5592a5852d646832c7 SHA512 2cc207d5f0e5da1018ce4ec46f369cdd5c3ed2e55c063f583f8ca68f37949265d4ed8b6ea3ff9133a44cf254a95c3e819ba90f9d822aa3bc2f994cb16d0dc877 diff --git a/sys-block/whdd/whdd-3.0.1-r1.ebuild b/sys-block/whdd/whdd-3.0.1-r1.ebuild deleted file mode 100644 index f096397d84b6..000000000000 --- a/sys-block/whdd/whdd-3.0.1-r1.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 -}