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-meta: metadata.xml ChangeLog qt-meta-4.7.ebuild qt-meta-4.6.ebuild
Date: Wed, 06 Apr 2011 21:01:45
Message-Id: 20110406210135.71F3A20054@flycatcher.gentoo.org
1 wired 11/04/06 21:01:35
2
3 Added: metadata.xml ChangeLog qt-meta-4.7.ebuild
4 qt-meta-4.6.ebuild
5 Log:
6 meta-package that installs all Qt modules. replaces x11-libs/qt.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 x11-libs/qt-meta/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>qt</herd>
22 <use>
23 <flag name='kde'>Select <pkg>media-sound/phonon</pkg> as phonon variant
24 needed for kde</flag>
25 <flag name='qt3support'>Enable the Qt3Support libraries for Qt4</flag>
26 </use>
27 </pkgmetadata>
28
29
30
31 1.1 x11-libs/qt-meta/ChangeLog
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for x11-libs/qt-meta
39 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-meta/ChangeLog,v 1.1 2011/04/06 21:01:35 wired Exp $
41
42 *qt-meta-4.7 (06 Apr 2011)
43 *qt-meta-4.6 (06 Apr 2011)
44
45 06 Apr 2011; Alex Alexander <wired@g.o> +qt-meta-4.6.ebuild,
46 +qt-meta-4.7.ebuild, +metadata.xml:
47 meta-package for users that need all Qt modules. replaces x11-libs/qt.
48
49
50
51
52 1.1 x11-libs/qt-meta/qt-meta-4.7.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/qt-meta-4.7.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/qt-meta-4.7.ebuild?rev=1.1&content-type=text/plain
56
57 Index: qt-meta-4.7.ebuild
58 ===================================================================
59 # Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-meta/qt-meta-4.7.ebuild,v 1.1 2011/04/06 21:01:35 wired Exp $
62
63 EAPI=2
64 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
65 HOMEPAGE="http://qt.nokia.com/"
66
67 LICENSE="|| ( LGPL-2.1 GPL-3 )"
68 SLOT="4"
69 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
70 IUSE="dbus kde opengl qt3support"
71
72 DEPEND=""
73 RDEPEND="
74 >=x11-libs/qt-core-${PV}
75 >=x11-libs/qt-gui-${PV}
76 >=x11-libs/qt-svg-${PV}
77 >=x11-libs/qt-sql-${PV}
78 >=x11-libs/qt-script-${PV}
79 >=x11-libs/qt-xmlpatterns-${PV}
80 dbus? ( >=x11-libs/qt-dbus-${PV} )
81 opengl? ( >=x11-libs/qt-opengl-${PV} )
82 !kde? ( || ( >=x11-libs/qt-phonon-${PV} media-libs/phonon ) )
83 kde? ( media-libs/phonon )
84 qt3support? ( >=x11-libs/qt-qt3support-${PV} )
85 >=x11-libs/qt-webkit-${PV}
86 >=x11-libs/qt-test-${PV}
87 >=x11-libs/qt-multimedia-${PV}
88 >=x11-libs/qt-declarative-${PV}
89 >=x11-libs/qt-assistant-${PV}"
90
91 pkg_postinst() {
92 echo
93 elog "Please note that this meta package is only provided for convenience."
94 elog "No packages should depend directly on this meta package, but on the"
95 elog "specific split Qt packages needed."
96 echo
97 }
98
99
100
101 1.1 x11-libs/qt-meta/qt-meta-4.6.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/qt-meta-4.6.ebuild?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-meta/qt-meta-4.6.ebuild?rev=1.1&content-type=text/plain
105
106 Index: qt-meta-4.6.ebuild
107 ===================================================================
108 # Copyright 1999-2011 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-meta/qt-meta-4.6.ebuild,v 1.1 2011/04/06 21:01:35 wired Exp $
111
112 EAPI=2
113 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
114 HOMEPAGE="http://qt.nokia.com/"
115
116 LICENSE="|| ( LGPL-2.1 GPL-3 )"
117 SLOT="4"
118 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
119 IUSE="dbus kde opengl qt3support"
120
121 DEPEND=""
122 RDEPEND=">=x11-libs/qt-core-${PV}
123 >=x11-libs/qt-gui-${PV}
124 >=x11-libs/qt-svg-${PV}
125 >=x11-libs/qt-sql-${PV}
126 >=x11-libs/qt-script-${PV}
127 >=x11-libs/qt-xmlpatterns-${PV}
128 dbus? ( >=x11-libs/qt-dbus-${PV} )
129 opengl? ( >=x11-libs/qt-opengl-${PV} )
130 !kde? ( || ( >=x11-libs/qt-phonon-${PV} media-libs/phonon ) )
131 kde? ( media-libs/phonon )
132 qt3support? ( >=x11-libs/qt-qt3support-${PV} )
133 >=x11-libs/qt-webkit-${PV}
134 >=x11-libs/qt-test-${PV}
135 >=x11-libs/qt-multimedia-${PV}
136 >=x11-libs/qt-assistant-${PV}"
137
138 pkg_postinst() {
139 echo
140 elog "Please note that this meta package is only provided for convenience."
141 elog "No packages should depend directly on this meta package, but on the"
142 elog "specific split Qt packages needed."
143 echo
144 }