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-script: metadata.xml ChangeLog qt-script-4.8.0.ebuild
Date: Sun, 29 Jan 2012 17:07:35
Message-Id: 20120129170726.2296420034@flycatcher.gentoo.org
1 wired 12/01/29 17:07:26
2
3 Modified: metadata.xml ChangeLog
4 Added: qt-script-4.8.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 x11-libs/qt-script/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 19 Nov 2010 03:25:40 -0000 1.4
24 +++ metadata.xml 29 Jan 2012 17:07:26 -0000 1.5
25 @@ -8,5 +8,7 @@
26 <flag name="private-headers">Install Qt declarative private headers
27 required by Qt-creator QmlDesigner and QmlInspector plugins"</flag>
28 <flag name="jit">Enables JIT for Javascript usage inside Qt</flag>
29 + <flag name='c++0x'>Build Qt using the C++11 standard</flag>
30 + <flag name='qpa'>Build a window system agnostic implementation of Qt</flag>
31 </use>
32 </pkgmetadata>
33
34
35
36 1.101 x11-libs/qt-script/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.101&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.101&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.100&r2=1.101
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
45 retrieving revision 1.100
46 retrieving revision 1.101
47 diff -u -r1.100 -r1.101
48 --- ChangeLog 27 Dec 2011 21:23:42 -0000 1.100
49 +++ ChangeLog 29 Jan 2012 17:07:26 -0000 1.101
50 @@ -1,6 +1,12 @@
51 # ChangeLog for x11-libs/qt-script
52 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.100 2011/12/27 21:23:42 maekke Exp $
54 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.101 2012/01/29 17:07:26 wired Exp $
56 +
57 +*qt-script-4.8.0 (29 Jan 2012)
58 +
59 + 29 Jan 2012; Alex Alexander <wired@g.o> +qt-script-4.8.0.ebuild,
60 + metadata.xml:
61 + version bump
62
63 27 Dec 2011; Markus Meier <maekke@g.o> qt-script-4.7.4.ebuild:
64 x86 stable, bug #390963
65
66
67
68 1.1 x11-libs/qt-script/qt-script-4.8.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-script/qt-script-4.8.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: qt-script-4.8.0.ebuild
74 ===================================================================
75 # Copyright 1999-2012 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.8.0.ebuild,v 1.1 2012/01/29 17:07:26 wired Exp $
78
79 EAPI="3"
80 inherit qt4-build
81
82 DESCRIPTION="The ECMAScript module for the Qt toolkit"
83 SLOT="4"
84 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
85 IUSE="iconv +jit"
86
87 DEPEND="~x11-libs/qt-core-${PV}[aqua=,c++0x=,qpa=,debug=]"
88 RDEPEND="${DEPEND}"
89
90 pkg_setup() {
91 QT4_TARGET_DIRECTORIES="src/script/"
92 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
93 include/Qt/
94 include/QtCore/
95 include/QtScript/
96 src/3rdparty/javascriptcore/
97 src/corelib/"
98
99 qt4-build_pkg_setup
100 }
101
102 src_configure() {
103 myconf="${myconf} $(qt_use iconv) $(qt_use jit javascript-jit) -no-xkb
104 -no-fontconfig -no-xrender -no-xrandr -no-xfixes -no-xcursor -no-xinerama
105 -no-xshape -no-sm -no-opengl -no-nas-sound -no-dbus -no-cups -no-nis -no-gif
106 -no-libpng -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
107 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff
108 -no-accessibility -no-fontconfig -no-glib -no-opengl -no-svg
109 -no-gtkstyle"
110 qt4-build_src_configure
111 }
112
113 src_install() {
114 qt4-build_src_install
115 #install private headers
116 insinto "${QTHEADERDIR#${EPREFIX}}"/QtScript/private
117 find "${S}"/src/script -type f -name "*_p.h" -exec doins {} \;
118 }