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 1Ru8ma-0005eZ-RB for garchives@archives.gentoo.org; Sun, 05 Feb 2012 20:33:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0C6AE087D; Sun, 5 Feb 2012 20:33:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 87768E087C for ; Sun, 5 Feb 2012 20:33:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE5CA1B4004 for ; Sun, 5 Feb 2012 20:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5CC1180043 for ; Sun, 5 Feb 2012 20:33:47 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/, x11-libs/qt-openvg/, x11-libs/qt-gui/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/qt-gui/qt-gui-4.8.9999.ebuild x11-libs/qt-gui/qt-gui-4.9999.ebuild x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild x11-libs/qt-opengl/qt-opengl-4.9999.ebuild x11-libs/qt-openvg/Manifest x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild x11-libs/qt-openvg/qt-openvg-4.9999.ebuild X-VCS-Directories: x11-libs/qt-opengl/ x11-libs/qt-openvg/ x11-libs/qt-gui/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: ce9a81a67703b94a84820024596cfdeed053daab Date: Sun, 5 Feb 2012 20:33:47 +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: 2a3ef6a4-c6b5-4dd8-b50b-47e30f1f5a0a X-Archives-Hash: 171bc3b91ddcdcb596a660fecceca549 commit: ce9a81a67703b94a84820024596cfdeed053daab Author: Alex Alexander gentoo org> AuthorDate: Sun Feb 5 13:27:48 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sun Feb 5 13:27:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dce9a81a6 qt-{gui,opengl,openvg}: updated live ebuild graphics systems marked open{gl,vg} as experimental, raster as default --- x11-libs/qt-gui/qt-gui-4.8.9999.ebuild | 4 ++-- x11-libs/qt-gui/qt-gui-4.9999.ebuild | 4 ++-- x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild | 4 ++-- x11-libs/qt-opengl/qt-opengl-4.9999.ebuild | 4 ++-- x11-libs/qt-openvg/Manifest | 2 +- x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild | 4 ++-- x11-libs/qt-openvg/qt-openvg-4.9999.ebuild | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) 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 2e1fe7b..f6ef449 100644 --- a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild @@ -186,8 +186,8 @@ src_install() { #touch the available graphics systems mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||=20 die "could not create ${D}/usr/share/qt4/graphicssystems/" - touch "${D}/usr/share/qt4/graphicssystems/raster" || - die "could not touch ${D}/usr/share/qt4/graphicssystems/raster" + echo "default" > "${D}/usr/share/qt4/graphicssystems/raster" || + die "could not create ${D}/usr/share/qt4/graphicssystems/raster" touch "${D}/usr/share/qt4/graphicssystems/native" || die "could not touch ${D}/usr/share/qt4/graphicssystems/native" =20 diff --git a/x11-libs/qt-gui/qt-gui-4.9999.ebuild b/x11-libs/qt-gui/qt-gu= i-4.9999.ebuild index 2e1fe7b..f6ef449 100644 --- a/x11-libs/qt-gui/qt-gui-4.9999.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.9999.ebuild @@ -186,8 +186,8 @@ src_install() { #touch the available graphics systems mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||=20 die "could not create ${D}/usr/share/qt4/graphicssystems/" - touch "${D}/usr/share/qt4/graphicssystems/raster" || - die "could not touch ${D}/usr/share/qt4/graphicssystems/raster" + echo "default" > "${D}/usr/share/qt4/graphicssystems/raster" || + die "could not create ${D}/usr/share/qt4/graphicssystems/raster" touch "${D}/usr/share/qt4/graphicssystems/native" || die "could not touch ${D}/usr/share/qt4/graphicssystems/native" =20 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 b9bf3ff..3e02154 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild @@ -58,6 +58,6 @@ src_install() { #touch the available graphics systems mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||=20 die "could not create ${D}/usr/share/qt4/graphicssystems/" - touch "${D}/usr/share/qt4/graphicssystems/opengl" || - die "could not touch ${D}/usr/share/qt4/graphicssystems/opengl" + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" || + die "could not create ${D}/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 b9bf3ff..3e02154 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild @@ -58,6 +58,6 @@ src_install() { #touch the available graphics systems mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||=20 die "could not create ${D}/usr/share/qt4/graphicssystems/" - touch "${D}/usr/share/qt4/graphicssystems/opengl" || - die "could not touch ${D}/usr/share/qt4/graphicssystems/opengl" + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" || + die "could not create ${D}/usr/share/qt4/graphicssystems/opengl" } diff --git a/x11-libs/qt-openvg/Manifest b/x11-libs/qt-openvg/Manifest index 23bd05a..ac7236d 100644 --- a/x11-libs/qt-openvg/Manifest +++ b/x11-libs/qt-openvg/Manifest @@ -1,2 +1,2 @@ -DIST qt-everywhere-opensource-src-4.7.0.tar.gz 208320257 RMD160 3e9c0f0d= 9843b5c03ad4bd6193aff98531ee0746 SHA1 a5796c8f468c8f59249e5c696f913864c97= 9f411 SHA256 e05256d560ca7d674cd4310bb791748900ad14ad662cbfe22b6d72ada43e= 7955 +DIST qt-everywhere-opensource-src-4.7.0.tar.gz 208320257 SHA256 e05256d5= 60ca7d674cd4310bb791748900ad14ad662cbfe22b6d72ada43e7955 SHA512 3875eff09= 241ed613afe46ab0e5ff313cbd5dfab7ca22ab5d87d10974c1305f88c989608eea9e155c1= f8969afaa64742c05987f66c65702310109b5588837fd3 WHIRLPOOL 0156e1c2d952d5c7= 4e56f75108103a974001a89da92f72619cc7274770fad12dd4e8d5eb02009fec35a15e1a5= 52c8e2d654941a8e65b8c7a06eea5f52b91487d DIST qt-everywhere-opensource-src-4.7.1.tar.gz 211768512 SHA256 8cb5277c= 41f824cfc6dcee0e95e0bf23a9ad2c8d18d245105137481d092b124a SHA512 adca9f9ea= 9914eb7715277ec61e0710f4492e0562fce5e72d02e88c2df58b4fbc77a4346abd8ebf79a= a8eff94d0075191a8709fbb502785682ba37ee2151ae7f WHIRLPOOL 79b16f663cb49e02= 9cb0d86cb0a98854e975746f6e7f5ef1707d7851325556c5a248e8eaf9393d234099058d6= e54ef69767ce653bf9a665cca87d2f2a5829e8d diff --git a/x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild b/x11-libs/qt-o= penvg/qt-openvg-4.8.9999.ebuild index f072491..32d971a 100644 --- a/x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild +++ b/x11-libs/qt-openvg/qt-openvg-4.8.9999.ebuild @@ -56,6 +56,6 @@ src_install() { #touch the available graphics systems mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||=20 die "could not create ${D}/usr/share/qt4/graphicssystems/" - touch "${D}/usr/share/qt4/graphicssystems/openvg" || - die "could not touch ${D}/usr/share/qt4/graphicssystems/openvg" + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/openvg" || + die "could not create ${D}/usr/share/qt4/graphicssystems/openvg" } diff --git a/x11-libs/qt-openvg/qt-openvg-4.9999.ebuild b/x11-libs/qt-ope= nvg/qt-openvg-4.9999.ebuild index f072491..32d971a 100644 --- a/x11-libs/qt-openvg/qt-openvg-4.9999.ebuild +++ b/x11-libs/qt-openvg/qt-openvg-4.9999.ebuild @@ -56,6 +56,6 @@ src_install() { #touch the available graphics systems mkdir -p "${D}/usr/share/qt4/graphicssystems/" ||=20 die "could not create ${D}/usr/share/qt4/graphicssystems/" - touch "${D}/usr/share/qt4/graphicssystems/openvg" || - die "could not touch ${D}/usr/share/qt4/graphicssystems/openvg" + echo "experimental" > "${D}/usr/share/qt4/graphicssystems/openvg" || + die "could not create ${D}/usr/share/qt4/graphicssystems/openvg" }