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: qt-4.5.3.ebuild ChangeLog
Date: Sun, 04 Oct 2009 10:29:36
Message-Id: E1MuOLO-0007Iv-As@stork.gentoo.org
1 wired 09/10/04 10:29:34
2
3 Modified: ChangeLog
4 Added: qt-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.587 x11-libs/qt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.587&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.587&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?r1=1.586&r2=1.587
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v
19 retrieving revision 1.586
20 retrieving revision 1.587
21 diff -u -r1.586 -r1.587
22 --- ChangeLog 2 Aug 2009 21:54:28 -0000 1.586
23 +++ ChangeLog 4 Oct 2009 10:29:33 -0000 1.587
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/qt
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.586 2009/08/02 21:54:28 tommy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.587 2009/10/04 10:29:33 wired Exp $
29 +
30 +*qt-4.5.3 (04 Oct 2009)
31 +
32 + 04 Oct 2009; Alex Alexander <wired@g.o> +qt-4.5.3.ebuild:
33 + version bump
34
35 02 Aug 2009; Thomas Sachau (Tommy[D]) <tommy@g.o>
36 qt-3.3.8b-r1.ebuild, qt-3.3.8b-r2.ebuild:
37
38
39
40 1.1 x11-libs/qt/qt-4.5.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/qt-4.5.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/qt-4.5.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-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/qt-4.5.3.ebuild,v 1.1 2009/10/04 10:29:33 wired Exp $
50
51 EAPI=2
52 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
53 HOMEPAGE="http://www.qtsoftware.com/"
54
55 LICENSE="|| ( LGPL-2.1 GPL-3 )"
56 SLOT="4"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
58 IUSE="dbus kde opengl qt3support"
59
60 DEPEND=""
61 RDEPEND="~x11-libs/qt-core-${PV}
62 ~x11-libs/qt-gui-${PV}
63 ~x11-libs/qt-svg-${PV}
64 ~x11-libs/qt-sql-${PV}
65 ~x11-libs/qt-script-${PV}
66 ~x11-libs/qt-xmlpatterns-${PV}
67 dbus? ( ~x11-libs/qt-dbus-${PV} )
68 opengl? ( ~x11-libs/qt-opengl-${PV} )
69 !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) )
70 kde? ( media-sound/phonon )
71 qt3support? ( ~x11-libs/qt-qt3support-${PV} )
72 ~x11-libs/qt-webkit-${PV}
73 ~x11-libs/qt-test-${PV}
74 ~x11-libs/qt-assistant-${PV}"
75
76 pkg_postinst() {
77 echo
78 elog "Please note that this meta package is only provided for convenience."
79 elog "No packages should depend directly on this meta package, but on the"
80 elog "specific split Qt packages needed. This ebuild will be removed in"
81 elog "future versions. Users that want all Qt components installed are"
82 elog "advised to use the set currently available in qting-edge overlay."
83 echo
84 }