summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2010-07-28 12:50:27 +0000
committerJim Ramsay <lack@gentoo.org>2010-07-28 12:50:27 +0000
commit28a84044f89854a6d9e7db038402c679d2057593 (patch)
tree53d83f82d64a4317f104adeeb743f8d56674c400 /x11-plugins
parentFix e-mail address. (diff)
downloadgentoo-2-28a84044f89854a6d9e7db038402c679d2057593.tar.gz
gentoo-2-28a84044f89854a6d9e7db038402c679d2057593.tar.bz2
gentoo-2-28a84044f89854a6d9e7db038402c679d2057593.zip
Version bump (Bug #306027)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-leds/ChangeLog9
-rw-r--r--x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-plugins/gkrellm-leds/ChangeLog b/x11-plugins/gkrellm-leds/ChangeLog
index 9a597f2d22b4..b33ee429d3c4 100644
--- a/x11-plugins/gkrellm-leds/ChangeLog
+++ b/x11-plugins/gkrellm-leds/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gkrellm-leds
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.20 2008/01/11 23:04:32 coldwind Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.21 2010/07/28 12:50:27 lack Exp $
+
+*gkrellm-leds-0.8.2 (28 Jul 2010)
+
+ 28 Jul 2010; Jim Ramsay <lack@gentoo.org> +gkrellm-leds-0.8.2.ebuild:
+ Version bump (Bug #306027)
11 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
gkrellm-leds-0.8.1.ebuild:
diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild
new file mode 100644
index 000000000000..73940a94eb6e
--- /dev/null
+++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild,v 1.1 2010/07/28 12:50:27 lack Exp $
+
+EAPI="3"
+inherit gkrellm-plugin
+
+IUSE=""
+MY_P=${P/rellm-/}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
+SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
+HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
+
+DEPEND="x11-proto/inputproto"
+RDEPEND="x11-libs/libXtst"
+
+PLUGIN_SO="src/.libs/gkleds.so"