summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-30 09:06:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-30 09:06:56 +0000
commit4fdf3972bb978a702045a65192213f82243dbfd0 (patch)
tree0eb1fe81a7071fc46aaea08b030998d4bb2efbd1 /x11-plugins/gkrellm-leds
parentremoved xmms plugins (diff)
downloadgentoo-2-4fdf3972bb978a702045a65192213f82243dbfd0.tar.gz
gentoo-2-4fdf3972bb978a702045a65192213f82243dbfd0.tar.bz2
gentoo-2-4fdf3972bb978a702045a65192213f82243dbfd0.zip
gkleds to gkrellm-leds
Diffstat (limited to 'x11-plugins/gkrellm-leds')
-rw-r--r--x11-plugins/gkrellm-leds/ChangeLog17
-rw-r--r--x11-plugins/gkrellm-leds/files/digest-gkrellm-leds-0.6.11
-rw-r--r--x11-plugins/gkrellm-leds/gkrellm-leds-0.6.1.ebuild26
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-leds/ChangeLog b/x11-plugins/gkrellm-leds/ChangeLog
new file mode 100644
index 000000000000..58543947cffa
--- /dev/null
+++ b/x11-plugins/gkrellm-leds/ChangeLog
@@ -0,0 +1,17 @@
+# ChangeLog for x11-plugins/gkrellm-leds
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.1 2002/08/30 09:06:56 seemant Exp $
+
+*gkleds-0.6.1 (22 May 2002)
+
+ 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
+
+ Moved to x11-plugins and made the naming scheme gkrellm-leds instead.
+
+ 22 May 2002; Ryan Phillips <rphillips@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-leds/files/digest-gkrellm-leds-0.6.1 b/x11-plugins/gkrellm-leds/files/digest-gkrellm-leds-0.6.1
new file mode 100644
index 000000000000..b5ee9c0bf2ed
--- /dev/null
+++ b/x11-plugins/gkrellm-leds/files/digest-gkrellm-leds-0.6.1
@@ -0,0 +1 @@
+MD5 e4d78d16ea211d63988811e56f3c42e8 gkleds-0.6.1.tar.gz 21063
diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.6.1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.6.1.ebuild
new file mode 100644
index 000000000000..71b8784b89f8
--- /dev/null
+++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.6.1.ebuild
@@ -0,0 +1,26 @@
+# 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-leds/gkrellm-leds-0.6.1.ebuild,v 1.1 2002/08/30 09:06:56 seemant Exp $
+
+MY_P=${P/rellm-/}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Gkrellm plugin for monitoring keyboard LEDs"
+SRC_URI="http://www.stud.ifi.uio.no/~oyvinha/gkleds/${MY_P}.tar.gz"
+HOMEPAGE="http://www.stud.ifi.uio.no/~oyvinha/gkleds/"
+
+DEPEND="=app-admin/gkrellm-1.2*"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+ make || die
+}
+
+src_install() {
+ insinto /usr/lib/gkrellm/plugins
+ doins gkleds.so
+
+ dodoc COPYING Changelog License TODO INSTALL README
+}