summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/alltraxclock/ChangeLog10
-rw-r--r--x11-misc/glogwatch/ChangeLog10
-rw-r--r--x11-misc/glogwatch/files/digest-glogwatch-1.01
-rw-r--r--x11-misc/glogwatch/glogwatch-1.0.ebuild23
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-misc/alltraxclock/ChangeLog b/x11-misc/alltraxclock/ChangeLog
new file mode 100644
index 000000000000..6e2f38c44908
--- /dev/null
+++ b/x11-misc/alltraxclock/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/alltraxclock
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alltraxclock/ChangeLog,v 1.1 2002/02/20 02:50:33 agriffis Exp $
+
+*alltraxclock-0.2 (19 Feb 2002)
+
+ 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> alltraxclock-0.2.ebuild:
+
+ Added alltraxclock plugin for gkrellm. Thanks to Seemant Kulleen for the
+ ebuild.
diff --git a/x11-misc/glogwatch/ChangeLog b/x11-misc/glogwatch/ChangeLog
new file mode 100644
index 000000000000..8a2533e86ba3
--- /dev/null
+++ b/x11-misc/glogwatch/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/glogwatch
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glogwatch/ChangeLog,v 1.1 2002/02/20 02:50:33 agriffis Exp $
+
+*glogwatch-1.0 (19 Feb 2002)
+
+ 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> glogwatch-1.0.ebuild:
+
+ Added glogwatch plugin for gkrellm. Thanks to Seemant Kulleen for the
+ ebuild.
diff --git a/x11-misc/glogwatch/files/digest-glogwatch-1.0 b/x11-misc/glogwatch/files/digest-glogwatch-1.0
new file mode 100644
index 000000000000..0c0340d834e8
--- /dev/null
+++ b/x11-misc/glogwatch/files/digest-glogwatch-1.0
@@ -0,0 +1 @@
+MD5 d1b9459fd2ce25ee832e63730a9ac606 glogwatch-1.0.tar.gz 4977
diff --git a/x11-misc/glogwatch/glogwatch-1.0.ebuild b/x11-misc/glogwatch/glogwatch-1.0.ebuild
new file mode 100644
index 000000000000..57ceacd6c27f
--- /dev/null
+++ b/x11-misc/glogwatch/glogwatch-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Seemant Kulleen <seemant@rocketmail.com>
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/glogwatch/glogwatch-1.0.ebuild,v 1.1 2002/02/20 02:50:33 agriffis Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A Gkrellm plugin that tracks a log file."
+SRC_URI="http://www.uberh4x0r.org/download/gkrellm/${P}.tar.gz"
+HOMEPAGE="http://www.uberh4x0r.org/download/gkrellm"
+
+DEPEND=">=app-admin/gkrellm-1.0.6
+ >=x11-libs/gtk+-1.2.10-r4
+ >=media-libs/imlib-1.9.10-r1"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ exeinto /usr/lib/gkrellm/plugins
+ doexe glogwatch.so
+ dodoc README COPYRIGHT
+}