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-dbus: metadata.xml ChangeLog qt-dbus-4.8.0.ebuild
Date: Sun, 29 Jan 2012 17:00:56
Message-Id: 20120129170046.8CFBF20034@flycatcher.gentoo.org
1 wired 12/01/29 17:00:46
2
3 Modified: metadata.xml ChangeLog
4 Added: qt-dbus-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-dbus/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/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:07:51 -0000 1.2
24 +++ metadata.xml 29 Jan 2012 17:00:46 -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.99 x11-libs/qt-dbus/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.99&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.99&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?r1=1.98&r2=1.99
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
45 retrieving revision 1.98
46 retrieving revision 1.99
47 diff -u -r1.98 -r1.99
48 --- ChangeLog 27 Dec 2011 21:27:00 -0000 1.98
49 +++ ChangeLog 29 Jan 2012 17:00:46 -0000 1.99
50 @@ -1,6 +1,12 @@
51 # ChangeLog for x11-libs/qt-dbus
52 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.98 2011/12/27 21:27:00 maekke Exp $
54 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.99 2012/01/29 17:00:46 wired Exp $
56 +
57 +*qt-dbus-4.8.0 (29 Jan 2012)
58 +
59 + 29 Jan 2012; Alex Alexander <wired@g.o> +qt-dbus-4.8.0.ebuild,
60 + metadata.xml:
61 + version bump
62
63 27 Dec 2011; Markus Meier <maekke@g.o> qt-dbus-4.7.4.ebuild:
64 x86 stable, bug #390963
65
66
67
68 1.1 x11-libs/qt-dbus/qt-dbus-4.8.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.8.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.8.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: qt-dbus-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-dbus/qt-dbus-4.8.0.ebuild,v 1.1 2012/01/29 17:00:46 wired Exp $
78
79 EAPI="3"
80 if [[ ${PV} == 4*9999 ]]; then
81 ECLASS="-edge"
82 fi
83 inherit qt4-build${ECLASS}
84
85 DESCRIPTION="The DBus module for the Qt toolkit"
86 SLOT="4"
87 if [[ ${PV} != 4*9999 ]]; then
88 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
89 else
90 KEYWORDS=""
91 fi
92 IUSE=""
93
94 DEPEND="~x11-libs/qt-core-${PV}[aqua=,c++0x=,qpa=,debug=]
95 >=sys-apps/dbus-1.0.2"
96 RDEPEND="${DEPEND}"
97
98 pkg_setup() {
99 QT4_TARGET_DIRECTORIES="
100 src/dbus
101 tools/qdbus/qdbus
102 tools/qdbus/qdbusxml2cpp
103 tools/qdbus/qdbuscpp2xml"
104 QCONFIG_ADD="dbus dbus-linked"
105 QCONFIG_DEFINE="QT_DBUS"
106
107 if [[ ${PV} != 4*9999 ]]; then
108 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
109 include/QtCore
110 include/QtDBus
111 include/QtXml
112 src/corelib
113 src/xml"
114 fi
115
116 qt4-build${ECLASS}_pkg_setup
117 }
118
119 src_configure() {
120 myconf="${myconf} -dbus-linked"
121 qt4-build${ECLASS}_src_configure
122 }