From 03b6b7f9e383c5e7634be180fceb6cf40703cbce Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 23:30:37 +0200 Subject: sys-block/whdd: Add sys-libs/ncurses[unicode(+)] Signed-off-by: David Seifert --- sys-block/whdd/whdd-3.0.1-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++ sys-block/whdd/whdd-3.0.1.ebuild | 34 ---------------------------------- sys-block/whdd/whdd-9999.ebuild | 2 +- 3 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 sys-block/whdd/whdd-3.0.1-r1.ebuild delete mode 100644 sys-block/whdd/whdd-3.0.1.ebuild (limited to 'sys-block/whdd') diff --git a/sys-block/whdd/whdd-3.0.1-r1.ebuild b/sys-block/whdd/whdd-3.0.1-r1.ebuild new file mode 100644 index 000000000000..f096397d84b6 --- /dev/null +++ b/sys-block/whdd/whdd-3.0.1-r1.ebuild @@ -0,0 +1,34 @@ +# 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 +} diff --git a/sys-block/whdd/whdd-3.0.1.ebuild b/sys-block/whdd/whdd-3.0.1.ebuild deleted file mode 100644 index bfc5dada862e..000000000000 --- a/sys-block/whdd/whdd-3.0.1.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:0=[unicode]" -RDEPEND="${DEPEND} - sys-apps/smartmontools" - -src_compile() { - tc-export CC - default -} diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 12d895e39ab9..3754a8962502 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -24,7 +24,7 @@ IUSE="" DEPEND=" dev-util/dialog:= - sys-libs/ncurses:0=[unicode]" + sys-libs/ncurses:=[unicode(+)]" RDEPEND="${DEPEND} sys-apps/smartmontools" -- cgit v1.2.3-65-gdbad