Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Fri, 02 Oct 2009 16:39:43
Message-Id: E1MtlAT-0002pu-9t@stork.gentoo.org
1 wired 09/10/02 16:39:41
2
3 Modified: qt4-build.eclass
4 Log:
5 qt4-build.eclass 4.5.3 support
6
7 Revision Changes Path
8 1.46 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.46&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.46&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.45&r2=1.46
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.45
18 retrieving revision 1.46
19 diff -u -r1.45 -r1.46
20 --- qt4-build.eclass 2 Oct 2009 15:04:23 -0000 1.45
21 +++ qt4-build.eclass 2 Oct 2009 16:39:41 -0000 1.46
22 @@ -1,12 +1,13 @@
23 # Copyright 2007-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.45 2009/10/02 15:04:23 ayoy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.46 2009/10/02 16:39:41 wired Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 # Ben de Groot <yngwin@g.o>,
31 # Markos Chandras <hwoarang@g.o>,
32 # Caleb Tennis <caleb@g.o>
33 +# Alex Alexander <wired@g.o>
34 # @BLURB: Eclass for Qt4 split ebuilds.
35 # @DESCRIPTION:
36 # This eclass contains various functions that are used when building Qt4
37 @@ -305,9 +306,9 @@
38 $([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions)
39 -reduce-relocations -nomake examples -nomake demos"
40
41 - # Make eclass 4.5.{1,2} ready
42 + # Make eclass 4.5.x ready
43 case "${MY_PV}" in
44 - 4.5.1 | 4.5.2)
45 + 4.5.?)
46 myconf="${myconf} -opensource"
47 ;;
48 esac