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 1SN8TI-0001Fi-JN for garchives@archives.gentoo.org; Wed, 25 Apr 2012 20:05:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3E2AE04D2; Wed, 25 Apr 2012 20:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F098E04D2 for ; Wed, 25 Apr 2012 20:05:38 +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 448B81B402B for ; Wed, 25 Apr 2012 20:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 01E05E5402 for ; Wed, 25 Apr 2012 20:05:36 +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: <1335384209.48334906795d8a764c1d6b3eaae71669104acdd2.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-2.6.0.ebuild X-VCS-Directories: games-simulation/flightgear/ X-VCS-Committer: christian X-VCS-Committer-Name: Christian Schmitt X-VCS-Revision: 48334906795d8a764c1d6b3eaae71669104acdd2 X-VCS-Branch: master Date: Wed, 25 Apr 2012 20:05:36 +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: 447b1f8d-868b-4c6a-938b-4d69e396688a X-Archives-Hash: dc92a4548d359ec6886e0d60f129fe44 commit: 48334906795d8a764c1d6b3eaae71669104acdd2 Author: Christian Schmitt ilovelinux de> AuthorDate: Wed Apr 25 20:03:29 2012 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Wed Apr 25 20:03:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D48334906 [games-simulation/flightgear-2.6.0] remove larcsim and UIUC FDM useflags and disable them. They don't compile and are in the live ebuild only for the sake of completeness. Also, change the SRC_URI to use the mirror infrastructure. Thanks repoman= :) --- .../flightgear/flightgear-2.6.0.ebuild | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games-simulation/flightgear/flightgear-2.6.0.ebuild b/games-= simulation/flightgear/flightgear-2.6.0.ebuild index 403bbf8..3d7e902 100644 --- a/games-simulation/flightgear/flightgear-2.6.0.ebuild +++ b/games-simulation/flightgear/flightgear-2.6.0.ebuild @@ -8,13 +8,13 @@ inherit games cmake-utils =20 DESCRIPTION=3D"Open Source Flight Simulator" HOMEPAGE=3D"http://www.flightgear.org/" -SRC_URI=3D"http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/= ${P}.tar.bz2 - ftp://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/FlightGear-= data-${PV}.tar.bz2" +SRC_URI=3D"mirror://flightgear/Source/${P}.tar.bz2 + mirror://flightgear/Shared/FlightGear-data-${PV}.tar.bz2" =20 LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64" -IUSE=3D"+jsbsim larcsim subversion uiuc +yasim" +IUSE=3D"+jsbsim subversion +yasim" =20 RDEPEND=3D">=3Ddev-games/openscenegraph-3.0[png] >=3Ddev-games/simgear-2.6[subversion=3D,X] @@ -33,10 +33,10 @@ src_configure() { -DFG_DATA_DIR=3D"${GAMES_DATADIR}"/${PN} -DENABLE_FGADMIN=3DOFF -DWITH_FGPANEL=3DOFF + -DENABLE_LARCSIM=3DOFF + -DENABLE_UIUC_MODEL=3DOFF $(cmake-utils_use_enable jsbsim) - $(cmake-utils_use_enable larcsim) $(cmake-utils_use subversion ENABLE_LIBSVN) - $(cmake-utils_use_enable uiuc) $(cmake-utils_use_enable yasim) ) cmake-utils_src_configure