Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Thu, 23 Apr 2009 11:45:41
Message-Id: E1LwxN5-00073M-1l@stork.gentoo.org
1 hwoarang 09/04/23 11:45:39
2
3 Modified: qt4-build.eclass
4 Log:
5 Make eclass 4.5.{1,2} ready
6
7 Revision Changes Path
8 1.32 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.31&r2=1.32
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- qt4-build.eclass 28 Mar 2009 02:29:24 -0000 1.31
21 +++ qt4-build.eclass 23 Apr 2009 11:45:38 -0000 1.32
22 @@ -1,6 +1,6 @@
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.31 2009/03/28 02:29:24 gengor Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.32 2009/04/23 11:45:38 hwoarang Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -52,7 +52,6 @@
31 # Check USE requirements
32 qt4-build_check_use
33 fi
34 -
35 # Set up installation directories
36 QTBASEDIR=/usr/$(get_libdir)/qt4
37 QTPREFIXDIR=/usr
38 @@ -229,6 +228,13 @@
39 -demosdir ${QTDEMOSDIR} -silent -fast
40 $([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions)
41 -reduce-relocations -nomake examples -nomake demos"
42 +
43 + # Make eclass 4.5.{1,2} ready
44 + case "${MY_PV}" in
45 + 4.5.1 | 4.5.2)
46 + myconf="${myconf} -opensource"
47 + ;;
48 + esac
49
50 echo "${myconf}"
51 }