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
commit1fed4b4050ac9acbc09597627061960532fd38ae (patch)
tree56d4d220aceb5c51b37e167125cd413fc891da31 /x11-plugins/gkrellm-seti
parentremoved gkrellkam (diff)
downloadhistorical-1fed4b4050ac9acbc09597627061960532fd38ae.tar.gz
historical-1fed4b4050ac9acbc09597627061960532fd38ae.tar.bz2
historical-1fed4b4050ac9acbc09597627061960532fd38ae.zip
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellm-seti')
-rw-r--r--x11-plugins/gkrellm-seti/ChangeLog25
-rw-r--r--x11-plugins/gkrellm-seti/files/digest-gkrellm-seti-0.7.0b1
-rw-r--r--x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b.ebuild24
3 files changed, 50 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-seti/ChangeLog b/x11-plugins/gkrellm-seti/ChangeLog
new file mode 100644
index 000000000000..3fe639b565ef
--- /dev/null
+++ b/x11-plugins/gkrellm-seti/ChangeLog
@@ -0,0 +1,25 @@
+# ChangeLog for x11-plugins/gkrellm-seti
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-seti/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+*gkrellm-seti-0.7.0b (14 Jul 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 14 Jul 2002; Seemant Kulleen <seemant@gentoo.org>
+ gkrellm-seti-0.7.0b.ebuild files/digest-gkrellm-seti-0.7.0b :
+
+ Xavier (upstream author) has this hack to work with recent gkrellm
+ releases. Closes bug #4495 by ela@mausehaus.org (Michaela Susan Buesing)
+
+*gkrellm-seti-0.7.0 (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/gkrellm-seti/files/digest-gkrellm-seti-0.7.0b b/x11-plugins/gkrellm-seti/files/digest-gkrellm-seti-0.7.0b
new file mode 100644
index 000000000000..9cde0e601af8
--- /dev/null
+++ b/x11-plugins/gkrellm-seti/files/digest-gkrellm-seti-0.7.0b
@@ -0,0 +1 @@
+MD5 bea7ca090a486560207544c1f665a2c1 seti-0.7.0b.tar.bz2 49835
diff --git a/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b.ebuild b/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b.ebuild
new file mode 100644
index 000000000000..b01a31c0ae9e
--- /dev/null
+++ b/x11-plugins/gkrellm-seti/gkrellm-seti-0.7.0b.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/gkrellm-seti/gkrellm-seti-0.7.0b.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+S=${WORKDIR}/${P//gkrellm-}
+DESCRIPTION="a Seti@Home Monitor Plugin for Gkrellm"
+SRC_URI="http://xavier.serpaggi.free.fr/seti/${P//gkrellm-}.tar.bz2"
+HOMEPAGE="http://xavier.serpaggi.free.fr/seti"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND="app-admin/gkrellm
+ "
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ exeinto /usr/lib/gkrellm/plugins
+ doexe seti.so
+ dodoc README ChangeLog COPYING NEWS
+}