From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 44455138010 for ; Wed, 29 Aug 2012 05:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F15F9E02CE; Wed, 29 Aug 2012 05:54:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA69BE02CE for ; Wed, 29 Aug 2012 05:54:08 +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 E952C33D879 for ; Wed, 29 Aug 2012 05:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A019DE543C for ; Wed, 29 Aug 2012 05:54:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1346219711.2f678f2aad9c14d3cf4262cbc955fa0857c463c0.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-apps/mesa-progs/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-apps/mesa-progs/mesa-progs-9999.ebuild X-VCS-Directories: x11-apps/mesa-progs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2f678f2aad9c14d3cf4262cbc955fa0857c463c0 X-VCS-Branch: master Date: Wed, 29 Aug 2012 05:54:06 +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: d82c81d7-f0cf-4472-8df1-d22fa7d65d31 X-Archives-Hash: d9518c4015a04e75f9d24ef37af6c10f commit: 2f678f2aad9c14d3cf4262cbc955fa0857c463c0 Author: Matt Turner gmail com> AuthorDate: Wed Aug 29 05:55:11 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Aug 29 05:55:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2f678f2a x11-apps/mesa-progs: Update to git-2 eclass --- x11-apps/mesa-progs/mesa-progs-9999.ebuild | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild index 89ddd94..4aa4258 100644 --- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild @@ -7,9 +7,11 @@ EAPI=4 MY_PN=${PN/progs/demos} MY_P=${MY_PN}-${PV} EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}" +EGIT_PROJECT="mesa-progs" if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git" + GIT_ECLASS="git-2" + EXPERIMENTAL="true" fi inherit toolchain-funcs ${GIT_ECLASS} @@ -32,6 +34,11 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} +src_unpack() { + default + [[ $PV = 9999* ]] && git-2_src_unpack +} + src_configure() { # We're not using the complete buildsystem if we only want to build # glxinfo and glxgears.