summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 01:49:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 01:49:27 +0000
commitf2e174785b68976ed0c6fcbcadf06854456df7a5 (patch)
tree219a53aefef7f6ed0512986779de0b473e46757a /x11-plugins/gkrellmlaunch
parentremoved gkrellkam (diff)
downloadgentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.gz
gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.tar.bz2
gentoo-2-f2e174785b68976ed0c6fcbcadf06854456df7a5.zip
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellmlaunch')
-rw-r--r--x11-plugins/gkrellmlaunch/ChangeLog23
-rw-r--r--x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.21
-rw-r--r--x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.31
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild26
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild24
5 files changed, 75 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmlaunch/ChangeLog b/x11-plugins/gkrellmlaunch/ChangeLog
new file mode 100644
index 000000000000..edadf2280067
--- /dev/null
+++ b/x11-plugins/gkrellmlaunch/ChangeLog
@@ -0,0 +1,23 @@
+# ChangeLog for x11-plugins/gkrellmlaunch
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+*gkrellmlaunch-0.3 (23 Feb 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 23 Feb 2002; Donny Davies <woodchip@gentoo.org> gkrellmlaunch-0.3.ebuild :
+
+ Updated version, as suggested by bug #739.
+
+*gkrellmlaunch-0.2.2 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.2 b/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.2
new file mode 100644
index 000000000000..d873795ef116
--- /dev/null
+++ b/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.2
@@ -0,0 +1 @@
+MD5 de4708016f707f98969c6236e10b6763 gkrellmlaunch-0.2.2.tar.gz 18936
diff --git a/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.3 b/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.3
new file mode 100644
index 000000000000..5ba3e58abc61
--- /dev/null
+++ b/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.3
@@ -0,0 +1 @@
+MD5 dc2ba470c8f9d610469aef74118f7404 gkrellmlaunch-0.3.tar.gz 18156
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild
new file mode 100644
index 000000000000..3bd59cf754cf
--- /dev/null
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild
@@ -0,0 +1,26 @@
+# 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 $
+
+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"
+
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ exeinto /usr/lib/gkrellm/plugins
+ doexe gkrellmlaunch.so
+
+ dodoc README
+}
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild
new file mode 100644
index 000000000000..40ea9b56a559
--- /dev/null
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.3.ebuild
@@ -0,0 +1,24 @@
+# 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 $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="a Program-Launcher Plugin for GKrellM"
+SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc sparc64"
+
+HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
+DEPEND=">=app-admin/gkrellm-1.2.1"
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ insinto /usr/lib/gkrellm/plugins
+ doins gkrellmlaunch.so
+
+ dodoc README
+}