Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-leds: ChangeLog gkrellm-leds-0.8.2.ebuild
Date: Wed, 28 Jul 2010 12:50:32
Message-Id: 20100728125028.3A5BD2CE15@corvid.gentoo.org
1 lack 10/07/28 12:50:27
2
3 Modified: ChangeLog
4 Added: gkrellm-leds-0.8.2.ebuild
5 Log:
6 Version bump (Bug #306027)
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.21 x11-plugins/gkrellm-leds/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 11 Jan 2008 23:04:32 -0000 1.20
23 +++ ChangeLog 28 Jul 2010 12:50:27 -0000 1.21
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-plugins/gkrellm-leds
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.20 2008/01/11 23:04:32 coldwind Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.21 2010/07/28 12:50:27 lack Exp $
30 +
31 +*gkrellm-leds-0.8.2 (28 Jul 2010)
32 +
33 + 28 Jul 2010; Jim Ramsay <lack@g.o> +gkrellm-leds-0.8.2.ebuild:
34 + Version bump (Bug #306027)
35
36 11 Jan 2008; Santiago M. Mola <coldwind@g.o>
37 gkrellm-leds-0.8.1.ebuild:
38
39
40
41 1.1 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gkrellm-leds-0.8.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI="3"
53 inherit gkrellm-plugin
54
55 IUSE=""
56 MY_P=${P/rellm-/}
57 S=${WORKDIR}/${MY_P}
58 DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
59 SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
60 HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
61
62 SLOT="2"
63 LICENSE="GPL-2"
64 KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
65
66 DEPEND="x11-proto/inputproto"
67 RDEPEND="x11-libs/libXtst"
68
69 PLUGIN_SO="src/.libs/gkleds.so"