Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: wxwidgets.eclass
Date: Wed, 21 Nov 2007 01:29:20
Message-Id: E1IueOv-0001KV-Vj@stork.gentoo.org
1 dirtyepic 07/11/21 01:29:13
2
3 Modified: wxwidgets.eclass
4 Log:
5 Add "wxWidgets" to output so people know where the messages are coming from.
6
7 Revision Changes Path
8 1.22 eclass/wxwidgets.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/wxwidgets.eclass?rev=1.22&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/wxwidgets.eclass?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/wxwidgets.eclass?r1=1.21&r2=1.22
13
14 Index: wxwidgets.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- wxwidgets.eclass 18 Oct 2007 03:25:56 -0000 1.21
21 +++ wxwidgets.eclass 21 Nov 2007 01:29:13 -0000 1.22
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.21 2007/10/18 03:25:56 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.22 2007/11/21 01:29:13 dirtyepic Exp $
27
28 # @ECLASS: wxwidgets.eclass
29 # @MAINTAINER:
30 @@ -204,8 +204,8 @@
31 export WX_ECLASS_CONFIG="${WX_CONFIG}"
32
33 echo
34 - einfo "Requested: ${1} ${WX_GTK_VER}"
35 - einfo "Using: ${wxconf}"
36 + einfo "Requested wxWidgets: ${1} ${WX_GTK_VER}"
37 + einfo "Using wxWidgets: ${wxconf}"
38 echo
39 }
40
41
42
43
44 --
45 gentoo-commits@g.o mailing list