summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-01-04 05:21:47 +0000
committerIan Leitch <port001@gentoo.org>2004-01-04 05:21:47 +0000
commit3bbb0a8b9e310ce030c598d16d2f8665527f7419 (patch)
tree3ca25a5bc3e7ca41fb20fcb40389886fef594801 /x11-misc/xrestop
parentInitial commit; #36439 (diff)
downloadgentoo-2-3bbb0a8b9e310ce030c598d16d2f8665527f7419.tar.gz
gentoo-2-3bbb0a8b9e310ce030c598d16d2f8665527f7419.tar.bz2
gentoo-2-3bbb0a8b9e310ce030c598d16d2f8665527f7419.zip
Initial commit; #36439
Diffstat (limited to 'x11-misc/xrestop')
-rw-r--r--x11-misc/xrestop/ChangeLog9
-rw-r--r--x11-misc/xrestop/Manifest4
-rw-r--r--x11-misc/xrestop/files/digest-xrestop-0.21
-rw-r--r--x11-misc/xrestop/metadata.xml5
-rw-r--r--x11-misc/xrestop/xrestop-0.2.ebuild20
5 files changed, 38 insertions, 1 deletions
diff --git a/x11-misc/xrestop/ChangeLog b/x11-misc/xrestop/ChangeLog
new file mode 100644
index 000000000000..af7b9d3e5f43
--- /dev/null
+++ b/x11-misc/xrestop/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-misc/xrestop
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.1 2004/01/04 05:21:38 port001 Exp $
+
+*xrestop-0.2 (04 Jan 2004)
+
+ 04 Jan 2004; Ian Leitch <port001@gentoo.org> xrestop-0.2.ebuild:
+ Initial commit; #36439
+
diff --git a/x11-misc/xrestop/Manifest b/x11-misc/xrestop/Manifest
index a14411d252e5..c0c99fe58c41 100644
--- a/x11-misc/xrestop/Manifest
+++ b/x11-misc/xrestop/Manifest
@@ -1,2 +1,4 @@
-MD5 5e3d2047859c612bccfdba099b143b36 xrestop-0.2.ebuild 491
+MD5 1a7058df20e080a6da48c3c8fd496b47 xrestop-0.2.ebuild 592
+MD5 44f37841ddd8881a118176eeace2ff48 ChangeLog 336
+MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 12fce93e62dc29cb74ecb54bd5c77b9b files/digest-xrestop-0.2 62
diff --git a/x11-misc/xrestop/files/digest-xrestop-0.2 b/x11-misc/xrestop/files/digest-xrestop-0.2
new file mode 100644
index 000000000000..16d4d55c5917
--- /dev/null
+++ b/x11-misc/xrestop/files/digest-xrestop-0.2
@@ -0,0 +1 @@
+MD5 5ff774ff9cbb5997f0fb68e712dee302 xrestop-0.2.tar.gz 85110
diff --git a/x11-misc/xrestop/metadata.xml b/x11-misc/xrestop/metadata.xml
new file mode 100644
index 000000000000..2518313f5241
--- /dev/null
+++ b/x11-misc/xrestop/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>desktop-misc</herd>
+</pkgmetadata>
diff --git a/x11-misc/xrestop/xrestop-0.2.ebuild b/x11-misc/xrestop/xrestop-0.2.ebuild
new file mode 100644
index 000000000000..57982b0b67cd
--- /dev/null
+++ b/x11-misc/xrestop/xrestop-0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.2.ebuild,v 1.1 2004/01/04 05:21:38 port001 Exp $
+
+IUSE=""
+
+DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
+SRC_URI="http://www.freedesktop.org/Software/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.freedesktop.org/Software/xrestop/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="virtual/x11"
+
+src_install () {
+ einstall || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README COPYING
+}