diff options
author | 2004-09-28 18:07:38 +0000 | |
---|---|---|
committer | 2004-09-28 18:07:38 +0000 | |
commit | bbe9b1e9e4ca7920ee1bef7e65c14bb69ce9e3dd (patch) | |
tree | 13a22aa62d7981de2c076af10f844b0ff29cc73a /x11-misc/xrestop/xrestop-0.3.ebuild | |
parent | bumping required version of bio2jack. (Manifest recommit) (diff) | |
download | gentoo-2-bbe9b1e9e4ca7920ee1bef7e65c14bb69ce9e3dd.tar.gz gentoo-2-bbe9b1e9e4ca7920ee1bef7e65c14bb69ce9e3dd.tar.bz2 gentoo-2-bbe9b1e9e4ca7920ee1bef7e65c14bb69ce9e3dd.zip |
Version bump.
Diffstat (limited to 'x11-misc/xrestop/xrestop-0.3.ebuild')
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild new file mode 100644 index 000000000000..1a0b1528276a --- /dev/null +++ b/x11-misc/xrestop/xrestop-0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.1 2004/09/28 18:04:29 pyrania 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 ~ppc ~amd64" + +RDEPEND="virtual/x11" + +src_install () { + einstall || die + dodoc AUTHORS ChangeLog INSTALL NEWS README COPYING +} |