summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-07-19 07:23:33 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-07-19 07:23:33 +0000
commit39f7ad324208535b90ad82167171c7d95fa724da (patch)
treeb32cd978ef67b5513c76edb77082d7ba24f2d5a9 /x11-misc/xrestop
parentRemoving old 1.0.2 and making 0.9.8 KEWORDS only alpha. (diff)
downloadgentoo-2-39f7ad324208535b90ad82167171c7d95fa724da.tar.gz
gentoo-2-39f7ad324208535b90ad82167171c7d95fa724da.tar.bz2
gentoo-2-39f7ad324208535b90ad82167171c7d95fa724da.zip
Stable amd64, added to ~sparc, einstall->DESTDIR.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xrestop')
-rw-r--r--x11-misc/xrestop/ChangeLog5
-rw-r--r--x11-misc/xrestop/Manifest4
-rw-r--r--x11-misc/xrestop/xrestop-0.3.ebuild6
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/xrestop/ChangeLog b/x11-misc/xrestop/ChangeLog
index a99f7dd1a160..bab24d7a37b1 100644
--- a/x11-misc/xrestop/ChangeLog
+++ b/x11-misc/xrestop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xrestop
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.10 2005/06/17 20:20:13 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.11 2005/07/19 07:23:33 eradicator Exp $
+
+ 19 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org> xrestop-0.3.ebuild:
+ Stable amd64, added to ~sparc, einstall->DESTDIR.
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> xrestop-0.3.ebuild:
Stable on ppc.
diff --git a/x11-misc/xrestop/Manifest b/x11-misc/xrestop/Manifest
index efc657de41a1..929a911436dd 100644
--- a/x11-misc/xrestop/Manifest
+++ b/x11-misc/xrestop/Manifest
@@ -1,6 +1,6 @@
-MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 f19e780cee14a10519481eed8072f179 ChangeLog 1126
-MD5 36875febed1dbc14d924ee87b4f25f94 xrestop-0.3.ebuild 616
+MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173
MD5 95125a9b1e250f434f70a74aa1cbf365 xrestop-0.2.ebuild 590
+MD5 a8b84e5f4afac58cfccd8d93497bc514 xrestop-0.3.ebuild 623
MD5 12fce93e62dc29cb74ecb54bd5c77b9b files/digest-xrestop-0.2 62
MD5 3a3ff3bc2fa0dac8838dc57d4b7ef99b files/digest-xrestop-0.3 62
diff --git a/x11-misc/xrestop/xrestop-0.3.ebuild b/x11-misc/xrestop/xrestop-0.3.ebuild
index 18ad85f2adef..639d83299098 100644
--- a/x11-misc/xrestop/xrestop-0.3.ebuild
+++ b/x11-misc/xrestop/xrestop-0.3.ebuild
@@ -1,6 +1,6 @@
# 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.4 2005/06/17 20:20:13 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.3.ebuild,v 1.5 2005/07/19 07:23:33 eradicator Exp $
IUSE=""
@@ -10,11 +10,11 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software_2fxrestop"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
RDEPEND="virtual/x11"
src_install () {
- einstall || die "einstall failed"
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README COPYING
}