Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hwoarang 09/03/04 16:44:48
Modified: qt-test-4.5.0_rc1.ebuild ChangeLog
Log:
Adding iconv use flag ( bug #260145 )
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.4 x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild?r1=1.3&r2=1.4
Index: qt-test-4.5.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-test-4.5.0_rc1.ebuild 1 Mar 2009 11:00:58 -0000 1.3
+++ qt-test-4.5.0_rc1.ebuild 4 Mar 2009 16:44:44 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild,v 1.3 2009/03/01 11:00:58 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild,v 1.4 2009/03/04 16:44:44 hwoarang Exp $
EAPI="2"
inherit qt4-build
@@ -9,7 +9,7 @@
LICENSE="|| ( GPL-3 GPL-2 )"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
+IUSE="+iconv"
DEPEND="~x11-libs/qt-core-${PV}[debug=]"
RDEPEND="${DEPEND}"
@@ -21,9 +21,9 @@
src/corelib/"
src_configure() {
- myconf="${myconf} -no-xkb -no-fontconfig -no-xrender -no-xrandr
+ myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr
-no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl
- -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng
+ -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng
-no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon
-no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility
-no-fontconfig -no-glib -no-opengl -no-svg"
1.24 x11-libs/qt-test/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 1 Mar 2009 11:00:58 -0000 1.23
+++ ChangeLog 4 Mar 2009 16:44:44 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-test
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.23 2009/03/01 11:00:58 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.24 2009/03/04 16:44:44 hwoarang Exp $
+
+ 04 Mar 2009; Markos Chandras <hwoarang@g.o>
+ qt-test-4.5.0_rc1.ebuild:
+ Adding iconv use flag ( bug #260145 )
01 Mar 2009; Alexey Shvetsov <alexxy@g.o> qt-test-4.4.2.ebuild,
qt-test-4.5.0_rc1.ebuild:
|
|