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: ChangeLog qt-qt3support-4.5.3.ebuild
Date: Sun, 04 Oct 2009 10:24:38
Message-Id: E1MuOGZ-00075J-7J@stork.gentoo.org
1 wired 09/10/04 10:24:35
2
3 Modified: ChangeLog
4 Added: qt-qt3support-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.43 x11-libs/qt-qt3support/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 30 Jun 2009 15:07:15 -0000 1.42
23 +++ ChangeLog 4 Oct 2009 10:24:34 -0000 1.43
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/qt-qt3support
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.42 2009/06/30 15:07:15 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/ChangeLog,v 1.43 2009/10/04 10:24:34 wired Exp $
29 +
30 +*qt-qt3support-4.5.3 (04 Oct 2009)
31 +
32 + 04 Oct 2009; Alex Alexander <wired@g.o>
33 + +qt-qt3support-4.5.3.ebuild:
34 + version bump
35
36 30 Jun 2009; Raúl Porcel <armin76@g.o> qt-qt3support-4.5.1.ebuild:
37 ia64/sparc stable wrt #266201
38
39
40
41 1.1 x11-libs/qt-qt3support/qt-qt3support-4.5.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: qt-qt3support-4.5.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-qt3support/qt-qt3support-4.5.3.ebuild,v 1.1 2009/10/04 10:24:34 wired Exp $
51
52 EAPI="2"
53 inherit qt4-build
54
55 DESCRIPTION="The Qt3 support module for the Qt toolkit"
56 SLOT="4"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
58 IUSE="+accessibility kde phonon"
59
60 DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support]
61 ~x11-libs/qt-gui-${PV}[accessibility=,debug=,qt3support]
62 ~x11-libs/qt-sql-${PV}[debug=,qt3support]
63 phonon? (
64 !kde? ( || ( ~x11-libs/qt-phonon-${PV}[debug=]
65 media-sound/phonon[gstreamer] ) )
66 kde? ( media-sound/phonon[gstreamer] )
67 )"
68 RDEPEND="${DEPEND}"
69
70 QT4_TARGET_DIRECTORIES="
71 src/qt3support
72 src/tools/uic3
73 tools/designer/src/plugins/widgets
74 tools/qtconfig
75 tools/porting"
76 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
77 src/
78 include/
79 tools/"
80
81 src_configure() {
82 myconf="${myconf} -qt3support
83 $(qt_use phonon gstreamer)
84 $(qt_use phonon)
85 $(qt_use accessibility)"
86 qt4-build_src_configure
87 }