summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-10-16 22:05:33 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-10-16 22:05:33 +0000
commit2250cfd2ae859f5bd07b92d47b8edbac83ac9991 (patch)
treeb4b17c5a64ee941f70cd6db0b8daf852eb71a7f1 /x11-plugins
parentversion bumps (diff)
downloadgentoo-2-2250cfd2ae859f5bd07b92d47b8edbac83ac9991.tar.gz
gentoo-2-2250cfd2ae859f5bd07b92d47b8edbac83ac9991.tar.bz2
gentoo-2-2250cfd2ae859f5bd07b92d47b8edbac83ac9991.zip
Version bumps
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellmlaunch/ChangeLog17
-rw-r--r--x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.21
-rw-r--r--x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.41
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild (renamed from x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild)10
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild25
5 files changed, 47 insertions, 7 deletions
diff --git a/x11-plugins/gkrellmlaunch/ChangeLog b/x11-plugins/gkrellmlaunch/ChangeLog
index 597ca4f15d99..c4eafa03256b 100644
--- a/x11-plugins/gkrellmlaunch/ChangeLog
+++ b/x11-plugins/gkrellmlaunch/ChangeLog
@@ -1,6 +1,21 @@
# 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.2 2002/09/12 04:50:45 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.3 2002/10/16 22:05:33 seemant Exp $
+
+*gkrellmlaunch-0.5 (16 Oct 2002)
+
+ 16 Oct 2002; Seemant Kulleen <seemant@gentoo.org> gkrellmlaunch-0.5.ebuild
+ files/digest-gkrellmlaunch-0.5 :
+
+ GKrellM2 version submitted by: gustavo@felisberto.net (Gustavo Felisberto)
+ in bug #8926.
+
+*gkrellmlaunch-0.4 (16 Oct 2002)
+
+ 16 Oct 2002; Seemant Kulleen <seemant@gentoo.org> gkrellmlaunch-0.4.ebuild
+ files/digest-gkrellmlaunch-0.4 :
+
+ Version bump to bugfix release for the gkrellm1 version.
*gkrellmlaunch-0.3 (23 Feb 2002)
diff --git a/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.2 b/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.2
deleted file mode 100644
index d873795ef116..000000000000
--- a/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de4708016f707f98969c6236e10b6763 gkrellmlaunch-0.2.2.tar.gz 18936
diff --git a/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.4 b/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.4
new file mode 100644
index 000000000000..9955e9136118
--- /dev/null
+++ b/x11-plugins/gkrellmlaunch/files/digest-gkrellmlaunch-0.4
@@ -0,0 +1 @@
+MD5 d2cdd1685ca67e901713e7d8ef4d34e4 gkrellmlaunch-0.4.tar.gz 22310
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild
index ddb171fc03ae..9b5db154d1c7 100644
--- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.2.2.ebuild,v 1.3 2002/10/04 06:45:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.4.ebuild,v 1.1 2002/10/16 22:05:33 seemant Exp $
S=${WORKDIR}/${P}
-DESCRIPTION="a Program-Launcher Plugin for Gkrellm"
+DESCRIPTION="a Program-Launcher Plugin for GKrellM"
SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
@@ -11,15 +11,15 @@ DEPEND="=app-admin/gkrellm-1.2*"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64"
src_compile() {
make || die
}
src_install () {
- exeinto /usr/lib/gkrellm/plugins
- doexe gkrellmlaunch.so
+ insinto /usr/lib/gkrellm/plugins
+ doins gkrellmlaunch.so
dodoc README
}
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
new file mode 100644
index 000000000000..87bac97f242c
--- /dev/null
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.1 2002/10/16 22:05:33 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="a Program-Launcher Plugin for GKrellM2"
+SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
+HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
+
+DEPEND="=app-admin/gkrellm-2.0*"
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc sparc64"
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ insinto /usr/lib/gkrellm2/plugins
+ doins gkrellmlaunch.so
+
+ dodoc README
+}