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: ChangeLog qt-dbus-4.5.3.ebuild
Date: Sun, 04 Oct 2009 10:24:06
Message-Id: E1MuOG4-00073X-Op@stork.gentoo.org
1 wired 09/10/04 10:24:04
2
3 Modified: ChangeLog
4 Added: qt-dbus-4.5.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.36 x11-libs/qt-dbus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-dbus/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 30 Jun 2009 15:01:43 -0000 1.35
23 +++ ChangeLog 4 Oct 2009 10:24:04 -0000 1.36
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/qt-dbus
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.35 2009/06/30 15:01:43 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.36 2009/10/04 10:24:04 wired Exp $
29 +
30 +*qt-dbus-4.5.3 (04 Oct 2009)
31 +
32 + 04 Oct 2009; Alex Alexander <wired@g.o> +qt-dbus-4.5.3.ebuild:
33 + version bump
34
35 30 Jun 2009; Raúl Porcel <armin76@g.o> qt-dbus-4.5.1.ebuild:
36 ia64/sparc stable wrt #266201
37
38
39
40 1.1 x11-libs/qt-dbus/qt-dbus-4.5.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.5.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.5.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-dbus-4.5.3.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.5.3.ebuild,v 1.1 2009/10/04 10:24:04 wired Exp $
50
51 EAPI="2"
52 inherit qt4-build
53
54 DESCRIPTION="The DBus module for the Qt toolkit"
55 SLOT="4"
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
57 IUSE=""
58
59 DEPEND="~x11-libs/qt-core-${PV}[debug=]
60 >=sys-apps/dbus-1.0.2"
61 RDEPEND="${DEPEND}"
62
63 QT4_TARGET_DIRECTORIES="
64 src/dbus
65 tools/qdbus/qdbus
66 tools/qdbus/qdbusxml2cpp
67 tools/qdbus/qdbuscpp2xml"
68 QCONFIG_ADD="dbus dbus-linked"
69 QCONFIG_DEFINE="QT_DBUS"
70
71 #FIXME: Check if these are still needed with the header package
72 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
73 include/QtCore
74 include/QtDBus
75 include/QtXml
76 src/corelib
77 src/xml"
78
79 PATCHES=(
80 "${FILESDIR}/qt-4.5-nolibx11.diff"
81 )
82
83 src_configure() {
84 myconf="${myconf} -dbus-linked"
85 qt4-build_src_configure
86 }