Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt: ChangeLog qt-4.5.2.ebuild
Date: Sat, 27 Jun 2009 19:30:40
Message-Id: E1MKdbi-0004jY-4M@stork.gentoo.org
1 yngwin 09/06/27 19:30:38
2
3 Modified: ChangeLog
4 Added: qt-4.5.2.ebuild
5 Log:
6 Qt 4.5.2 release version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.585 x11-libs/qt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.585&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.585&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/ChangeLog?r1=1.584&r2=1.585
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v
19 retrieving revision 1.584
20 retrieving revision 1.585
21 diff -u -r1.584 -r1.585
22 --- ChangeLog 11 Jun 2009 20:46:10 -0000 1.584
23 +++ ChangeLog 27 Jun 2009 19:30:37 -0000 1.585
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.584 2009/06/11 20:46:10 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.585 2009/06/27 19:30:37 yngwin Exp $
29 +
30 +*qt-4.5.2 (27 Jun 2009)
31 +
32 + 27 Jun 2009; Ben de Groot <yngwin@g.o> +qt-4.5.2.ebuild:
33 + Qt 4.5.2 release version bump
34
35 *qt-3.3.8b-r2 (11 Jun 2009)
36
37
38
39
40 1.1 x11-libs/qt/qt-4.5.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/qt-4.5.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt/qt-4.5.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-4.5.2.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.2.ebuild,v 1.1 2009/06/27 19:30:38 yngwin 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 }