Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build.eclass
Date: Sun, 25 Dec 2011 18:50:03
Message-Id: 20111225184952.786702004B@flycatcher.gentoo.org
1 pesa 11/12/25 18:49:52
2
3 Modified: ChangeLog qt4-build.eclass
4 Log:
5 Delete obsolete sed on fvisibility.test, it's no longer needed in all versions of Qt currently available in the tree.
6
7 Revision Changes Path
8 1.54 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.54&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.54&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.53&r2=1.54
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.53
18 retrieving revision 1.54
19 diff -u -r1.53 -r1.54
20 --- ChangeLog 22 Dec 2011 18:01:12 -0000 1.53
21 +++ ChangeLog 25 Dec 2011 18:49:52 -0000 1.54
22 @@ -1,6 +1,10 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.53 2011/12/22 18:01:12 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.54 2011/12/25 18:49:52 pesa Exp $
27 +
28 + 25 Dec 2011; Davide Pesavento <pesa@g.o> qt4-build.eclass:
29 + Delete obsolete sed on fvisibility.test, it's no longer needed in all
30 + versions of Qt currently available in the tree.
31
32 22 Dec 2011; Michał Górny <mgorny@g.o> autotools-utils.eclass:
33 Add a note on AT_NOELIBTOOLIZE=yes in src_prepare(). Fixes #395649.
34
35
36
37 1.108 eclass/qt4-build.eclass
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.108&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.108&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.107&r2=1.108
42
43 Index: qt4-build.eclass
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
46 retrieving revision 1.107
47 retrieving revision 1.108
48 diff -u -r1.107 -r1.108
49 --- qt4-build.eclass 21 Dec 2011 23:38:45 -0000 1.107
50 +++ qt4-build.eclass 25 Dec 2011 18:49:52 -0000 1.108
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.107 2011/12/21 23:38:45 pesa Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.108 2011/12/25 18:49:52 pesa Exp $
56
57 # @ECLASS: qt4-build.eclass
58 # @MAINTAINER:
59 @@ -178,13 +178,6 @@
60 setqtenv
61 cd "${S}"
62
63 - # fix qt 4.7 regression that skips -fvisibility=hidden
64 - if version_is_at_least "4.7.0_beta1"; then
65 - sed -e "s/^gcc|g++)/*gcc|*g++)/" \
66 - -i config.tests/unix/fvisibility.test ||
67 - die "visibility fixing sed failed"
68 - fi
69 -
70 if version_is_at_least "4.7"; then
71 # fix libX11 dependency on non X packages
72 local nolibx11_pkgs="qt-core qt-dbus qt-script qt-sql qt-test qt-xmlpatterns"