diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-02-25 00:38:06 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-02-25 00:38:06 +0000 |
commit | 42c93296114b12c057058ae6bb15c56af870ae32 (patch) | |
tree | a3ab8ae5e7fc21764d5bfa4ca7c19f8cc9ef7f69 /x11-misc | |
parent | Created correct version number and added the docs to the installation. (diff) | |
download | gentoo-2-42c93296114b12c057058ae6bb15c56af870ae32.tar.gz gentoo-2-42c93296114b12c057058ae6bb15c56af870ae32.tar.bz2 gentoo-2-42c93296114b12c057058ae6bb15c56af870ae32.zip |
oopsie!
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild b/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild index f6e085396b1c..b28f6d69a499 100644 --- a/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild +++ b/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild @@ -1,18 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Jerry A! <jerry@thehutt.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.1 2002/02/24 04:15:31 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.2 2002/02/25 00:38:06 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="a Program-Launcher Plugin for Gkrellm" SRC_URI="http://prdownloads.sourceforge.net/gkrellmlaunch/${P}.tar.gz" HOMEPAGE="http://gkrellmlaunch.sourceforge.net/" -BLAH BLAH BLAH - DEPEND=">=app-admin/gkrellm-1.2.1" - src_compile() { make || die } |