Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vdr-plugin.eclass
Date: Tue, 22 Apr 2008 11:04:10
Message-Id: E1JoGIA-0004ke-29@stork.gentoo.org
1 zzam 08/04/22 11:04:06
2
3 Modified: vdr-plugin.eclass
4 Log:
5 Change message about failed gettext conversion to eerror.
6
7 Revision Changes Path
8 1.58 eclass/vdr-plugin.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.58&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.58&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?r1=1.57&r2=1.58
13
14 Index: vdr-plugin.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v
17 retrieving revision 1.57
18 retrieving revision 1.58
19 diff -u -r1.57 -r1.58
20 --- vdr-plugin.eclass 21 Apr 2008 02:56:34 -0000 1.57
21 +++ vdr-plugin.eclass 22 Apr 2008 11:04:05 -0000 1.58
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.57 2008/04/21 02:56:34 zzam Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.58 2008/04/22 11:04:05 zzam Exp $
27 #
28 # Author:
29 # Matthias Schwarzott <zzam@g.o>
30 @@ -279,9 +279,9 @@
31 else
32 vdr_i18n_convert_to_gettext
33 if [[ $? != 0 ]]; then
34 - ewarn ""
35 - ewarn "Plugin will have only english OSD texts"
36 - ewarn "it needs manual fixing."
37 + eerror ""
38 + eerror "Plugin will have only english OSD texts"
39 + eerror "it needs manual fixing."
40 fi
41 fi
42 else
43
44
45
46 --
47 gentoo-commits@l.g.o mailing list