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 1SeZVI-0001QV-QX for garchives@archives.gentoo.org; Tue, 12 Jun 2012 22:24:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7FFE0462; Tue, 12 Jun 2012 22:23:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E099E0462 for ; Tue, 12 Jun 2012 22:23:43 +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 B61661B4001 for ; Tue, 12 Jun 2012 22:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A6B55E5430 for ; Tue, 12 Jun 2012 22:23:40 +0000 (UTC) From: "Christian Schmitt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Schmitt" Message-ID: <1339539810.e04c3787a9e13b26e028f4bf17d0b04ece338e1d.christian@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-games/simgear/, games-simulation/flightgear/ X-VCS-Repository: proj/gamerlay X-VCS-Files: dev-games/simgear/simgear-9999.ebuild games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: dev-games/simgear/ games-simulation/flightgear/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: e04c3787a9e13b26e028f4bf17d0b04ece338e1d X-VCS-Branch: master Date: Tue, 12 Jun 2012 22:23:40 +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: 81bae1e4-beb3-4029-aa44-47efaffc8da3 X-Archives-Hash: 82e2465c91790c1327f3d16fb0cba37a commit: e04c3787a9e13b26e028f4bf17d0b04ece338e1d Author: Christian Schmitt ilovelinux de> AuthorDate: Tue Jun 12 22:20:14 2012 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Tue Jun 12 22:23:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3De04c3787 [games-simulation/flightgear-9999 and deps] add a second git server as fallback and set the name of the local clone to make sure the same directory is used for both server checkouts --- dev-games/simgear/simgear-9999.ebuild | 4 +++- games-simulation/flightgear/flightgear-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/si= mgear-9999.ebuild index 0acd5b0..9830674 100644 --- a/dev-games/simgear/simgear-9999.ebuild +++ b/dev-games/simgear/simgear-9999.ebuild @@ -5,12 +5,14 @@ EAPI=3D4 =20 EGIT_BRANCH=3D"next" +EGIT_PROJECT=3D"simgear.git" =20 inherit cmake-utils git-2 =20 DESCRIPTION=3D"Development library for simulation games" HOMEPAGE=3D"http://www.simgear.org/" -EGIT_REPO_URI=3D"git://gitorious.org/fg/simgear.git" +EGIT_REPO_URI=3D"git://mapserver.flightgear.org/simgear/ + git://gitorious.org/fg/simgear.git" =20 LICENSE=3D"GPL-2" SLOT=3D"0" diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-s= imulation/flightgear/flightgear-9999.ebuild index b7ade0e..ab7a5bf 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -5,12 +5,14 @@ EAPI=3D4 =20 EGIT_BRANCH=3D"next" +EGIT_PROJECT=3D"flightgear.git" =20 inherit games cmake-utils git-2 =20 DESCRIPTION=3D"Open Source Flight Simulator" HOMEPAGE=3D"http://www.flightgear.org/" -EGIT_REPO_URI=3D"git://gitorious.org/fg/flightgear.git" +EGIT_REPO_URI=3D"git://mapserver.flightgear.org/flightgear/ + git://gitorious.org/fg/flightgear.git" =20 LICENSE=3D"GPL-2" SLOT=3D"0"