summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-03-23 16:38:26 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-03-23 16:38:26 +0000
commit9e9aa2c47557839267d66323a98ede27602134e6 (patch)
tree6ba8e919d1b9e90d385b44a493ed0837154cd111 /x11-plugins
parent---------------------------------------------------------------------- (diff)
downloadgentoo-2-9e9aa2c47557839267d66323a98ede27602134e6.tar.gz
gentoo-2-9e9aa2c47557839267d66323a98ede27602134e6.tar.bz2
gentoo-2-9e9aa2c47557839267d66323a98ede27602134e6.zip
Version bumped.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-console/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.1.21
-rw-r--r--x11-plugins/gkrellm-console/gkrellm-console-0.1.2.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-console/ChangeLog b/x11-plugins/gkrellm-console/ChangeLog
index 45e1e5b83658..e731b419988d 100644
--- a/x11-plugins/gkrellm-console/ChangeLog
+++ b/x11-plugins/gkrellm-console/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrellm-console
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-console/ChangeLog,v 1.5 2003/02/12 09:35:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-console/ChangeLog,v 1.6 2003/03/23 16:38:26 mholzer Exp $
+
+*gkrellm-console-0.1.2 (23 Mar 2003)
+
+ 23 Mar 2003; Martin Holzer <mholzer@gentoo.org>
+ gkrellm-console-0.1.2.ebuild:
+ Version bumped.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.1.2 b/x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.1.2
new file mode 100644
index 000000000000..e04ff5e2a23f
--- /dev/null
+++ b/x11-plugins/gkrellm-console/files/digest-gkrellm-console-0.1.2
@@ -0,0 +1 @@
+MD5 40b56e9a0c857cc7ea3ea0eacf40ed66 consolewatch-0.1.2.tar.gz 6139
diff --git a/x11-plugins/gkrellm-console/gkrellm-console-0.1.2.ebuild b/x11-plugins/gkrellm-console/gkrellm-console-0.1.2.ebuild
new file mode 100644
index 000000000000..953bd412a213
--- /dev/null
+++ b/x11-plugins/gkrellm-console/gkrellm-console-0.1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-console/gkrellm-console-0.1.2.ebuild,v 1.1 2003/03/23 16:38:26 mholzer 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 ~ppc ~sparc"
+
+DEPEND="=app-admin/gkrellm-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
+}