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/gkrellmwho
parentremoved gkrellkam (diff)
downloadhistorical-1fed4b4050ac9acbc09597627061960532fd38ae.tar.gz
historical-1fed4b4050ac9acbc09597627061960532fd38ae.tar.bz2
historical-1fed4b4050ac9acbc09597627061960532fd38ae.zip
moved to x11-plugins
Diffstat (limited to 'x11-plugins/gkrellmwho')
-rw-r--r--x11-plugins/gkrellmwho/ChangeLog14
-rw-r--r--x11-plugins/gkrellmwho/files/digest-gkrellmwho-0.41
-rw-r--r--x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild23
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-plugins/gkrellmwho/ChangeLog b/x11-plugins/gkrellmwho/ChangeLog
new file mode 100644
index 000000000000..67ac34db0ec3
--- /dev/null
+++ b/x11-plugins/gkrellmwho/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for x11-plugins/gkrellmwho
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwho/ChangeLog,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+*gkrellmwho-0.4 (19 Feb 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Relocated to x11-plugins
+
+ 19 Feb 2002; Aron Griffis <agriffis@gentoo.org> gkrellmwho-0.4.ebuild:
+
+ Added gkrellmwho plugin for gkrellm. Thanks to Seemant Kulleen for the
+ ebuild.
diff --git a/x11-plugins/gkrellmwho/files/digest-gkrellmwho-0.4 b/x11-plugins/gkrellmwho/files/digest-gkrellmwho-0.4
new file mode 100644
index 000000000000..3ef31a32c11b
--- /dev/null
+++ b/x11-plugins/gkrellmwho/files/digest-gkrellmwho-0.4
@@ -0,0 +1 @@
+MD5 f12870678fb901208c0f8102840c35fd gkrellmwho-0.4.tar.gz 5842
diff --git a/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild b/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild
new file mode 100644
index 000000000000..cc34c2b033ae
--- /dev/null
+++ b/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild
@@ -0,0 +1,23 @@
+# 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/gkrellmwho/gkrellmwho-0.4.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GKrellM plugin which displays users logged in"
+SRC_URI="http://web.wt.net/~billw/gkrellm/Plugins/${P}.tar.gz"
+HOMEPAGE="http://web.wt.net/~billw/gkrellm/Plugins"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND=">=app-admin/gkrellm-1.0.6"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ insinto /usr/lib/gkrellm/plugins
+ doins gkrellmwho.so
+ dodoc README
+}