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 53D1E139082 for ; Fri, 3 Feb 2017 21:59:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78A8221C028; Fri, 3 Feb 2017 21:59:28 +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 4136921C028 for ; Fri, 3 Feb 2017 21:59:28 +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 B9E3F340F53 for ; Fri, 3 Feb 2017 21:59:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D577EE for ; Fri, 3 Feb 2017 21:59:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1486159144.1cdb0e17c848a26434e463bc098b7a497f9c9d62.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-2.0.2-r1.ebuild sys-process/htop/metadata.xml X-VCS-Directories: sys-process/htop/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1cdb0e17c848a26434e463bc098b7a497f9c9d62 X-VCS-Branch: master Date: Fri, 3 Feb 2017 21:59:24 +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: 0312578d-d963-441b-97b9-bfd95254d79c X-Archives-Hash: ff2d78f02018d46a7540f5eaaacdfaad commit: 1cdb0e17c848a26434e463bc098b7a497f9c9d62 Author: Lars Wendler gentoo org> AuthorDate: Fri Feb 3 21:59:04 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Feb 3 21:59:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb0e17 Revert "sys-process/htop: express lsof RDEPEND as a USE flag" This reverts commit 007dfd978d4033ac52b47a2157a0f235cbd16254. Was not ACKed by maintainers. sys-process/htop/htop-2.0.2-r1.ebuild | 54 ----------------------------------- sys-process/htop/metadata.xml | 1 - 2 files changed, 55 deletions(-) diff --git a/sys-process/htop/htop-2.0.2-r1.ebuild b/sys-process/htop/htop-2.0.2-r1.ebuild deleted file mode 100644 index 8acb8c4..00000000 --- a/sys-process/htop/htop-2.0.2-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit autotools linux-info - -DESCRIPTION="interactive process viewer" -HOMEPAGE="http://hisham.hm/htop/" -SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="files kernel_FreeBSD kernel_linux openvz unicode vserver" - -RDEPEND="sys-libs/ncurses:0=[unicode?] - files? ( sys-process/lsof )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( ChangeLog README ) - -CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS" - -PATCHES=( - "${FILESDIR}/${PN}-2.0.2-tinfo.patch" -) - -src_prepare() { - rm missing || die - - default - eautoreconf -} - -src_configure() { - [[ $CBUILD != $CHOST ]] && export ac_cv_file__proc_{meminfo,stat}=yes #328971 - - local myeconfargs=() - - myeconfargs+=( - # fails to build against recent hwloc versions - --disable-hwloc - --enable-taskstats - $(use_enable kernel_linux cgroup) - $(use_enable kernel_linux linux-affinity) - $(use_enable openvz) - $(use_enable unicode) - $(use_enable vserver) - ) - econf ${myeconfargs[@]} -} diff --git a/sys-process/htop/metadata.xml b/sys-process/htop/metadata.xml index e28e069..31af477 100644 --- a/sys-process/htop/metadata.xml +++ b/sys-process/htop/metadata.xml @@ -10,7 +10,6 @@ Lars Wendler - Allow htop to show what processes are accessing what files by using sys-process/lsof. Add column to track the OOM-killer score of processes Enable openvz support Enable vserver support