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
yngwin 09/03/04 21:00:08
Modified: ChangeLog
Added: qt-test-4.5.0.ebuild
Log:
Qt 4.5.0 release version bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.25 x11-libs/qt-test/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 4 Mar 2009 16:44:44 -0000 1.24
+++ ChangeLog 4 Mar 2009 21:00:05 -0000 1.25
@@ -1,6 +1,11 @@
# 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.24 2009/03/04 16:44:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.25 2009/03/04 21:00:05 yngwin Exp $
+
+*qt-test-4.5.0 (04 Mar 2009)
+
+ 04 Mar 2009; Ben de Groot <yngwin@g.o> +qt-test-4.5.0.ebuild:
+ Version bump
04 Mar 2009; Markos Chandras <hwoarang@g.o>
qt-test-4.5.0_rc1.ebuild:
1.1 x11-libs/qt-test/qt-test-4.5.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-test/qt-test-4.5.0.ebuild?rev=1.1&content-type=text/plain
Index: qt-test-4.5.0.ebuild
===================================================================
# 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.ebuild,v 1.1 2009/03/04 21:00:05 yngwin Exp $
EAPI="2"
inherit qt4-build
DESCRIPTION="The testing framework module for the Qt toolkit"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="+iconv"
DEPEND="~x11-libs/qt-core-${PV}[debug=]"
RDEPEND="${DEPEND}"
QT4_TARGET_DIRECTORIES="src/testlib"
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
include/QtTest/
include/QtCore/
src/corelib/"
src_configure() {
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 -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"
qt4-build_src_configure
}
|
|