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/gkrellm-console
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/gkrellm-console')
-rw-r--r--x11-plugins/gkrellm-console/ChangeLog14
-rw-r--r--x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.11
-rw-r--r--x11-plugins/gkrellm-console/gkrellm-console-0.1.ebuild27
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-console/ChangeLog b/x11-plugins/gkrellm-console/ChangeLog
new file mode 100644
index 000000000000..ddcd0ba0a4b4
--- /dev/null
+++ b/x11-plugins/gkrellm-console/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for x11-plugins/gkrellm-console
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-console/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+*gkrellm-console-0.1 (14 Apr 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 14 Apr 2002; Seemant Kulleen <seemant@gentoo.org> gkrellm-console-0.1.ebuild
+ files/digest-gkrellm-console-0.1 ChangeLog :
+
+ Initial package
diff --git a/x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.1 b/x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.1
new file mode 100644
index 000000000000..c6da23b09d67
--- /dev/null
+++ b/x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.1
@@ -0,0 +1 @@
+MD5 7d6fab50f08b4ceabfc06551d0479cd6 consolewatch-0.1.tar.gz 4446
diff --git a/x11-plugins/gkrellm-console/gkrellm-console-0.1.ebuild b/x11-plugins/gkrellm-console/gkrellm-console-0.1.ebuild
new file mode 100644
index 000000000000..da82ea3c0819
--- /dev/null
+++ b/x11-plugins/gkrellm-console/gkrellm-console-0.1.ebuild
@@ -0,0 +1,27 @@
+# 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-console/gkrellm-console-0.1.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+MY_P=consolewatch-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A GKrellM plugin that shows the users logged into each console"
+SRC_URI="http://gkrellm.luon.net/files/${MY_P}.tar.gz"
+HOMEPAGE="http://gkrellm.luon.net/consolewatch.phtml"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND=">=app-admin/gkrellm-1.0.6
+ =x11-libs/gtk+-1.2*
+ >=media-libs/imlib-1.9.10-r1"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ insinto /usr/lib/gkrellm/plugins
+ doins consolewatch.so
+ dodoc README Changelog TODO
+}