diff options
author | Ian Leitch <port001@gentoo.org> | 2004-06-20 18:25:30 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-06-20 18:25:30 +0000 |
commit | a36baf2c9c77daecf91bf077205e2f2a630cbba8 (patch) | |
tree | 21785ae6d40230a4dc1c8bdc1244f5f2ac051c58 /x11-misc/gmrun | |
parent | Added patch to support changes to hardened-dev-sources-2.6.5-r5. (diff) | |
download | historical-a36baf2c9c77daecf91bf077205e2f2a630cbba8.tar.gz historical-a36baf2c9c77daecf91bf077205e2f2a630cbba8.tar.bz2 historical-a36baf2c9c77daecf91bf077205e2f2a630cbba8.zip |
No need to set S, Added IUSE
Diffstat (limited to 'x11-misc/gmrun')
-rw-r--r-- | x11-misc/gmrun/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/gmrun/gmrun-0.9.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/gmrun/gmrun-0.9.ebuild | 4 |
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/" |