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 1S8w7A-0002gC-KH for garchives@archives.gentoo.org; Sat, 17 Mar 2012 16:04:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EC9BE063D; Sat, 17 Mar 2012 16:04:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0952CE063D for ; Sat, 17 Mar 2012 16:04:07 +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 1C5F81B401F for ; Sat, 17 Mar 2012 16:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6925E5402 for ; Sat, 17 Mar 2012 16:04:05 +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: <1332000216.8ae82652f9a6b7bcbf44324cbbe47df6593401e9.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/qt-opengl/metadata.xml x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild x11-libs/qt-opengl/qt-opengl-4.9999.ebuild X-VCS-Directories: x11-libs/qt-opengl/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8ae82652f9a6b7bcbf44324cbbe47df6593401e9 X-VCS-Branch: master Date: Sat, 17 Mar 2012 16:04:05 +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: c301ae0c-e176-4a17-b7cd-a7c1d1e1b5f0 X-Archives-Hash: 98260db0b9496f3338f803a3cc04ad05 commit: 8ae82652f9a6b7bcbf44324cbbe47df6593401e9 Author: Michael Palimaka astralcloak net> AuthorDate: Sat Mar 17 16:03:36 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Sat Mar 17 16:03:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D8ae82652 [x11-libs/qt-opengl] Sync metadata from portage, fix whitespace, update c= opyright year. (Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit) --- x11-libs/qt-opengl/metadata.xml | 19 ++++++++++--------- x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild | 6 +++--- x11-libs/qt-opengl/qt-opengl-4.9999.ebuild | 6 +++--- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/x11-libs/qt-opengl/metadata.xml b/x11-libs/qt-opengl/metadat= a.xml index 881a4d7..78a8bc0 100644 --- a/x11-libs/qt-opengl/metadata.xml +++ b/x11-libs/qt-opengl/metadata.xml @@ -1,13 +1,14 @@ - qt - - Use EGL instead of default GLX to manage OpenGL - contexts on the desktop - Build with support for exceptions - Enable the Qt3Support libraries for Qt4 - Use the stable git branch - it is sligh= tly - behind master but guaranteed by Nokia to compile - + qt=20 + + 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 the Qt3Support libraries for Qt4 + Build Qt using the C++11 standard + Build a window system agnostic implementation of Qt= + diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild b/x11-libs/qt-o= pengl/qt-opengl-4.8.9999.ebuild index b40d39b..a87661a 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-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 qt4-build${QT_ECLASS} =20 @@ -59,7 +59,7 @@ src_install() { qt4-build${QT_ECLASS}_src_install =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 "experimental" > "${ED}/usr/share/qt4/graphicssystems/opengl" || die "could not create ${ED}/usr/share/qt4/graphicssystems/opengl" diff --git a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild b/x11-libs/qt-ope= ngl/qt-opengl-4.9999.ebuild index b40d39b..a87661a 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-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 qt4-build${QT_ECLASS} =20 @@ -59,7 +59,7 @@ src_install() { qt4-build${QT_ECLASS}_src_install =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 "experimental" > "${ED}/usr/share/qt4/graphicssystems/opengl" || die "could not create ${ED}/usr/share/qt4/graphicssystems/opengl"