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 06E7959CA3 for ; Wed, 24 Feb 2016 00:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C61A821C016; Wed, 24 Feb 2016 00:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29CA721C016 for ; Wed, 24 Feb 2016 00:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5E17340967 for ; Wed, 24 Feb 2016 00:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AD1115FB for ; Wed, 24 Feb 2016 00:19:27 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1456273125.c0699c6e3a394050c27ca86db20b183219e1a016.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/simgear/, games-simulation/flightgear/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/simgear/simgear-9999.ebuild games-simulation/flightgear-data/flightgear-data-9999.ebuild games-simulation/flightgear/flightgear-9999.ebuild X-VCS-Directories: dev-games/simgear/ games-simulation/flightgear-data/ games-simulation/flightgear/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: c0699c6e3a394050c27ca86db20b183219e1a016 X-VCS-Branch: master Date: Wed, 24 Feb 2016 00:19:27 +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: d4209f2a-dd84-420a-be4b-cc7a94e5ffd1 X-Archives-Hash: b443803a11f2b32626885893375b8f5b commit: c0699c6e3a394050c27ca86db20b183219e1a016 Author: Maciej Mrozowski gentoo org> AuthorDate: Wed Feb 24 00:15:02 2016 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Wed Feb 24 00:18:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0699c6e games-simulation/flightgear: Add live ebuilds dev-games/simgear/simgear-9999.ebuild | 50 ++++++++ .../flightgear-data/flightgear-data-9999.ebuild | 29 +++++ games-simulation/flightgear/flightgear-9999.ebuild | 134 +++++++++++++++++++++ 3 files changed, 213 insertions(+) diff --git a/dev-games/simgear/simgear-9999.ebuild b/dev-games/simgear/simgear-9999.ebuild new file mode 100644 index 0000000..f151217 --- /dev/null +++ b/dev-games/simgear/simgear-9999.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +CMAKE_WARN_UNUSED_CLI=1 +inherit eutils cmake-utils git-r3 + +DESCRIPTION="Development library for simulation games" +HOMEPAGE="http://www.simgear.org/" +EGIT_REPO_URI="git://git.code.sf.net/p/flightgear/${PN} + git://mapserver.flightgear.org/${PN}" +EGIT_BRANCH="next" + +LICENSE="GPL-2" +KEYWORDS="" +SLOT="0" +IUSE="curl debug subversion test" + +COMMON_DEPEND=" + dev-libs/expat + >=dev-games/openscenegraph-3.2.0 + media-libs/openal + sys-libs/zlib + virtual/opengl + curl? ( net-misc/curl ) +" +DEPEND="${COMMON_DEPEND} + >=dev-libs/boost-1.44 +" +RDEPEND="${COMMON_DEPEND} + subversion? ( dev-vcs/subversion ) +" + +DOCS=(AUTHORS ChangeLog NEWS README Thanks) + +src_configure() { + local mycmakeargs=( + -DENABLE_CURL=$(usex curl) + -DENABLE_PKGUTIL=ON + -DENABLE_RTI=OFF + -DENABLE_SOUND=ON + -DENABLE_TESTS=$(usex test) + -DSIMGEAR_HEADLESS=OFF + -DSIMGEAR_SHARED=ON + -DSYSTEM_EXPAT=ON + ) + cmake-utils_src_configure +} diff --git a/games-simulation/flightgear-data/flightgear-data-9999.ebuild b/games-simulation/flightgear-data/flightgear-data-9999.ebuild new file mode 100644 index 0000000..e261f2e --- /dev/null +++ b/games-simulation/flightgear-data/flightgear-data-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="FlightGear data files" +HOMEPAGE="http://www.flightgear.org/" +EGIT_REPO_URI="git://git.code.sf.net/p/flightgear/fgdata + git://mapserver.flightgear.org/fgdata" +EGIT_BRANCH="next" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +# data files split to separate package since 2.10.0 +RDEPEND=" + !