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 -}
