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-svg: ChangeLog qt-svg-4.6.0-r1.ebuild qt-svg-4.6.0.ebuild
Date: Fri, 25 Dec 2009 15:45:58
Message-Id: E1NOCMW-0004GR-5Y@stork.gentoo.org
1 abcd 09/12/25 15:45:56
2
3 Modified: ChangeLog
4 Added: qt-svg-4.6.0-r1.ebuild
5 Removed: qt-svg-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.57 x11-libs/qt-svg/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.57&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?rev=1.57&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/ChangeLog?r1=1.56&r2=1.57
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v
20 retrieving revision 1.56
21 retrieving revision 1.57
22 diff -u -r1.56 -r1.57
23 --- ChangeLog 1 Dec 2009 18:11:40 -0000 1.56
24 +++ ChangeLog 25 Dec 2009 15:45:55 -0000 1.57
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/qt-svg
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.56 2009/12/01 18:11:40 tampakrap Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.57 2009/12/25 15:45:55 abcd Exp $
30 +
31 +*qt-svg-4.6.0-r1 (25 Dec 2009)
32 +
33 + 25 Dec 2009; Jonathan Callen <abcd@g.o> -qt-svg-4.6.0.ebuild,
34 + +qt-svg-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-svg-4.6.0_rc1.ebuild:
39
40
41
42 1.1 x11-libs/qt-svg/qt-svg-4.6.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-4.6.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-svg/qt-svg-4.6.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: qt-svg-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-svg/qt-svg-4.6.0-r1.ebuild,v 1.1 2009/12/25 15:45:55 abcd Exp $
52
53 EAPI="2"
54 inherit qt4-build
55
56 DESCRIPTION="The SVG 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="iconv"
60
61 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=]"
62 RDEPEND="${DEPEND}"
63
64 QT4_TARGET_DIRECTORIES="
65 src/svg
66 src/plugins/imageformats/svg
67 src/plugins/iconengines/svgiconengine"
68 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
69 include/QtSvg/
70 include/Qt/
71 include/QtGui/
72 include/QtCore/
73 include/QtXml/
74 src/corelib/
75 src/gui/
76 src/plugins/
77 src/xml
78 src/3rdparty"
79
80 QCONFIG_ADD="svg"
81 QCONFIG_DEFINE="QT_SVG"
82
83 src_configure() {
84 myconf="${myconf} $(qt_use iconv) -svg -no-xkb -no-fontconfig -no-xrender -no-xrandr
85 -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
86 -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
87 -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
88 -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
89 -v -no-fontconfig -no-glib -no-opengl -no-gtkstyle -continue"
90 qt4-build_src_configure
91 }