diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-02-11 23:21:26 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-02-11 23:21:26 +0000 |
commit | b2b63f9f585e244ad241953c66aa2dd3d54aed26 (patch) | |
tree | cbefb904e30f3d87608597c5f0f727c2d39fac35 /x11-libs | |
parent | Qt 4.5.0_rc1 version bump (diff) | |
download | gentoo-2-b2b63f9f585e244ad241953c66aa2dd3d54aed26.tar.gz gentoo-2-b2b63f9f585e244ad241953c66aa2dd3d54aed26.tar.bz2 gentoo-2-b2b63f9f585e244ad241953c66aa2dd3d54aed26.zip |
Qt 4.5.0_rc1 version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild | 35 |
2 files changed, 41 insertions, 1 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index 49c22ecbf986..d01699b141a7 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.19 2009/02/04 23:32:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.20 2009/02/11 23:21:26 yngwin Exp $ + +*qt-webkit-4.5.0_rc1 (11 Feb 2009) + + 11 Feb 2009; Ben de Groot <yngwin@gentoo.org> +qt-webkit-4.5.0_rc1.ebuild: + Version bump 04 Feb 2009; Brent Baude <ranger@gentoo.org> qt-webkit-4.4.2.ebuild: Marking qt-webkit-4.4.2 ppc64 stable for bug 248038 diff --git a/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild new file mode 100644 index 000000000000..f3f3dd835adc --- /dev/null +++ b/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.5.0_rc1.ebuild,v 1.1 2009/02/11 23:21:26 yngwin Exp $ + +EAPI="2" +inherit qt4-build + +DESCRIPTION="The Webkit module for the Qt toolkit" +LICENSE="|| ( GPL-3 GPL-2 )" +SLOT="4" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 -sparc ~x86" +IUSE="" + +DEPEND="~x11-libs/qt-core-${PV}[debug=,ssl] + ~x11-libs/qt-gui-${PV}[debug=] + || ( ~x11-libs/qt-phonon-${PV}:${SLOT}[debug=] media-sound/phonon )" +RDEPEND="${DEPEND}" + +QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview" +QT4_EXTRACT_DIRECTORIES=" +include/ +src/ +tools/" +QCONFIG_ADD="webkit" +QCONFIG_DEFINE="QT_WEBKIT" + +src_prepare() { + [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 + qt4-build_src_prepare +} + +src_configure() { + myconf="${myconf} -webkit" + qt4-build_src_configure +} |