summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2004-09-05 18:28:50 +0000
committerWolfram Schlich <wschlich@gentoo.org>2004-09-05 18:28:50 +0000
commit22679deaff2fd54f9a9773b3a1823a638924230d (patch)
tree13ebe2e3745ff75e5cae65bc584570c7e093c570 /sys-apps/htop
parentadding ~amd64 to media-video/submux-dvd-0.5 (#59088) (Manifest recommit) (diff)
downloadgentoo-2-22679deaff2fd54f9a9773b3a1823a638924230d.tar.gz
gentoo-2-22679deaff2fd54f9a9773b3a1823a638924230d.tar.bz2
gentoo-2-22679deaff2fd54f9a9773b3a1823a638924230d.zip
version bump
Diffstat (limited to 'sys-apps/htop')
-rw-r--r--sys-apps/htop/ChangeLog5
-rw-r--r--sys-apps/htop/Manifest12
-rw-r--r--sys-apps/htop/files/digest-htop-0.4.11
-rw-r--r--sys-apps/htop/htop-0.4.1.ebuild33
4 files changed, 45 insertions, 6 deletions
diff --git a/sys-apps/htop/ChangeLog b/sys-apps/htop/ChangeLog
index 040a04575025..372b22a19ee3 100644
--- a/sys-apps/htop/ChangeLog
+++ b/sys-apps/htop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/htop
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/htop/ChangeLog,v 1.10 2004/09/03 21:03:23 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/htop/ChangeLog,v 1.11 2004/09/05 18:28:50 wschlich Exp $
+
+ 05 Sep 2004; Wolfram Schlich <wschlich@gentoo.org> :
+ version bump
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> htop-0.3.1.ebuild,
htop-0.3.2.ebuild, htop-0.3.3.ebuild, htop-0.4.ebuild:
diff --git a/sys-apps/htop/Manifest b/sys-apps/htop/Manifest
index 42b02771ac7e..272c35e7c7e1 100644
--- a/sys-apps/htop/Manifest
+++ b/sys-apps/htop/Manifest
@@ -1,12 +1,14 @@
-MD5 5aff2abeb0ac7d6e7992c32b47aff10b ChangeLog 1530
-MD5 0c90e2811414666d1218ae1955436472 htop-0.3.1.ebuild 769
-MD5 7ec08e475e2d5573310210bbc10124cd htop-0.3.2.ebuild 769
MD5 020b4efe4fa36b5cef244fcde361b247 htop-0.3.3.ebuild 769
-MD5 be8931b5d3dd834b9ca8f718797cda57 htop-0.3.ebuild 661
+MD5 7ec08e475e2d5573310210bbc10124cd htop-0.3.2.ebuild 769
MD5 bc36ae07abd5e2b12482dda3497dbab1 htop-0.4.ebuild 767
MD5 eb4bbf8601e9cc359a1f91d669379c1a metadata.xml 568
+MD5 6a7303a06ed5663b1dfabb21d29b5600 htop-0.4.1.ebuild 674
+MD5 0c90e2811414666d1218ae1955436472 htop-0.3.1.ebuild 769
+MD5 577c9786dca4187b3258909b5ea8ecd2 ChangeLog 1601
+MD5 be8931b5d3dd834b9ca8f718797cda57 htop-0.3.ebuild 661
MD5 8123f72d136ab55139efee23411e3ab6 files/digest-htop-0.3 59
MD5 47f1850a95a3c5c1447a7606ca9ff1ad files/digest-htop-0.3.1 61
-MD5 334fab92d3a6331a9de56b3f52f47c88 files/digest-htop-0.3.2 61
MD5 162b1b379ac437b9a5e4002ea69f4cb3 files/digest-htop-0.3.3 61
+MD5 334fab92d3a6331a9de56b3f52f47c88 files/digest-htop-0.3.2 61
MD5 a71705e19137477176c8652684bf2c02 files/digest-htop-0.4 60
+MD5 1ca8054769d898d6dd367ede6e5003b8 files/digest-htop-0.4.1 62
diff --git a/sys-apps/htop/files/digest-htop-0.4.1 b/sys-apps/htop/files/digest-htop-0.4.1
new file mode 100644
index 000000000000..084693856d5d
--- /dev/null
+++ b/sys-apps/htop/files/digest-htop-0.4.1
@@ -0,0 +1 @@
+MD5 e307df3def9ac04e17909fadb72ea74b htop-0.4.1.tar.gz 107842
diff --git a/sys-apps/htop/htop-0.4.1.ebuild b/sys-apps/htop/htop-0.4.1.ebuild
new file mode 100644
index 000000000000..92eebe88d147
--- /dev/null
+++ b/sys-apps/htop/htop-0.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/htop/htop-0.4.1.ebuild,v 1.1 2004/09/05 18:28:50 wschlich Exp $
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="interactive process viewer"
+HOMEPAGE="http://htop.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ppc"
+IUSE="debug"
+DEPEND="sys-libs/ncurses"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ use debug && {
+ append-flags -O -ggdb -DDEBUG
+ RESTRICT="${RESTRICT} nostrip"
+ }
+ econf || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc README ChangeLog TODO
+}