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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0471113908F for ; Sat, 28 Jan 2017 21:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A8BB254020; Sat, 28 Jan 2017 21:12:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 422AA254020 for ; Sat, 28 Jan 2017 21:12:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 703B3341671 for ; Sat, 28 Jan 2017 21:12:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14C81390E for ; Sat, 28 Jan 2017 21:12:28 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485637943.6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/whdd/whdd-2.2.ebuild sys-block/whdd/whdd-9999.ebuild X-VCS-Directories: sys-block/whdd/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2 X-VCS-Branch: master Date: Sat, 28 Jan 2017 21:12:28 +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-Archives-Salt: 605032fa-a470-480f-a45a-f1b9ab127675 X-Archives-Hash: 68077620563788ec29db72486c89289d commit: 6d3527ca1b9e4e5d3aa9b865703f2f799c7e9cc2 Author: Johannes Huber gentoo org> AuthorDate: Sat Jan 28 21:12:10 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jan 28 21:12:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3527ca sys-block/whdd: EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-block/whdd/whdd-2.2.ebuild | 8 ++++---- sys-block/whdd/whdd-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-block/whdd/whdd-2.2.ebuild b/sys-block/whdd/whdd-2.2.ebuild index c3f1e21..819aacd 100644 --- a/sys-block/whdd/whdd-2.2.ebuild +++ b/sys-block/whdd/whdd-2.2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit cmake-utils DESCRIPTION="Diagnostic and recovery tool for block devices" -HOMEPAGE="https://github.com/krieger-od/whdd" +HOMEPAGE="https://whdd.github.io" SRC_URI="https://github.com/krieger-od/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" @@ -17,7 +17,7 @@ IUSE="" DEPEND=" dev-util/dialog - sys-libs/ncurses[unicode]" + sys-libs/ncurses:0[unicode]" RDEPEND="${DEPEND} sys-apps/smartmontools" diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 5a785f8..60edc4e 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="https://github.com/${PN}/${PN}" inherit git-r3 @@ -17,6 +17,6 @@ IUSE="" DEPEND=" dev-util/dialog - sys-libs/ncurses[unicode]" + sys-libs/ncurses:0[unicode]" RDEPEND="${DEPEND} sys-apps/smartmontools"