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 | b108e4ed47d994e92c6bd51b7a00124c139bbeec (patch) | |
tree | 4ab6351062a79849c024fad3a0c9c98aeb96c88b /x11-misc/xrestop/xrestop-0.3.ebuild | |
parent | fix dep of gstreamer to 0.8.10 (diff) | |
download | historical-b108e4ed47d994e92c6bd51b7a00124c139bbeec.tar.gz historical-b108e4ed47d994e92c6bd51b7a00124c139bbeec.tar.bz2 historical-b108e4ed47d994e92c6bd51b7a00124c139bbeec.zip |
fixed homepage for #93132 and marked 0.3 stable
Package-Manager: portage-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 } |