summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/gmrun/ChangeLog6
-rw-r--r--x11-misc/gmrun/gmrun-0.9.2.ebuild4
-rw-r--r--x11-misc/gmrun/gmrun-0.9.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/gmrun/ChangeLog b/x11-misc/gmrun/ChangeLog
index 8d19f0b2d085..d3be0a96b9a0 100644
--- a/x11-misc/gmrun/ChangeLog
+++ b/x11-misc/gmrun/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/gmrun
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.5 2004/05/10 23:48:25 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.6 2004/06/20 18:25:30 port001 Exp $
+
+ 20 Jun 2004; Ian Leitch <port001@gentoo.org> gmrun-0.9.2.ebuild,
+ gmrun-0.9.ebuild:
+ No need to set S, Added IUSE
10 May 2004; Travis Tilley <lv@gentoo.org> gmrun-0.9.2.ebuild:
added ~amd64 keyword
diff --git a/x11-misc/gmrun/gmrun-0.9.2.ebuild b/x11-misc/gmrun/gmrun-0.9.2.ebuild
index 2ab685c47332..332af4cbb573 100644
--- a/x11-misc/gmrun/gmrun-0.9.2.ebuild
+++ b/x11-misc/gmrun/gmrun-0.9.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.4 2004/05/23 16:26:09 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.5 2004/06/20 18:25:30 port001 Exp $
-S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
SRC_URI="mirror://sourceforge/gmrun/${P}.tar.gz"
HOMEPAGE="http://gmrun.sourceforge.net/"
diff --git a/x11-misc/gmrun/gmrun-0.9.ebuild b/x11-misc/gmrun/gmrun-0.9.ebuild
index 15fad3a69b1b..b09faf3deeb5 100644
--- a/x11-misc/gmrun/gmrun-0.9.ebuild
+++ b/x11-misc/gmrun/gmrun-0.9.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.ebuild,v 1.4 2004/05/23 16:26:09 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.ebuild,v 1.5 2004/06/20 18:25:30 port001 Exp $
-S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
SRC_URI="mirror://sourceforge/gmrun/${P}.tar.gz"
HOMEPAGE="http://gmrun.sourceforge.net/"