Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: ChangeLog qt-opengl-4.6.0-r1.ebuild qt-opengl-4.6.0.ebuild
Date: Fri, 25 Dec 2009 15:42:05
Message-Id: E1NOCIk-0003oA-Sl@stork.gentoo.org
1 abcd 09/12/25 15:42:02
2
3 Modified: ChangeLog
4 Added: qt-opengl-4.6.0-r1.ebuild
5 Removed: qt-opengl-4.6.0.ebuild
6 Log:
7 Add prefix support, revbump due to otherwise unresolvable USE deps
8 (Portage version: -svn/cvs/Linux i686)
9
10 Revision Changes Path
11 1.56 x11-libs/qt-opengl/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.56&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.56&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-opengl/ChangeLog?r1=1.55&r2=1.56
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
20 retrieving revision 1.55
21 retrieving revision 1.56
22 diff -u -r1.55 -r1.56
23 --- ChangeLog 1 Dec 2009 18:17:25 -0000 1.55
24 +++ ChangeLog 25 Dec 2009 15:42:02 -0000 1.56
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/qt-opengl
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.55 2009/12/01 18:17:25 tampakrap Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.56 2009/12/25 15:42:02 abcd Exp $
30 +
31 +*qt-opengl-4.6.0-r1 (25 Dec 2009)
32 +
33 + 25 Dec 2009; Jonathan Callen <abcd@g.o> -qt-opengl-4.6.0.ebuild,
34 + +qt-opengl-4.6.0-r1.ebuild:
35 + Add prefix support, revbump due to otherwise unresolvable USE deps
36
37 01 Dec 2009; Theo Chatzimichos <tampakrap@g.o>
38 -qt-opengl-4.6.0_rc1.ebuild:
39
40
41
42 1.1 x11-libs/qt-opengl/qt-opengl-4.6.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.6.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.6.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qt-opengl-4.6.0-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.6.0-r1.ebuild,v 1.1 2009/12/25 15:42:02 abcd Exp $
52
53 EAPI="2"
54 inherit qt4-build
55
56 DESCRIPTION="The OpenGL module for the Qt toolkit"
57 SLOT="4"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
59 IUSE="qt3support"
60
61 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
62 ~x11-libs/qt-gui-${PV}[aqua=,debug=,qt3support=]
63 virtual/opengl
64 virtual/glu"
65 RDEPEND="${DEPEND}"
66
67 QT4_TARGET_DIRECTORIES="
68 src/opengl
69 src/plugins/graphicssystems/opengl"
70
71 QT4_EXTRACT_DIRECTORIES="
72 include/QtCore
73 include/QtGui
74 include/QtOpenGL
75 src/corelib
76 src/gui
77 src/opengl
78 src/plugins
79 src/3rdparty"
80
81 QCONFIG_ADD="opengl"
82 QCONFIG_DEFINE="QT_OPENGL"
83
84 src_configure() {
85 myconf="${myconf} -opengl
86 $(qt_use qt3support)"
87
88 qt4-build_src_configure
89
90 # Not building tools/designer/src/plugins/tools/view3d as it's
91 # commented out of the build in the source
92 }