diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-14 22:21:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-14 22:21:33 +0000 |
commit | 55cad5cef119cc28c26d270dcf3ff3714e6ba391 (patch) | |
tree | ef3f389a3c02b77ffa1a526ccce6e5a90a51dd99 /x11-plugins | |
parent | gkrellm2 version (diff) | |
download | gentoo-2-55cad5cef119cc28c26d270dcf3ff3714e6ba391.tar.gz gentoo-2-55cad5cef119cc28c26d270dcf3ff3714e6ba391.tar.bz2 gentoo-2-55cad5cef119cc28c26d270dcf3ff3714e6ba391.zip |
version for gkrellm2
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-leds/ChangeLog | 13 | ||||
-rw-r--r-- | x11-plugins/gkrellm-leds/files/digest-gkrellm-leds-0.8.0 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellm-leds/gkrellm-leds-0.8.0.ebuild | 26 |
3 files changed, 37 insertions, 3 deletions
diff --git a/x11-plugins/gkrellm-leds/ChangeLog b/x11-plugins/gkrellm-leds/ChangeLog index 7911eef8c16c..02293375cb17 100644 --- a/x11-plugins/gkrellm-leds/ChangeLog +++ b/x11-plugins/gkrellm-leds/ChangeLog @@ -1,11 +1,18 @@ # 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.4 2002/12/13 11:00:58 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.5 2002/12/14 22:21:33 seemant Exp $ + +*gkrellm-leds-0.8.0 (14 Dec 2002) + + 14 Dec 2002; Seemant Kulleen <seemant@gentoo.org> + gkrellm-leds-0.8.0.ebuild files/digest-gkrellm-leds-0.8.0 : + + Version for GKrellM2 + +*gkrellm-leds-0.6.1 (22 May 2002) 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords -*gkleds-0.6.1 (22 May 2002) - 11 Sep 2002; Owen Stampflee <owen@gentoo.org> : Added PPC to KEYWORDS. diff --git a/x11-plugins/gkrellm-leds/files/digest-gkrellm-leds-0.8.0 b/x11-plugins/gkrellm-leds/files/digest-gkrellm-leds-0.8.0 new file mode 100644 index 000000000000..f9f4293da825 --- /dev/null +++ b/x11-plugins/gkrellm-leds/files/digest-gkrellm-leds-0.8.0 @@ -0,0 +1 @@ +MD5 138314eab634dc197acf46032bb0fa15 gkleds-0.8.0.tar.gz 20678 diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.0.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.0.ebuild new file mode 100644 index 000000000000..cc435a4e351d --- /dev/null +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.0.ebuild,v 1.1 2002/12/14 22:21:33 seemant Exp $ + +MY_P=${P/rellm-/} +S=${WORKDIR}/${MY_P} +DESCRIPTION="GKrellM2 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-2*" + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc" + +src_compile() { + make || die +} + +src_install() { + insinto /usr/lib/gkrellm2/plugins + doins gkleds.so + + dodoc COPYING Changelog License TODO INSTALL README +} |