Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
Date: Sat, 28 Jan 2017 21:12:31
Message-Id: 1485637943.6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2.johu@gentoo
1 commit: 6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 21:12:10 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 21:12:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3527ca
7
8 sys-block/whdd: EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-block/whdd/whdd-2.2.ebuild | 8 ++++----
13 sys-block/whdd/whdd-9999.ebuild | 4 ++--
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-block/whdd/whdd-2.2.ebuild b/sys-block/whdd/whdd-2.2.ebuild
17 index c3f1e21..819aacd 100644
18 --- a/sys-block/whdd/whdd-2.2.ebuild
19 +++ b/sys-block/whdd/whdd-2.2.ebuild
20 @@ -1,13 +1,13 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=4
27 +EAPI=6
28
29 inherit cmake-utils
30
31 DESCRIPTION="Diagnostic and recovery tool for block devices"
32 -HOMEPAGE="https://github.com/krieger-od/whdd"
33 +HOMEPAGE="https://whdd.github.io"
34 SRC_URI="https://github.com/krieger-od/${PN}/tarball/${PV} -> ${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 @@ -17,7 +17,7 @@ IUSE=""
38
39 DEPEND="
40 dev-util/dialog
41 - sys-libs/ncurses[unicode]"
42 + sys-libs/ncurses:0[unicode]"
43 RDEPEND="${DEPEND}
44 sys-apps/smartmontools"
45
46
47 diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild
48 index 5a785f8..60edc4e 100644
49 --- a/sys-block/whdd/whdd-9999.ebuild
50 +++ b/sys-block/whdd/whdd-9999.ebuild
51 @@ -2,7 +2,7 @@
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 -EAPI=5
56 +EAPI=6
57
58 EGIT_REPO_URI="https://github.com/${PN}/${PN}"
59 inherit git-r3
60 @@ -17,6 +17,6 @@ IUSE=""
61
62 DEPEND="
63 dev-util/dialog
64 - sys-libs/ncurses[unicode]"
65 + sys-libs/ncurses:0[unicode]"
66 RDEPEND="${DEPEND}
67 sys-apps/smartmontools"