Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: xfconf.eclass
Date: Sun, 01 May 2011 11:46:59
Message-Id: 20110501114649.8577A20054@flycatcher.gentoo.org
1 ssuominen 11/05/01 11:46:49
2
3 Modified: xfconf.eclass
4 Log:
5 Add similar output to eautoreconf to intltoolize
6
7 Revision Changes Path
8 1.33 eclass/xfconf.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.33&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.33&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?r1=1.32&r2=1.33
13
14 Index: xfconf.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v
17 retrieving revision 1.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- xfconf.eclass 30 Apr 2011 07:38:34 -0000 1.32
21 +++ xfconf.eclass 1 May 2011 11:46:49 -0000 1.33
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.32 2011/04/30 07:38:34 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.33 2011/05/01 11:46:49 ssuominen Exp $
27
28 # @ECLASS: xfconf.eclass
29 # @MAINTAINER:
30 @@ -80,7 +80,10 @@
31 base_src_prepare
32
33 if [[ -n $EINTLTOOLIZE ]]; then
34 - intltoolize --force --copy --automake || die
35 + local _intltoolize="intltoolize --force --copy --automake"
36 + ebegin "Running ${_intltoolize}"
37 + ${_intltoolize} || die
38 + eend $?
39 fi
40
41 if [[ -n $EAUTORECONF ]]; then