From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S8w0P-0001eu-DW for garchives@archives.gentoo.org; Sat, 17 Mar 2012 15:57:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 272A7E055B; Sat, 17 Mar 2012 15:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D9D94E055B for ; Sat, 17 Mar 2012 15:57:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2560E1B4020 for ; Sat, 17 Mar 2012 15:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9930E5402 for ; Sat, 17 Mar 2012 15:57:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1331999798.444b2ffe267627956da30867dc7739f8eecb3482.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-gui/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/qt-gui/metadata.xml x11-libs/qt-gui/qt-gui-4.8.9999.ebuild x11-libs/qt-gui/qt-gui-4.9999.ebuild X-VCS-Directories: x11-libs/qt-gui/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 444b2ffe267627956da30867dc7739f8eecb3482 X-VCS-Branch: master Date: Sat, 17 Mar 2012 15:57:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0f33ca7c-536b-445e-ac0d-a036d61ed137 X-Archives-Hash: 24274260a01abf20ae8dcbffeada6c7c commit: 444b2ffe267627956da30867dc7739f8eecb3482 Author: Michael Palimaka astralcloak net> AuthorDate: Sat Mar 17 15:56:38 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Sat Mar 17 15:56:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D444b2ffe [x11-libs/qt-gui] Sync metadata from portage. Fix whitespace. Update copyright year. (Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit) --- x11-libs/qt-gui/metadata.xml | 21 +++++++-------------- x11-libs/qt-gui/qt-gui-4.8.9999.ebuild | 6 +++--- x11-libs/qt-gui/qt-gui-4.9999.ebuild | 6 +++--- 3 files changed, 13 insertions(+), 20 deletions(-) diff --git a/x11-libs/qt-gui/metadata.xml b/x11-libs/qt-gui/metadata.xml index 2dbfd0b..c342d36 100644 --- a/x11-libs/qt-gui/metadata.xml +++ b/x11-libs/qt-gui/metadata.xml @@ -3,28 +3,21 @@ qt + Use EGL instead of default GLX to manage OpenGL + contexts on the desktop Add support for exceptions - like catching t= hem inside the event loop (recommended by Nokia) - - Enable dev-libs/glib eventloop support - - Enable the Qt3Support libraries for Qt4. Not= e that - this does not mean you can compile pure Qt3 programs with Qt4. - + Enable dev-libs/glib eventloop support<= /flag> Build a Qt style called GTK+ that mimics the a= ctive GTK+ theme - - Use the alternative raster graphicssystem as default rendering engine - + Enable the Qt3Support libraries for Qt4. Not= e that + this does not mean you can compile pure Qt3 programs with Qt4. Build the new 'trace' graphicsssytem engine which allows to record all drawing operations into a trace buffer. Later it can be replayed with the qttracereplay utility - Install Qt declarative private headers = required - by qt-creator's QmlDesigner and QmlInspector plugins" - Use the stable git branch - it is slightl= y behind - master but guaranteed by Nokia to compile - Enable EGL graphics engine + Build Qt using the C++11 standard + Build a window system agnostic implementation of Qt= diff --git a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild b/x11-libs/qt-gui/qt-= gui-4.8.9999.ebuild index ea4f375..fb41abd 100644 --- a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D"4" if [[ ${PV} =3D=3D 4*9999 ]]; then - QT_ECLASS=3D"-edge" + QT_ECLASS=3D"-edge" fi inherit eutils confutils qt4-build${QT_ECLASS} =20 @@ -188,7 +188,7 @@ src_install() { doins "${S}"/tools/designer/src/lib/sdk/* || die =20 #touch the available graphics systems - mkdir -p "${ED}/usr/share/qt4/graphicssystems/" ||=20 + mkdir -p "${ED}/usr/share/qt4/graphicssystems/" || die "could not create ${ED}/usr/share/qt4/graphicssystems/" echo "default" > "${ED}/usr/share/qt4/graphicssystems/raster" || die "could not create ${ED}/usr/share/qt4/graphicssystems/raster" diff --git a/x11-libs/qt-gui/qt-gui-4.9999.ebuild b/x11-libs/qt-gui/qt-gu= i-4.9999.ebuild index ea4f375..fb41abd 100644 --- a/x11-libs/qt-gui/qt-gui-4.9999.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D"4" if [[ ${PV} =3D=3D 4*9999 ]]; then - QT_ECLASS=3D"-edge" + QT_ECLASS=3D"-edge" fi inherit eutils confutils qt4-build${QT_ECLASS} =20 @@ -188,7 +188,7 @@ src_install() { doins "${S}"/tools/designer/src/lib/sdk/* || die =20 #touch the available graphics systems - mkdir -p "${ED}/usr/share/qt4/graphicssystems/" ||=20 + mkdir -p "${ED}/usr/share/qt4/graphicssystems/" || die "could not create ${ED}/usr/share/qt4/graphicssystems/" echo "default" > "${ED}/usr/share/qt4/graphicssystems/raster" || die "could not create ${ED}/usr/share/qt4/graphicssystems/raster"