diff options
author | Ian Leitch <port001@gentoo.org> | 2004-01-04 05:21:47 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-01-04 05:21:47 +0000 |
commit | aeccd2b34848aee1312049f3e11fd5f2e9c9ef2b (patch) | |
tree | b004c8ecf31e4df560a8fdf33b753b91c68af633 /x11-misc/xrestop | |
parent | Initial commit; #36439 (diff) | |
download | historical-aeccd2b34848aee1312049f3e11fd5f2e9c9ef2b.tar.gz historical-aeccd2b34848aee1312049f3e11fd5f2e9c9ef2b.tar.bz2 historical-aeccd2b34848aee1312049f3e11fd5f2e9c9ef2b.zip |
Initial commit; #36439
Diffstat (limited to 'x11-misc/xrestop')
-rw-r--r-- | x11-misc/xrestop/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xrestop/files/digest-xrestop-0.2 | 1 | ||||
-rw-r--r-- | x11-misc/xrestop/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/xrestop/xrestop-0.2.ebuild | 20 |
4 files changed, 29 insertions, 1 deletions
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 +} |