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-qt3support: qt-qt3support-4.8.0.ebuild metadata.xml ChangeLog
Date: Sun, 29 Jan 2012 17:06:50
Message-Id: 20120129170641.820E820034@flycatcher.gentoo.org
1 wired 12/01/29 17:06:41
2
3 Modified: metadata.xml ChangeLog
4 Added: qt-qt3support-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.5 x11-libs/qt-qt3support/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 18 Feb 2010 00:10:13 -0000 1.4
24 +++ metadata.xml 29 Jan 2012 17:06:41 -0000 1.5
25 @@ -11,5 +11,7 @@
26 <flag name='kde'>
27 Select <pkg>media-sound/phonon</pkg> as phonon variant needed for kde
28 </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.103 x11-libs/qt-qt3support/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?rev=1.103&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?rev=1.103&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?r1=1.102&r2=1.103
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v
45 retrieving revision 1.102
46 retrieving revision 1.103
47 diff -u -r1.102 -r1.103
48 --- ChangeLog 27 Dec 2011 21:29:50 -0000 1.102
49 +++ ChangeLog 29 Jan 2012 17:06:41 -0000 1.103
50 @@ -1,6 +1,12 @@
51 # ChangeLog for x11-libs/qt-qt3support
52 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.102 2011/12/27 21:29:50 maekke Exp $
54 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.103 2012/01/29 17:06:41 wired Exp $
56 +
57 +*qt-qt3support-4.8.0 (29 Jan 2012)
58 +
59 + 29 Jan 2012; Alex Alexander <wired@g.o> +qt-qt3support-4.8.0.ebuild,
60 + metadata.xml:
61 + version bump
62
63 27 Dec 2011; Markus Meier <maekke@g.o> qt-qt3support-4.7.4.ebuild:
64 x86 stable, bug #390963
65
66
67
68 1.1 x11-libs/qt-qt3support/qt-qt3support-4.8.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.8.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.8.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: qt-qt3support-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-qt3support/qt-qt3support-4.8.0.ebuild,v 1.1 2012/01/29 17:06:41 wired Exp $
78
79 EAPI="3"
80 inherit qt4-build
81
82 DESCRIPTION="The Qt3 support module for the Qt toolkit"
83 SLOT="4"
84 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
85 IUSE="+accessibility kde phonon"
86
87 DEPEND="~x11-libs/qt-core-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]
88 ~x11-libs/qt-gui-${PV}[accessibility=,aqua=,c++0x=,qpa=,debug=,qt3support]
89 ~x11-libs/qt-sql-${PV}[aqua=,c++0x=,qpa=,debug=,qt3support]
90 phonon? (
91 !kde? ( || ( ~x11-libs/qt-phonon-${PV}[aqua=,c++0x=,qpa=,debug=]
92 media-libs/phonon[aqua=,gstreamer] ) )
93 kde? ( media-libs/phonon[aqua=,gstreamer] ) )"
94
95 RDEPEND="${DEPEND}"
96
97 pkg_setup() {
98 QT4_TARGET_DIRECTORIES="
99 src/qt3support
100 src/tools/uic3
101 tools/designer/src/plugins/widgets
102 tools/porting"
103
104 QT4_EXTRACT_DIRECTORIES="src include tools"
105
106 qt4-build_pkg_setup
107 }
108
109 src_configure() {
110 myconf="${myconf} -qt3support
111 $(qt_use phonon gstreamer)
112 $(qt_use phonon)
113 $(qt_use accessibility)"
114 qt4-build_src_configure
115 }