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-svg: ChangeLog qt-svg-4.5.0_rc1.ebuild
Date: Wed, 25 Feb 2009 09:36:20
Message-Id: E1LcGBd-0002GN-Dv@stork.gentoo.org
1 hwoarang 09/02/25 09:36:17
2
3 Modified: ChangeLog qt-svg-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.23 x11-libs/qt-svg/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 18 Feb 2009 19:56:49 -0000 1.22
22 +++ ChangeLog 25 Feb 2009 09:36:17 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/qt-svg
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.22 2009/02/18 19:56:49 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.23 2009/02/25 09:36:17 hwoarang Exp $
28 +
29 + 25 Feb 2009; Markos Chandras <hwoarang@g.o>
30 + qt-svg-4.5.0_rc1.ebuild:
31 + Added iconv use flag ( bug #260145 )
32
33 18 Feb 2009; Jeroen Roovers <jer@g.o> qt-svg-4.4.2.ebuild:
34 Stable for HPPA (bug #248083).
35
36
37
38 1.2 x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-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-svg/qt-svg-4.5.0_rc1.ebuild?r1=1.1&r2=1.2
43
44 Index: qt-svg-4.5.0_rc1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-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-svg-4.5.0_rc1.ebuild 11 Feb 2009 23:20:12 -0000 1.1
51 +++ qt-svg-4.5.0_rc1.ebuild 25 Feb 2009 09:36:17 -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-svg/qt-svg-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:20:12 yngwin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.5.0_rc1.ebuild,v 1.2 2009/02/25 09:36:17 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-gui-${PV}[debug=]"
68 RDEPEND="${DEPEND}"
69 @@ -34,9 +34,9 @@
70 src/3rdparty"
71
72 src_configure() {
73 - myconf="${myconf} -svg -no-xkb -no-fontconfig -no-xrender -no-xrandr
74 + myconf="${myconf} $(qt_use iconv) -svg -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 -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue"