Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-test: qt-test-4.7.2.ebuild ChangeLog
Date: Tue, 01 Mar 2011 19:11:28
Message-Id: 20110301191117.7E4EC20054@flycatcher.gentoo.org
1 tampakrap 11/03/01 19:11:17
2
3 Modified: ChangeLog
4 Added: qt-test-4.7.2.ebuild
5 Log:
6 Version bump Qt 4.7.2
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.82 x11-libs/qt-test/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.82&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.82&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/ChangeLog?r1=1.81&r2=1.82
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v
20 retrieving revision 1.81
21 retrieving revision 1.82
22 diff -u -r1.81 -r1.82
23 --- ChangeLog 23 Dec 2010 07:57:13 -0000 1.81
24 +++ ChangeLog 1 Mar 2011 19:11:17 -0000 1.82
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/qt-test
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.81 2010/12/23 07:57:13 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.82 2011/03/01 19:11:17 tampakrap Exp $
31 +
32 +*qt-test-4.7.2 (01 Mar 2011)
33 +
34 + 01 Mar 2011; Theo Chatzimichos <tampakrap@g.o> +qt-test-4.7.2.ebuild:
35 + Version bump Qt 4.7.2
36
37 23 Dec 2010; Samuli Suominen <ssuominen@g.o> qt-test-4.6.3.ebuild:
38 ppc64 stable wrt #341703
39
40
41
42 1.1 x11-libs/qt-test/qt-test-4.7.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.7.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-test/qt-test-4.7.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qt-test-4.7.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.7.2.ebuild,v 1.1 2011/03/01 19:11:17 tampakrap Exp $
52
53 EAPI="3"
54 inherit qt4-build
55
56 DESCRIPTION="The testing framework module for the Qt toolkit"
57 SLOT="4"
58 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"
59 IUSE="iconv"
60
61 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]"
62 RDEPEND="${DEPEND}"
63
64 pkg_setup() {
65 QT4_TARGET_DIRECTORIES="src/testlib"
66 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
67 include/QtTest/
68 include/QtCore/
69 src/corelib/"
70
71 qt4-build_pkg_setup
72 }
73
74 src_configure() {
75 myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender
76 -no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm
77 -no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
78 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
79 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
80 -no-accessibility -no-fontconfig -no-glib -no-opengl -no-svg"
81 qt4-build_src_configure
82 }