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: Mon, 02 Jun 2008 05:15:34
Message-Id: E1K32OF-0003Ho-OJ@stork.gentoo.org
1 zzam 08/06/02 05:15:27
2
3 Modified: vdr-plugin.eclass
4 Log:
5 Warn about useless leftover NO_GETTEXT_HACK if plugin already was updated for gettext.
6
7 Revision Changes Path
8 1.62 eclass/vdr-plugin.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.62&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.62&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?r1=1.61&r2=1.62
13
14 Index: vdr-plugin.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v
17 retrieving revision 1.61
18 retrieving revision 1.62
19 diff -u -r1.61 -r1.62
20 --- vdr-plugin.eclass 16 May 2008 13:52:16 -0000 1.61
21 +++ vdr-plugin.eclass 2 Jun 2008 05:15:27 -0000 1.62
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.61 2008/05/16 13:52:16 zzam Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.62 2008/06/02 05:15:27 zzam Exp $
27 #
28 # Author:
29 # Matthias Schwarzott <zzam@g.o>
30 @@ -297,6 +297,9 @@
31 einfo "VDR has gettext support"
32 if plugin_has_gettext; then
33 einfo "Plugin has gettext support, fine"
34 + if [[ ${NO_GETTEXT_HACK} == "1" ]]; then
35 + ewarn "Please remove left over NO_GETTEXT_HACK."
36 + fi
37 else
38 vdr_i18n_convert_to_gettext
39 if [[ $? != 0 ]]; then
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list