diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:18:05 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:18:05 +0000 |
commit | cc5722dff1ff37a2c7bfa7aedcdb0547179c0bc1 (patch) | |
tree | 0c87ed4db54902261e4258a20fab6220f577462b /x11-misc/xrestop/xrestop-0.3.ebuild | |
parent | fix dep of gstreamer to 0.8.10 (diff) | |
download | gentoo-2-cc5722dff1ff37a2c7bfa7aedcdb0547179c0bc1.tar.gz gentoo-2-cc5722dff1ff37a2c7bfa7aedcdb0547179c0bc1.tar.bz2 gentoo-2-cc5722dff1ff37a2c7bfa7aedcdb0547179c0bc1.zip |
fixed homepage for #93132 and marked 0.3 stable
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xrestop/xrestop-0.3.ebuild')
-rw-r--r-- | x11-misc/xrestop/xrestop-0.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild index acfd10d56585..b3b34b88e48a 100644 --- a/x11-misc/xrestop/xrestop-0.3.ebuild +++ b/x11-misc/xrestop/xrestop-0.3.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2005 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.2 2005/04/05 15:27:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.3 2005/06/14 12:18:05 smithj 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/" +HOMEPAGE="http://www.freedesktop.org/wiki/Software_2fxrestop" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" RDEPEND="virtual/x11" src_install () { - einstall || die + einstall || die "einstall failed" dodoc AUTHORS ChangeLog INSTALL NEWS README COPYING } |