summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 05:14:58 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 05:14:58 +0000
commit511a575d361d11ae3c86b4210541df86939fa09d (patch)
tree76e4b4f4f8065768b91697f2e263053c02619b86 /x11-plugins/gkrellmlaunch
parentRemoved nonexistant sample config (diff)
downloadgentoo-2-511a575d361d11ae3c86b4210541df86939fa09d.tar.gz
gentoo-2-511a575d361d11ae3c86b4210541df86939fa09d.tar.bz2
gentoo-2-511a575d361d11ae3c86b4210541df86939fa09d.zip
changed DEPEND to gkrellm-1.2*
Diffstat (limited to 'x11-plugins/gkrellmlaunch')
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild11
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild11
2 files changed, 11 insertions, 11 deletions
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild
index 3bd59cf754cf..40a2ffc1c6af 100644
--- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild,v 1.2 2002/08/30 05:14:58 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="a Program-Launcher Plugin for Gkrellm"
SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
-
HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc sparc64"
-DEPEND=">=app-admin/gkrellm-1.2.1"
+DEPEND="=app-admin/gkrellm-1.2*"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
src_compile() {
make || die
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild
index 40ea9b56a559..d2a20ca48df4 100644
--- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild,v 1.2 2002/08/30 05:14:58 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="a Program-Launcher Plugin for GKrellM"
SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
-LICENSE="GPL-2"
+HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
+
+DEPEND="=app-admin/gkrellm-1.2*"
+
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="x86 sparc sparc64"
-HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
-DEPEND=">=app-admin/gkrellm-1.2.1"
-
src_compile() {
make || die
}