Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
Date: Wed, 06 Apr 2022 21:44:43
Message-Id: 1649281472.db9de4bd324ef3097b45df6339c147b64d25f5c9.marecki@gentoo
1 commit: db9de4bd324ef3097b45df6339c147b64d25f5c9
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 6 21:18:24 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 6 21:44:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9de4bd
7
8 sys-block/whdd: drop 9999
9
10 Not enough upstream Git activity to warrant maintaining one of these.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 sys-block/whdd/whdd-9999.ebuild | 34 ----------------------------------
15 1 file changed, 34 deletions(-)
16
17 diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild
18 deleted file mode 100644
19 index 3754a8962502..000000000000
20 --- a/sys-block/whdd/whdd-9999.ebuild
21 +++ /dev/null
22 @@ -1,34 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -DESCRIPTION="Diagnostic and recovery tool for block devices"
29 -HOMEPAGE="https://whdd.github.io"
30 -
31 -inherit toolchain-funcs
32 -
33 -if [[ ${PV} == 9999 ]]
34 -then
35 - EGIT_REPO_URI="https://github.com/${PN}/${PN}"
36 - inherit git-r3
37 -else
38 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 - KEYWORDS="~amd64 ~x86"
40 - inherit vcs-snapshot
41 -fi
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -IUSE=""
46 -
47 -DEPEND="
48 - dev-util/dialog:=
49 - sys-libs/ncurses:=[unicode(+)]"
50 -RDEPEND="${DEPEND}
51 - sys-apps/smartmontools"
52 -
53 -src_compile() {
54 - tc-export CC
55 - default
56 -}