diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-02-11 23:21:59 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-02-11 23:21:59 +0000 |
commit | 2ba4c4a8b8d5b4ff1520f4c9d6c2716d561af450 (patch) | |
tree | 66b518e93a1cc314459e36bf017fb0084cc16eee /x11-libs/qt-test | |
parent | Keyworded on alpha, bug #258611 (diff) | |
download | historical-2ba4c4a8b8d5b4ff1520f4c9d6c2716d561af450.tar.gz historical-2ba4c4a8b8d5b4ff1520f4c9d6c2716d561af450.tar.bz2 historical-2ba4c4a8b8d5b4ff1520f4c9d6c2716d561af450.zip |
Qt 4.5.0_rc1 version bump
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'x11-libs/qt-test')
-rw-r--r-- | x11-libs/qt-test/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog index 1fcce162084f..39f8bf3d76b6 100644 --- a/x11-libs/qt-test/ChangeLog +++ b/x11-libs/qt-test/ChangeLog @@ -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.19 2009/02/06 16:26:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.20 2009/02/11 23:20:44 yngwin Exp $ + +*qt-test-4.5.0_rc1 (11 Feb 2009) + + 11 Feb 2009; Ben de Groot <yngwin@gentoo.org> +qt-test-4.5.0_rc1.ebuild: + Version bump 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qt-test-4.4.2.ebuild: ia64/sparc stable wrt #248038 diff --git a/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild b/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild new file mode 100644 index 000000000000..36a91041eacc --- /dev/null +++ b/x11-libs/qt-test/qt-test-4.5.0_rc1.ebuild @@ -0,0 +1,32 @@ +# 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.1 2009/02/11 23:20:44 yngwin Exp $ + +EAPI="2" +inherit qt4-build + +DESCRIPTION="The testing framework module for the Qt toolkit" +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +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/testlib/" + +src_configure() { + myconf="${myconf} -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-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 +} |