Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-script: ChangeLog qt-script-4.5.0_rc1.ebuild
Date: Wed, 25 Feb 2009 09:25:49
Message-Id: E1LcG1T-0001zd-Gd@stork.gentoo.org
1 hwoarang 09/02/25 09:25:47
2
3 Modified: ChangeLog qt-script-4.5.0_rc1.ebuild
4 Log:
5 Added iconv use flag ( bug #260145 )
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.25 x11-libs/qt-script/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 18 Feb 2009 19:44:08 -0000 1.24
22 +++ ChangeLog 25 Feb 2009 09:25:47 -0000 1.25
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/qt-script
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.24 2009/02/18 19:44:08 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/ChangeLog,v 1.25 2009/02/25 09:25:47 hwoarang Exp $
28 +
29 + 25 Feb 2009; Markos Chandras <hwoarang@g.o>
30 + qt-script-4.5.0_rc1.ebuild:
31 + Added iconv use flag ( bug #260145 )
32
33 18 Feb 2009; Jeroen Roovers <jer@g.o> qt-script-4.4.2.ebuild:
34 Stable for HPPA (bug #248083).
35
36
37
38 1.2 x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild?r1=1.1&r2=1.2
43
44 Index: qt-script-4.5.0_rc1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- qt-script-4.5.0_rc1.ebuild 11 Feb 2009 23:19:01 -0000 1.1
51 +++ qt-script-4.5.0_rc1.ebuild 25 Feb 2009 09:25:47 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:19:01 yngwin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-script/qt-script-4.5.0_rc1.ebuild,v 1.2 2009/02/25 09:25:47 hwoarang Exp $
57
58 EAPI="2"
59 inherit qt4-build
60 @@ -9,7 +9,7 @@
61 LICENSE="|| ( GPL-3 GPL-2 )"
62 SLOT="4"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 -IUSE=""
65 +IUSE="+iconv"
66
67 DEPEND="~x11-libs/qt-core-${PV}[debug=]"
68 RDEPEND="${DEPEND}"
69 @@ -22,9 +22,9 @@
70 src/corelib/"
71
72 src_configure() {
73 - myconf="${myconf} -no-xkb -no-fontconfig -no-xrender -no-xrandr
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 -iconv -no-cups -no-nis -no-gif -no-libpng
77 + -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
78 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
79 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
80 -no-fontconfig -no-glib -no-opengl -no-svg -no-gtkstyle"