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: qt-script-4.5.3.ebuild ChangeLog
Date: Sun, 04 Oct 2009 10:21:00
Message-Id: E1MuOD4-0006qy-U4@stork.gentoo.org
1 wired 09/10/04 10:20:58
2
3 Modified: ChangeLog
4 Added: qt-script-4.5.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 x11-libs/qt-script/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 30 Jun 2009 15:02:41 -0000 1.38
23 +++ ChangeLog 4 Oct 2009 10:20:58 -0000 1.39
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/qt-script
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.38 2009/06/30 15:02:41 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.39 2009/10/04 10:20:58 wired Exp $
29 +
30 +*qt-script-4.5.3 (04 Oct 2009)
31 +
32 + 04 Oct 2009; Alex Alexander <wired@g.o> +qt-script-4.5.3.ebuild:
33 + version bump
34
35 30 Jun 2009; Raúl Porcel <armin76@g.o> qt-script-4.5.1.ebuild:
36 ia64/sparc stable wrt #266201
37
38
39
40 1.1 x11-libs/qt-script/qt-script-4.5.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/qt-script-4.5.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/qt-script-4.5.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qt-script-4.5.3.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.3.ebuild,v 1.1 2009/10/04 10:20:58 wired Exp $
50
51 EAPI="2"
52 inherit qt4-build
53
54 DESCRIPTION="The ECMAScript module for the Qt toolkit"
55 SLOT="4"
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
57 IUSE="iconv"
58
59 DEPEND="~x11-libs/qt-core-${PV}[debug=]"
60 RDEPEND="${DEPEND}"
61
62 QT4_TARGET_DIRECTORIES="src/script/"
63 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
64 include/Qt/
65 include/QtCore/
66 include/QtScript/
67 src/corelib/"
68
69 PATCHES=(
70 "${FILESDIR}/qt-4.5-nolibx11.diff"
71 )
72
73 src_configure() {
74 myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr
75 -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
76 -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
77 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
78 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
79 -no-fontconfig -no-glib -no-opengl -no-svg -no-gtkstyle"
80 qt4-build_src_configure
81 }