idl0r       14/05/02 23:05:38

  Modified:             metadata.xml ChangeLog
  Added:                htop-1.0.3.ebuild
  Removed:              htop-1.0.2-r1.ebuild htop-1.0.1-r1.ebuild
                        htop-1.0.1.ebuild
  Log:
  Version bump, bug 508954. Cleanup
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  Changes    Path
1.13                 sys-process/htop/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/metadata.xml?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/metadata.xml?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/metadata.xml?r1=1.12&r2=1.13

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml        3 May 2013 19:37:22 -0000       1.12
+++ metadata.xml        2 May 2014 23:05:38 -0000       1.13
@@ -1,15 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer>
-    <email>[email protected]</email>
-    <name>Christian Ruppert</name>
-  </maintainer>
-  <use>
-    <flag name="openvz">Enable openvz support</flag>
-    <flag name="vserver">Enable vserver support</flag>
-  </use>
-  <longdescription>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Christian Ruppert</name>
+       </maintainer>
+       <use>
+               <flag name="oom">Add column to track the OOM-killer score of 
processes</flag>
+               <flag name="openvz">Enable openvz support</flag>
+               <flag name="vserver">Enable vserver support</flag>
+       </use>
+       <longdescription>
 htop is an interactive process viewer for Linux. It aims to be a 'better top':
 you can scroll the process list vertically and horizontally, and select a
 process to be killed with the arrow keys instead of by typing its process id.



1.141                sys-process/htop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.141&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.141&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?r1=1.140&r2=1.141

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   3 Feb 2014 16:43:30 -0000       1.140
+++ ChangeLog   2 May 2014 23:05:38 -0000       1.141
@@ -1,6 +1,13 @@
 # ChangeLog for sys-process/htop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.140 
2014/02/03 16:43:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.141 
2014/05/02 23:05:38 idl0r Exp $
+
+*htop-1.0.3 (02 May 2014)
+
+  02 May 2014; Christian Ruppert <[email protected]> -htop-1.0.1.ebuild,
+  -htop-1.0.1-r1.ebuild, -htop-1.0.2-r1.ebuild, +htop-1.0.3.ebuild,
+  metadata.xml:
+  Version bump, bug 508954. Cleanup
 
   03 Feb 2014; Justin Lecher <[email protected]> htop-1.0.1.ebuild,
   htop-1.0.1-r1.ebuild, htop-1.0.2.ebuild, htop-1.0.2-r1.ebuild,



1.1                  sys-process/htop/htop-1.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: htop-1.0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.1 
2014/05/02 23:05:38 idl0r Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

AUTOTOOLS_AUTORECONF=true

inherit autotools-utils linux-info python-any-r1

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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
IUSE="kernel_FreeBSD kernel_linux oom openvz unicode vserver"

RDEPEND="sys-libs/ncurses[unicode?]"
DEPEND="${RDEPEND}"

DOCS=( ChangeLog README )

CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS"

# config.h problems
AUTOTOOLS_IN_SOURCE_BUILD=1

pkg_setup() {
        if use kernel_FreeBSD && ! [[ -f ${ROOT}/compat/linux/proc/stat && -f 
${ROOT}/compat/linux/proc/meminfo ]]; then
                echo
                eerror "htop requires linprocfs mounted at /compat/linux/proc 
to build and function."
                eerror "To mount it, type:"
                [ -d /compat/linux/proc ] || eerror "mkdir -p 
/compat/linux/proc"
                eerror "mount -t linprocfs none /compat/linux/proc"
                eerror "Alternatively, place this information into /etc/fstab"
                echo
                die "htop needs /compat/linux/proc mounted"
        fi

        if ! has_version sys-process/lsof; then
                ewarn "To use lsof features in htop(what processes are 
accessing"
                ewarn "what files), you must have sys-process/lsof installed."
        fi

        python-any-r1_pkg_setup
        linux-info_pkg_setup
}

src_prepare() {
        rm missing || die

        sed \
                -e '1c\#!'"${EPREFIX}"'/usr/bin/python' \
                -i scripts/MakeHeader.py || die

        autotools-utils_src_prepare
}

src_configure() {
        [[ $CBUILD != $CHOST ]] && export ac_cv_file__proc_{meminfo,stat}=yes 
#328971

        local myeconfargs=()

        use kernel_FreeBSD && myeconfargs+=( --with-proc=/compat/linux/proc )

        myeconfargs+=(
                $(use_enable openvz)
                $(use_enable kernel_linux cgroup)
                $(use_enable vserver)
                $(use_enable unicode)
                $(use_enable oom)
                --enable-taskstats
                )
        autotools-utils_src_configure
}




Reply via email to