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 1Sa6BN-000338-1a for garchives@archives.gentoo.org; Thu, 31 May 2012 14:16:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D71BE0639; Thu, 31 May 2012 14:16:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E1086E0639 for ; Thu, 31 May 2012 14:16:49 +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 4A8FC1B4022 for ; Thu, 31 May 2012 14:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E8FDCE5432 for ; Thu, 31 May 2012 14:16:45 +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: <1338473772.60740c6a7f47d104ae9355b5e40433b3d840da2f.christian@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: 60740c6a7f47d104ae9355b5e40433b3d840da2f X-VCS-Branch: master Date: Thu, 31 May 2012 14:16:45 +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: 9a407b06-09c3-4774-9c38-f0fc89f861ca X-Archives-Hash: 5132dad0c8b707d21dc99857d5e5dda7 commit: 60740c6a7f47d104ae9355b5e40433b3d840da2f Author: Christian Schmitt ilovelinux de> AuthorDate: Thu May 31 14:12:09 2012 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Thu May 31 14:16:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D60740c6a [games-simulation/flightgear-9999] switch to EAPI4 and back to official G= IT url --- games-simulation/flightgear/flightgear-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-s= imulation/flightgear/flightgear-9999.ebuild index 3280b63..b7ade0e 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D4 =20 EGIT_BRANCH=3D"next" =20 @@ -10,7 +10,7 @@ inherit games cmake-utils git-2 =20 DESCRIPTION=3D"Open Source Flight Simulator" HOMEPAGE=3D"http://www.flightgear.org/" -EGIT_REPO_URI=3D"git://mapserver.flightgear.org/flightgear" +EGIT_REPO_URI=3D"git://gitorious.org/fg/flightgear.git" =20 LICENSE=3D"GPL-2" SLOT=3D"0"