From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 823D41381FA for ; Fri, 9 May 2014 20:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3FFCE094E; Fri, 9 May 2014 20:06:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66D07E094E for ; Fri, 9 May 2014 20:06:58 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1A9B33FA4D for ; Fri, 9 May 2014 20:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8802E1818D for ; Fri, 9 May 2014 20:06:55 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1399665984.f41b5ff7ff52b37468c32fbb15af2f0c48921a98.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: app-benchmarks/glmark2/ X-VCS-Repository: proj/x11 X-VCS-Files: app-benchmarks/glmark2/glmark2-2012.12_p283.ebuild app-benchmarks/glmark2/glmark2-2014.03.ebuild X-VCS-Directories: app-benchmarks/glmark2/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: f41b5ff7ff52b37468c32fbb15af2f0c48921a98 X-VCS-Branch: master Date: Fri, 9 May 2014 20:06:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9aaf8481-1cf1-4e5d-841f-c58dc06bdc2a X-Archives-Hash: a600a856b80208a5e7f22ec483ed8a8c commit: f41b5ff7ff52b37468c32fbb15af2f0c48921a98 Author: David Heidelberger ixit cz> AuthorDate: Fri May 9 20:06:24 2014 +0000 Commit: David Heidelberger gmail com> CommitDate: Fri May 9 20:06:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f41b5ff7 app-benchmarks/glmark2: bump 2014.03 Package-Manager: portage-2.2.10 --- .../{glmark2-2012.12_p283.ebuild => glmark2-2014.03.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-benchmarks/glmark2/glmark2-2012.12_p283.ebuild b/app-benchmarks/glmark2/glmark2-2014.03.ebuild similarity index 85% rename from app-benchmarks/glmark2/glmark2-2012.12_p283.ebuild rename to app-benchmarks/glmark2/glmark2-2014.03.ebuild index 6a934c1..1d4cb19 100644 --- a/app-benchmarks/glmark2/glmark2-2012.12_p283.ebuild +++ b/app-benchmarks/glmark2/glmark2-2014.03.ebuild @@ -4,19 +4,19 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit waf-utils python-single-r1 REV=${PV#*_p} DESCRIPTION="Opengl test suite" HOMEPAGE="https://launchpad.net/glmark2" -SRC_URI="http://bazaar.launchpad.net/~glmark2-dev/glmark2/trunk/tarball/${REV} -> ${P}.tar.gz" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" -IUSE="drm +gles2 opengl wayland X" +IUSE="drm gles2 +opengl wayland X" RDEPEND="media-libs/libpng media-libs/mesa[gles2?] @@ -28,8 +28,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="|| ( opengl gles2 ) || ( drm wayland X )" -S="${WORKDIR}/~${PN}-dev/${PN}/trunk/" - src_prepare() { rm -rf "${S}/src/libpng" sed -i "s/libpng15/libpng/g" "${S}/wscript" # allow build with >= libpng:1.6