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 1Rtlsx-0002iQ-J0 for garchives@archives.gentoo.org; Sat, 04 Feb 2012 20:06:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5069FE0566; Sat, 4 Feb 2012 20:06:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D343E0566 for ; Sat, 4 Feb 2012 20:06:50 +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 981401B4007 for ; Sat, 4 Feb 2012 20:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C16E480042 for ; Sat, 4 Feb 2012 20:06:48 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <5723478c0a9257b9332596770286c9e7d63a1bb0.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-embedded/qvfb/ X-VCS-Repository: proj/qt X-VCS-Files: dev-embedded/qvfb/metadata.xml dev-embedded/qvfb/qvfb-4.9999.ebuild X-VCS-Directories: dev-embedded/qvfb/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5723478c0a9257b9332596770286c9e7d63a1bb0 Date: Sat, 4 Feb 2012 20:06:48 +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: 1bdcacca-d73f-4870-9786-06a663bad61d X-Archives-Hash: e86f0940406bbbebc6009cfa1ab9eb6f commit: 5723478c0a9257b9332596770286c9e7d63a1bb0 Author: Johannes Huber gentoo org> AuthorDate: Sat Feb 4 20:10:40 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Feb 4 20:10:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D5723478c [dev-embedded/qvfb] EAPI 4, add missing use desc. (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit) --- dev-embedded/qvfb/metadata.xml | 5 +++++ dev-embedded/qvfb/qvfb-4.9999.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-embedded/qvfb/metadata.xml b/dev-embedded/qvfb/metadata.= xml index 3ba142b..2af5a75 100644 --- a/dev-embedded/qvfb/metadata.xml +++ b/dev-embedded/qvfb/metadata.xml @@ -7,6 +7,11 @@ H=C3=A5vard Wall Proxy maintainer + + Add support for exceptions - like catching th= em inside the event loop (recommended by Nokia) + Build Qt using the C++11 standard + Build a window system agnostic implementation of Qt<= /flag> + diff --git a/dev-embedded/qvfb/qvfb-4.9999.ebuild b/dev-embedded/qvfb/qvf= b-4.9999.ebuild index 6be4c26..0c0544f 100644 --- a/dev-embedded/qvfb/qvfb-4.9999.ebuild +++ b/dev-embedded/qvfb/qvfb-4.9999.ebuild @@ -1,8 +1,8 @@ -# 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"2" +EAPI=3D4 inherit qt4-build-edge =20 DESCRIPTION=3D"The Qt Embedded Virtual Framebuffer emulator."