Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Sat, 27 Jun 2009 12:37:35
Message-Id: E1MKX9w-0003vm-OT@stork.gentoo.org
1 yngwin 09/06/27 12:37:32
2
3 Modified: qt4-build.eclass
4 Log:
5 Slight adjustment in SRC_URI for qtsoftware.com
6
7 Revision Changes Path
8 1.39 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.39&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.39&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.38&r2=1.39
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.38
18 retrieving revision 1.39
19 diff -u -r1.38 -r1.39
20 --- qt4-build.eclass 6 Jun 2009 22:43:27 -0000 1.38
21 +++ qt4-build.eclass 27 Jun 2009 12:37:32 -0000 1.39
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.38 2009/06/06 22:43:27 hwoarang Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.39 2009/06/27 12:37:32 yngwin Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -58,7 +58,7 @@
31 S=${WORKDIR}/${MY_P}
32
33 HOMEPAGE="http://www.qtsoftware.com/"
34 -SRC_URI="http://download.qtsoftware.com/qt/source/${MY_P}.tar.bz2"
35 +SRC_URI="http://get.qtsoftware.com/qt/source/${MY_P}.tar.bz2"
36
37 case "${PV}" in
38 4.4.?) SRC_URI="${SRC_URI} mirror://gentoo/${MY_P}-headers.tar.bz2" ;;
39 @@ -218,7 +218,7 @@
40 -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \
41 -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \
42 -i "${S}"/mkspecs/common/g++.conf || die "sed ${S}/mkspecs/common/g++.conf failed"
43 -
44 +
45 base_src_prepare
46 }
47
48 @@ -299,7 +299,7 @@
49 -demosdir ${QTDEMOSDIR} -silent -fast
50 $([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions)
51 -reduce-relocations -nomake examples -nomake demos"
52 -
53 +
54 # Make eclass 4.5.{1,2} ready
55 case "${MY_PV}" in
56 4.5.1 | 4.5.2)
57 @@ -513,7 +513,7 @@
58
59 # @FUNCTION: qt_use
60 # @USAGE: < flag > [ feature ] [ enableval ]
61 -# @DESCRIPTION:
62 +# @DESCRIPTION:
63 # This will echo "${enableval}-${feature}" if <flag> is enabled, or
64 # "-no-${feature} if the flag is disabled. If [feature] is not specified <flag>
65 # will be used for that. If [enableval] is not specified, it omits the
66 @@ -605,7 +605,7 @@
67
68 # @FUNCTION: qt_mkspecs_dir
69 # @RETURN: the specs-directory w/o path
70 -# @DESCRIPTION:
71 +# @DESCRIPTION:
72 # Allows us to define which mkspecs dir we want to use.
73 qt_mkspecs_dir() {
74 # Allows us to define which mkspecs dir we want to use.