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 1SMctQ-0004KN-E3 for garchives@archives.gentoo.org; Tue, 24 Apr 2012 10:22:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD435E0985; Tue, 24 Apr 2012 10:22:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 93CD5E094A for ; Tue, 24 Apr 2012 10:22:36 +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 A122E1B4023 for ; Tue, 24 Apr 2012 10:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 65299E542C for ; Tue, 24 Apr 2012 10:22:34 +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: <1335262931.ddfdf1132a8e1119de19685657d7744da6b51d41.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: ddfdf1132a8e1119de19685657d7744da6b51d41 X-VCS-Branch: master Date: Tue, 24 Apr 2012 10:22:34 +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: 8b76a923-a615-49fe-8681-c46f269e171c X-Archives-Hash: b6c7e494e3a4b1b2fbfb71ed3dbe3da5 commit: ddfdf1132a8e1119de19685657d7744da6b51d41 Author: Christian Schmitt ilovelinux de> AuthorDate: Tue Apr 24 08:43:36 2012 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Tue Apr 24 10:22:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dddfdf113 [games-simulation/flightgear-9999] Clarify post-install message and chang= e to a git mirror. Also set default datadir to prevent potential conflicts with stable FG package. --- games-simulation/flightgear/flightgear-9999.ebuild | 19 ++++++++++++--= ----- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-s= imulation/flightgear/flightgear-9999.ebuild index ac4b699..b894208 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -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://gitorious.org/fg/flightgear.git" +EGIT_REPO_URI=3D"git://mapserver.flightgear.org/flightgear" =20 LICENSE=3D"GPL-2" SLOT=3D"0" @@ -31,6 +31,7 @@ DOCS=3D(AUTHORS ChangeLog NEWS README Thanks) src_configure() { mycmakeargs=3D( -DCMAKE_INSTALL_PREFIX=3D${GAMES_PREFIX} + -DFG_DATA_DIR=3D"${GAMES_DATADIR}"/${PN}-live -DENABLE_FGADMIN=3DOFF -DWITH_FGPANEL=3DOFF $(cmake-utils_use_enable jsbsim) @@ -50,12 +51,16 @@ src_install() { } =20 pkg_postinst() { - elog "FlightGear is now installed, but to run the game you will have to= " - elog "download fgdata as well." - elog "To do this use:" - elog "\"git clone git://gitorious.org/fg/fgdata.git\"." - elog "You can save fgdata anywhere, but need to set FG_ROOT to that dir= ectory or" - elog "create an --fg-root=3D entry in ~/.fgfsrc" + elog "FlightGear is now installed, but to run it you" + elog "have to download fgdata as well, which is expected under" + elog "${GAMES_DATADIR}/${PN}-live" + elog + elog "You can save it anywhere else but then you have to set" + elog "FG_ROOT to that directory or create an \"--fg-root=3D\" entry in = ~/.fgfsrc" + elog + elog "To download fgdata, use" + elog "\"git clone git://mapserver.flightgear.org/fgdata/ SOMEPATH\"." + elog elog elog "Don't forget that before updating FlightGear you will most likely= " elog "have to update Simgear, too"