Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
Date: Sun, 23 May 2010 10:44:02
Message-Id: 20100523104356.1BB542CC51@corvid.gentoo.org
1 angelos 10/05/23 10:43:55
2
3 Modified: ChangeLog xfce4-sensors-plugin-1.0.0.ebuild
4 Log:
5 Fix build for people having LINGUAS=nl (bug #312367)
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 xfce-extra/xfce4-sensors-plugin/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 12 May 2010 20:57:20 -0000 1.8
22 +++ ChangeLog 23 May 2010 10:43:55 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-extra/xfce4-sensors-plugin
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.8 2010/05/12 20:57:20 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.9 2010/05/23 10:43:55 angelos Exp $
28 +
29 + 23 May 2010; Christoph Mende <angelos@g.o>
30 + xfce4-sensors-plugin-1.0.0.ebuild:
31 + Fix build for people having LINGUAS=nl (bug #312367)
32
33 12 May 2010; Jeremy Olexa <darkside@g.o>
34 xfce4-sensors-plugin-1.0.0.ebuild:
35
36
37
38 1.7 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.6&r2=1.7
43
44 Index: xfce4-sensors-plugin-1.0.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- xfce4-sensors-plugin-1.0.0.ebuild 12 May 2010 20:57:20 -0000 1.6
51 +++ xfce4-sensors-plugin-1.0.0.ebuild 23 May 2010 10:43:55 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.6 2010/05/12 20:57:20 darkside Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.7 2010/05/23 10:43:55 angelos Exp $
57
58 EAUTORECONF=yes
59 EAPI=2
60 @@ -50,5 +50,6 @@
61 src_prepare() {
62 sed -i -e '/-no-undefined/d' src/Makefile.am || die
63 sed -i -e 's/-Werror//' configure.in || die
64 + sed -i -e '/^XDT_I18N/s/nl//' configure.in || die
65 xfconf_src_prepare
66 }