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, 21 Apr 2008 02:56:37
Message-Id: E1JnmCo-0003Rx-KD@stork.gentoo.org
1 zzam 08/04/21 02:56:34
2
3 Modified: vdr-plugin.eclass
4 Log:
5 Add back lost ebegin.
6
7 Revision Changes Path
8 1.57 eclass/vdr-plugin.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.57&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.57&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?r1=1.56&r2=1.57
13
14 Index: vdr-plugin.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v
17 retrieving revision 1.56
18 retrieving revision 1.57
19 diff -u -r1.56 -r1.57
20 --- vdr-plugin.eclass 21 Apr 2008 02:45:45 -0000 1.56
21 +++ vdr-plugin.eclass 21 Apr 2008 02:56:34 -0000 1.57
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.56 2008/04/21 02:45:45 zzam Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.57 2008/04/21 02:56:34 zzam Exp $
27 #
28 # Author:
29 # Matthias Schwarzott <zzam@g.o>
30 @@ -264,6 +264,7 @@
31 }
32
33 vdr_i18n_disable_gettext() {
34 + ebegin "Disabling gettext support in plugin"
35 # Remove i18n Target if using older vdr
36 sed -i Makefile \
37 -e '/^all:/s/ i18n//'
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list