From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 229941381F3 for ; Fri, 16 Nov 2012 12:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E901521C010; Fri, 16 Nov 2012 12:17:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5029221C010 for ; Fri, 16 Nov 2012 12:17:37 +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 55CAD33D970 for ; Fri, 16 Nov 2012 12:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 71030E5436 for ; Fri, 16 Nov 2012 12:17:33 +0000 (UTC) From: "Christian Schmitt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Schmitt" Message-ID: <1353067612.5cfc6ba1a06c7d624ac25231cfc973a35d92c6d7.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/metadata.xml 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: 5cfc6ba1a06c7d624ac25231cfc973a35d92c6d7 X-VCS-Branch: master Date: Fri, 16 Nov 2012 12:17:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44cf4a8a-020a-4370-b311-425c5a3c6072 X-Archives-Hash: be6173f54c6f05953f955340e1fde2a6 commit: 5cfc6ba1a06c7d624ac25231cfc973a35d92c6d7 Author: Christian Schmitt ilovelinux de> AuthorDate: Fri Nov 16 11:35:55 2012 +0000 Commit: Christian Schmitt ilovelinux de> CommitDate: Fri Nov 16 12:06:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5cfc6ba1 [games-simulation/flightgear] rename X useflag to headless --- dev-games/simgear/metadata.xml | 2 +- dev-games/simgear/simgear-9999.ebuild | 7 ++++--- games-simulation/flightgear/flightgear-9999.ebuild | 7 +++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-games/simgear/metadata.xml b/dev-games/simgear/metadata.xml index fd95d07..0c8828d 100644 --- a/dev-games/simgear/metadata.xml +++ b/dev-games/simgear/metadata.xml @@ -4,7 +4,7 @@ games Compile with libsvn support - Build non-headless version of simgear (full version) + Build headless version of simgear (useful for terragear on a server) chris@ilovelinux.de diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild index 38245a8..b85b9a4 100644 --- a/dev-games/simgear/simgear-9999.ebuild +++ b/dev-games/simgear/simgear-9999.ebuild @@ -17,11 +17,12 @@ EGIT_REPO_URI="git://gitorious.org/fg/simgear.git LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="debug +subversion test X" +IUSE="debug headless +subversion test" COMMON_DEPEND=" sys-libs/zlib - X? ( >=dev-games/openscenegraph-3.0[png] + !headless? ( + >=dev-games/openscenegraph-3.0[png] dev-libs/expat media-libs/openal virtual/opengl @@ -46,7 +47,7 @@ src_configure() { -DSIMGEAR_SHARED=ON -DSYSTEM_EXPAT=ON $(cmake-utils_use_enable subversion LIBSVN) - $(cmake-utils_use !X SIMGEAR_HEADLESS) + $(cmake-utils_use headless SIMGEAR_HEADLESS) $(cmake-utils_use_enable test TESTS) ) cmake-utils_src_configure diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index eaaef4c..57d140f 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -22,7 +22,7 @@ IUSE="debug fgpanel +jsbsim oldfdm +subversion test +yasim" COMMON_DEPEND=" dev-db/sqlite:3 >=dev-games/openscenegraph-3.0[png] - >=dev-games/simgear-9999[subversion?,X] + >=dev-games/simgear-9999[subversion?,-headless] sys-libs/zlib sys-fs/udev virtual/opengl @@ -89,8 +89,7 @@ pkg_postinst() { elog "have to update Simgear, too" elog elog - elog "It is recommended that you install one of the available launchers," - elog "as they provide easy access to startup options:" - elog "* games-simulation/fgx" + elog "It is recommended that you install a launcher," + elog "as it provides easy access to startup options:" elog "* games-simulation/fgrun" }