Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-test: metadata.xml ChangeLog qt-test-4.8.0.ebuild
Date: Sun, 29 Jan 2012 17:09:51
Message-Id: 20120129170942.AFA9D20034@flycatcher.gentoo.org
1 wired 12/01/29 17:09:42
2
3 Modified: metadata.xml ChangeLog
4 Added: qt-test-4.8.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-libs/qt-test/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 18 Feb 2010 00:11:47 -0000 1.2
24 +++ metadata.xml 29 Jan 2012 17:09:42 -0000 1.3
25 @@ -5,5 +5,7 @@
26 <use>
27 <flag name='exceptions'>Add support for exceptions - like catching them
28 inside the event loop (recommended by Nokia)</flag>
29 + <flag name='c++0x'>Build Qt using the C++11 standard</flag>
30 + <flag name='qpa'>Build a window system agnostic implementation of Qt</flag>
31 </use>
32 </pkgmetadata>
33
34
35
36 1.96 x11-libs/qt-test/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.96&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.96&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?r1=1.95&r2=1.96
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v
45 retrieving revision 1.95
46 retrieving revision 1.96
47 diff -u -r1.95 -r1.96
48 --- ChangeLog 27 Dec 2011 21:40:54 -0000 1.95
49 +++ ChangeLog 29 Jan 2012 17:09:42 -0000 1.96
50 @@ -1,6 +1,12 @@
51 # ChangeLog for x11-libs/qt-test
52 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.95 2011/12/27 21:40:54 maekke Exp $
54 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.96 2012/01/29 17:09:42 wired Exp $
56 +
57 +*qt-test-4.8.0 (29 Jan 2012)
58 +
59 + 29 Jan 2012; Alex Alexander <wired@g.o> +qt-test-4.8.0.ebuild,
60 + metadata.xml:
61 + version bump
62
63 27 Dec 2011; Markus Meier <maekke@g.o> qt-test-4.7.4.ebuild:
64 x86 stable, bug #390963
65
66
67
68 1.1 x11-libs/qt-test/qt-test-4.8.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.8.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.8.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: qt-test-4.8.0.ebuild
74 ===================================================================
75 # Copyright 1999-2012 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.8.0.ebuild,v 1.1 2012/01/29 17:09:42 wired Exp $
78
79 EAPI="3"
80 inherit qt4-build
81
82 DESCRIPTION="The testing framework module for the Qt toolkit"
83 SLOT="4"
84 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
85 IUSE="iconv"
86
87 DEPEND="~x11-libs/qt-core-${PV}[aqua=,c++0x=,qpa=,debug=]"
88 RDEPEND="${DEPEND}"
89
90 pkg_setup() {
91 QT4_TARGET_DIRECTORIES="src/testlib"
92 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
93 include/QtTest/
94 include/QtCore/
95 src/corelib/"
96
97 qt4-build_pkg_setup
98 }
99
100 src_configure() {
101 myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender
102 -no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm
103 -no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
104 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
105 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
106 -no-accessibility -no-fontconfig -no-glib -no-opengl -no-svg"
107 qt4-build_src_configure
108 }