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 1QeDRG-0007LL-MV for garchives@archives.gentoo.org; Tue, 05 Jul 2011 21:45:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7EA221C069; Tue, 5 Jul 2011 21:45:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A947121C069 for ; Tue, 5 Jul 2011 21:45:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 324B81B4026 for ; Tue, 5 Jul 2011 21:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6A2CF8004A for ; Tue, 5 Jul 2011 21:45:37 +0000 (UTC) From: "Nikoli" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nikoli" Message-ID: <0a46d559b562ac9f70a4afd7d8121dd87da3b066.nikoli@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-fps/xonotic/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-fps/xonotic/ChangeLog games-fps/xonotic/xonotic-9999.ebuild X-VCS-Directories: games-fps/xonotic/ X-VCS-Committer: nikoli X-VCS-Committer-Name: Nikoli X-VCS-Revision: 0a46d559b562ac9f70a4afd7d8121dd87da3b066 Date: Tue, 5 Jul 2011 21:45:37 +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: X-Archives-Hash: 1db5e650e54cde2039b92a90efdc93ef commit: 0a46d559b562ac9f70a4afd7d8121dd87da3b066 Author: Nikoli lavabit com> AuthorDate: Tue Jul 5 21:41:58 2011 +0000 Commit: Nikoli lavabit com> CommitDate: Tue Jul 5 21:41:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D0a46d559 xonotic: migrate to git-2 (Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit) --- games-fps/xonotic/ChangeLog | 3 +++ games-fps/xonotic/xonotic-9999.ebuild | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/games-fps/xonotic/ChangeLog b/games-fps/xonotic/ChangeLog index 5f04de9..d1fef0f 100644 --- a/games-fps/xonotic/ChangeLog +++ b/games-fps/xonotic/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 05 Jul 2011; Nikoli xonotic-9999.ebuild: + migrate to git-2 + 12 Apr 2011; Nikoli xonotic-0.1.0_pre.ebuild, xonotic-9999.ebuild: migrate to virtual/jpeg diff --git a/games-fps/xonotic/xonotic-9999.ebuild b/games-fps/xonotic/xo= notic-9999.ebuild index 407d97d..79974ad 100644 --- a/games-fps/xonotic/xonotic-9999.ebuild +++ b/games-fps/xonotic/xonotic-9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D2 =20 -inherit eutils games toolchain-funcs git +inherit eutils games toolchain-funcs git-2 =20 MY_PN=3D"${PN^}" DESCRIPTION=3D"Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an ad= vanced Quake 1 engine" @@ -58,14 +58,14 @@ DEPEND=3D"${RDEPEND} =20 src_unpack() { # root - git_src_unpack + git-2_src_unpack =20 # Engine + unset EGIT_MASTER EGIT_BRANCH EGIT_COMMIT EGIT_PROJECT EGIT_DIR EGIT_REPO_URI=3D"${BASE_URI}darkplaces.git" \ - EGIT_PROJECT=3D"darkplaces" \ - S=3D"${S}/darkplaces" \ + EGIT_SOURCEDIR=3D"${S}/darkplaces" \ EGIT_BRANCH=3D"div0-stable" \ - git_fetch + git-2_src_unpack } =20 src_prepare() {