summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-03-16 19:06:04 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-03-16 19:06:04 +0000
commit3ac88092e2324e5617710e4c2e80574505e42a75 (patch)
treea4b127592a807645fbaf3c2d2740ede144c416b2 /x11-misc/xrestop
parentSuggest the use of emerge --config instead of ebuild config (diff)
downloadgentoo-2-3ac88092e2324e5617710e4c2e80574505e42a75.tar.gz
gentoo-2-3ac88092e2324e5617710e4c2e80574505e42a75.tar.bz2
gentoo-2-3ac88092e2324e5617710e4c2e80574505e42a75.zip
Bump. Adds quit (q) key, fixed PID detection, other stuff.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-misc/xrestop')
-rw-r--r--x11-misc/xrestop/ChangeLog7
-rw-r--r--x11-misc/xrestop/files/digest-xrestop-0.43
-rw-r--r--x11-misc/xrestop/xrestop-0.4.ebuild26
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-misc/xrestop/ChangeLog b/x11-misc/xrestop/ChangeLog
index 7b2321db04a6..27f451c4a861 100644
--- a/x11-misc/xrestop/ChangeLog
+++ b/x11-misc/xrestop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xrestop
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.18 2006/01/21 18:26:19 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.19 2006/03/16 19:06:04 spyderous Exp $
+
+*xrestop-0.4 (16 Mar 2006)
+
+ 16 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; +xrestop-0.4.ebuild:
+ Bump. Adds quit (q) key, fixed PID detection, other stuff.
21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xrestop-0.2.ebuild,
xrestop-0.3.ebuild:
diff --git a/x11-misc/xrestop/files/digest-xrestop-0.4 b/x11-misc/xrestop/files/digest-xrestop-0.4
new file mode 100644
index 000000000000..9e7a19dc6e96
--- /dev/null
+++ b/x11-misc/xrestop/files/digest-xrestop-0.4
@@ -0,0 +1,3 @@
+MD5 d8a54596cbaf037e62b80c4585a3ca9b xrestop-0.4.tar.gz 92308
+RMD160 13113e1de0d2206106a274917fd9a0decd301837 xrestop-0.4.tar.gz 92308
+SHA256 67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257 xrestop-0.4.tar.gz 92308
diff --git a/x11-misc/xrestop/xrestop-0.4.ebuild b/x11-misc/xrestop/xrestop-0.4.ebuild
new file mode 100644
index 000000000000..f28bb1597607
--- /dev/null
+++ b/x11-misc/xrestop/xrestop-0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.1 2006/03/16 19:06:04 spyderous Exp $
+
+IUSE=""
+
+DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
+SRC_URI="http://projects.o-hand.com/sources/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/xrestop"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="|| ( (
+ x11-libs/libXres
+ x11-libs/libX11
+ x11-libs/libXt )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )"
+
+src_install () {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README
+}