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: ChangeLog qt-4.7.0.ebuild qt-4.6.1.ebuild
Date: Sat, 06 Nov 2010 20:12:15
Message-Id: 20101106201212.3550220051@flycatcher.gentoo.org
1 wired 10/11/06 20:12:12
2
3 Modified: ChangeLog
4 Added: qt-4.7.0.ebuild
5 Removed: qt-4.6.1.ebuild
6 Log:
7 removed old, added version 4.7.0 wrt bug #343953
8
9 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.625 x11-libs/qt/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.625&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/ChangeLog?rev=1.625&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/ChangeLog?r1=1.624&r2=1.625
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v
21 retrieving revision 1.624
22 retrieving revision 1.625
23 diff -u -r1.624 -r1.625
24 --- ChangeLog 13 Sep 2010 21:18:29 -0000 1.624
25 +++ ChangeLog 6 Nov 2010 20:12:12 -0000 1.625
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/qt
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.624 2010/09/13 21:18:29 klausman Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.625 2010/11/06 20:12:12 wired Exp $
31 +
32 +*qt-4.7.0 (06 Nov 2010)
33 +
34 + 06 Nov 2010; Alex Alexander <wired@g.o> -qt-4.6.1.ebuild,
35 + +qt-4.7.0.ebuild:
36 + removed old, added version 4.7.0 wrt bug #343953
37
38 13 Sep 2010; Tobias Klausmann <klausman@g.o> qt-4.6.2.ebuild:
39 Stable on alpha, bug #297299
40
41
42
43 1.1 x11-libs/qt/qt-4.7.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/qt-4.7.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt/qt-4.7.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: qt-4.7.0.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.7.0.ebuild,v 1.1 2010/11/06 20:12:12 wired Exp $
53
54 EAPI=2
55 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
56 HOMEPAGE="http://qt.nokia.com/"
57
58 LICENSE="|| ( LGPL-2.1 GPL-3 )"
59 SLOT="4"
60 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
61 IUSE="dbus kde opengl qt3support"
62
63 DEPEND=""
64 RDEPEND="~x11-libs/qt-core-${PV}
65 ~x11-libs/qt-gui-${PV}
66 ~x11-libs/qt-svg-${PV}
67 ~x11-libs/qt-sql-${PV}
68 ~x11-libs/qt-script-${PV}
69 ~x11-libs/qt-xmlpatterns-${PV}
70 dbus? ( ~x11-libs/qt-dbus-${PV} )
71 opengl? ( ~x11-libs/qt-opengl-${PV} )
72 !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) )
73 kde? ( media-sound/phonon )
74 qt3support? ( ~x11-libs/qt-qt3support-${PV} )
75 ~x11-libs/qt-webkit-${PV}
76 ~x11-libs/qt-test-${PV}
77 ~x11-libs/qt-multimedia-${PV}
78 ~x11-libs/qt-declarative-${PV}
79 ~x11-libs/qt-assistant-${PV}"
80
81 pkg_postinst() {
82 echo
83 elog "Please note that this meta package is only provided for convenience."
84 elog "No packages should depend directly on this meta package, but on the"
85 elog "specific split Qt packages needed. This ebuild will be removed in"
86 elog "future versions. Users that want all Qt components installed are"
87 elog "advised to use the set currently available in qting-edge overlay."
88 echo
89 }