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: qt-4.7.2.ebuild ChangeLog
Date: Tue, 01 Mar 2011 19:05:42
Message-Id: 20110301190531.DB80020054@flycatcher.gentoo.org
1 tampakrap 11/03/01 19:05:31
2
3 Modified: ChangeLog
4 Added: qt-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.628 x11-libs/qt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.628&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.628&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/ChangeLog?r1=1.627&r2=1.628
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v
20 retrieving revision 1.627
21 retrieving revision 1.628
22 diff -u -r1.627 -r1.628
23 --- ChangeLog 5 Dec 2010 21:51:09 -0000 1.627
24 +++ ChangeLog 1 Mar 2011 19:05:31 -0000 1.628
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/qt
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.627 2010/12/05 21:51:09 wired Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.628 2011/03/01 19:05:31 tampakrap Exp $
31 +
32 +*qt-4.7.2 (01 Mar 2011)
33 +
34 + 01 Mar 2011; Theo Chatzimichos <tampakrap@g.o> +qt-4.7.2.ebuild:
35 + Version bump Qt 4.7.2
36
37 05 Dec 2010; Alex Alexander <wired@g.o> -qt-4.5.3.ebuild:
38 removed 4.5.3
39
40
41
42 1.1 x11-libs/qt/qt-4.7.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/qt-4.7.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/qt-4.7.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qt-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/qt-4.7.2.ebuild,v 1.1 2011/03/01 19:05:31 tampakrap Exp $
52
53 EAPI=2
54 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
55 HOMEPAGE="http://qt.nokia.com/"
56
57 LICENSE="|| ( LGPL-2.1 GPL-3 )"
58 SLOT="4"
59 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
60 IUSE="dbus kde opengl qt3support"
61
62 DEPEND=""
63 RDEPEND="~x11-libs/qt-core-${PV}
64 ~x11-libs/qt-gui-${PV}
65 ~x11-libs/qt-svg-${PV}
66 ~x11-libs/qt-sql-${PV}
67 ~x11-libs/qt-script-${PV}
68 ~x11-libs/qt-xmlpatterns-${PV}
69 dbus? ( ~x11-libs/qt-dbus-${PV} )
70 opengl? ( ~x11-libs/qt-opengl-${PV} )
71 !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) )
72 kde? ( media-sound/phonon )
73 qt3support? ( ~x11-libs/qt-qt3support-${PV} )
74 ~x11-libs/qt-webkit-${PV}
75 ~x11-libs/qt-test-${PV}
76 ~x11-libs/qt-multimedia-${PV}
77 ~x11-libs/qt-declarative-${PV}
78 ~x11-libs/qt-assistant-${PV}"
79
80 pkg_postinst() {
81 echo
82 elog "Please note that this meta package is only provided for convenience."
83 elog "No packages should depend directly on this meta package, but on the"
84 elog "specific split Qt packages needed. This ebuild will be removed in"
85 elog "future versions. Users that want all Qt components installed are"
86 elog "advised to use the set currently available in qting-edge overlay."
87 echo
88 }