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 D3DDB1395E2 for ; Sat, 19 Nov 2016 06:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB2CE0C09; Sat, 19 Nov 2016 06:22:13 +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 E3262E0C09 for ; Sat, 19 Nov 2016 06:22:12 +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 85D353414C1 for ; Sat, 19 Nov 2016 06:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C10742EF for ; Sat, 19 Nov 2016 06:22:09 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1479536514.a6f0b00ec4b1474e386adca48b366e3fa8cd075e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/s390-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/s390-tools/metadata.xml sys-apps/s390-tools/s390-tools-1.23.1.ebuild X-VCS-Directories: sys-apps/s390-tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a6f0b00ec4b1474e386adca48b366e3fa8cd075e X-VCS-Branch: master Date: Sat, 19 Nov 2016 06:22:09 +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: 167c97a3-54b1-46d7-b975-2c63aa9368cd X-Archives-Hash: 0da5a6cbe70bd857b0b1f02d8638f0bf commit: a6f0b00ec4b1474e386adca48b366e3fa8cd075e Author: Mike Frysinger gentoo org> AuthorDate: Sat Nov 19 06:19:13 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Nov 19 06:21:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f0b00e sys-apps/s390-tools: add USE=ncurses to control hyptop dep Also add missing zlib dep used by a few programs. sys-apps/s390-tools/metadata.xml | 1 + sys-apps/s390-tools/s390-tools-1.23.1.ebuild | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sys-apps/s390-tools/metadata.xml b/sys-apps/s390-tools/metadata.xml index 1f175cf..3247a49 100644 --- a/sys-apps/s390-tools/metadata.xml +++ b/sys-apps/s390-tools/metadata.xml @@ -10,6 +10,7 @@ zSeries (s390) Linux kernel and device drivers build cmsfs-fuse to read files stored on a z/VM CMS disk + build hyptop monitoring program build the kernel disk dumping utility diff --git a/sys-apps/s390-tools/s390-tools-1.23.1.ebuild b/sys-apps/s390-tools/s390-tools-1.23.1.ebuild index 67e52b8..c1d27d3 100644 --- a/sys-apps/s390-tools/s390-tools-1.23.1.ebuild +++ b/sys-apps/s390-tools/s390-tools-1.23.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" inherit eutils udev @@ -21,9 +21,11 @@ SRC_URI="http://download.boulder.ibm.com/ibmdl/pub/software/dw/linux390/ht_src/$ LICENSE="GPL-2" SLOT="0" KEYWORDS="-* s390" -IUSE="fuse snmp zfcpdump" +IUSE="fuse ncurses snmp zfcpdump" -RDEPEND="fuse? ( sys-fs/fuse ) +RDEPEND="sys-libs/zlib + fuse? ( sys-fs/fuse ) + ncurses? ( sys-libs/ncurses:0= ) snmp? ( net-analyzer/net-snmp )" DEPEND="${RDEPEND} dev-util/indent @@ -34,6 +36,7 @@ src_prepare() { use snmp || sed -i -e 's:osasnmpd::' Makefile use fuse || { sed -i -e 's:cmsfs-fuse::' Makefile; export WITHOUT_FUSE=1; } + use ncurses || sed -i -e 's:hyptop::' Makefile if use zfcpdump ; then local x