Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-leds: gkrellm-leds-0.8.1.ebuild ChangeLog
Date: Fri, 11 Jan 2008 23:04:36
Message-Id: E1JDSvQ-0001Kf-WB@stork.gentoo.org
1 coldwind 08/01/11 23:04:32
2
3 Modified: gkrellm-leds-0.8.1.ebuild ChangeLog
4 Log:
5 Add missing deps (#204572), change HOMEPAGE, QA fixes.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.12 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild?r1=1.11&r2=1.12
14
15 Index: gkrellm-leds-0.8.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- gkrellm-leds-0.8.1.ebuild 9 Mar 2007 19:22:43 -0000 1.11
22 +++ gkrellm-leds-0.8.1.ebuild 11 Jan 2008 23:04:32 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild,v 1.11 2007/03/09 19:22:43 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild,v 1.12 2008/01/11 23:04:32 coldwind Exp $
29
30 inherit gkrellm-plugin
31
32 @@ -9,17 +9,20 @@
33 S=${WORKDIR}/${MY_P}
34 DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs"
35 SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz"
36 -HOMEPAGE="http://www.stud.ifi.uio.no/~oyvinha/gkleds/"
37 +HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/"
38
39 SLOT="2"
40 LICENSE="GPL-2"
41 KEYWORDS="x86 ppc sparc alpha amd64"
42
43 +DEPEND="x11-proto/inputproto"
44 +RDEPEND="x11-libs/libXtst"
45 +
46 PLUGIN_SO=gkleds.so
47
48 src_unpack() {
49 unpack ${A}
50 - cd ${S}
51 + cd "${S}"
52 # Includes for gcc-4
53 sed -i -e '/^#include <stdio.h>/a#include <string.h>' src/gkleds_com.h || die "Patch failed"
54 }
55
56
57
58 1.20 x11-plugins/gkrellm-leds/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog?rev=1.20&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog?rev=1.20&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog?r1=1.19&r2=1.20
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v
67 retrieving revision 1.19
68 retrieving revision 1.20
69 diff -u -r1.19 -r1.20
70 --- ChangeLog 9 Mar 2007 19:22:43 -0000 1.19
71 +++ ChangeLog 11 Jan 2008 23:04:32 -0000 1.20
72 @@ -1,6 +1,10 @@
73 # ChangeLog for x11-plugins/gkrellm-leds
74 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.19 2007/03/09 19:22:43 lack Exp $
76 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/ChangeLog,v 1.20 2008/01/11 23:04:32 coldwind Exp $
78 +
79 + 11 Jan 2008; Santiago M. Mola <coldwind@g.o>
80 + gkrellm-leds-0.8.1.ebuild:
81 + Add missing deps (#204572), change HOMEPAGE, QA fixes.
82
83 09 Mar 2007; Jim Ramsay <lack@g.o> gkrellm-leds-0.8.1.ebuild:
84 Updated to use new gkrellm-plugin eclass
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list