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-dbus: ChangeLog qt-dbus-4.7.2.ebuild
Date: Tue, 01 Mar 2011 19:06:58
Message-Id: 20110301190646.05C2320054@flycatcher.gentoo.org
1 tampakrap 11/03/01 19:06:46
2
3 Modified: ChangeLog
4 Added: qt-dbus-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.83 x11-libs/qt-dbus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.83&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.83&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?r1=1.82&r2=1.83
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
20 retrieving revision 1.82
21 retrieving revision 1.83
22 diff -u -r1.82 -r1.83
23 --- ChangeLog 23 Dec 2010 07:55:05 -0000 1.82
24 +++ ChangeLog 1 Mar 2011 19:06:45 -0000 1.83
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/qt-dbus
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.82 2010/12/23 07:55:05 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.83 2011/03/01 19:06:45 tampakrap Exp $
31 +
32 +*qt-dbus-4.7.2 (01 Mar 2011)
33 +
34 + 01 Mar 2011; Theo Chatzimichos <tampakrap@g.o> +qt-dbus-4.7.2.ebuild:
35 + Version bump Qt 4.7.2
36
37 23 Dec 2010; Samuli Suominen <ssuominen@g.o> qt-dbus-4.6.3.ebuild:
38 ppc64 stable wrt #341703
39
40
41
42 1.1 x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qt-dbus-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-dbus/qt-dbus-4.7.2.ebuild,v 1.1 2011/03/01 19:06:45 tampakrap Exp $
52
53 EAPI="3"
54 inherit qt4-build
55
56 DESCRIPTION="The DBus module for the Qt toolkit"
57 SLOT="4"
58 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"
59 IUSE=""
60
61 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]
62 >=sys-apps/dbus-1.0.2"
63 RDEPEND="${DEPEND}"
64
65 pkg_setup() {
66 QT4_TARGET_DIRECTORIES="
67 src/dbus
68 tools/qdbus/qdbus
69 tools/qdbus/qdbusxml2cpp
70 tools/qdbus/qdbuscpp2xml"
71 QCONFIG_ADD="dbus dbus-linked"
72 QCONFIG_DEFINE="QT_DBUS"
73
74 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
75 include/QtCore
76 include/QtDBus
77 include/QtXml
78 src/corelib
79 src/xml"
80
81 qt4-build_pkg_setup
82 }
83
84 src_configure() {
85 myconf="${myconf} -dbus-linked"
86 qt4-build_src_configure
87 }