reavertm 14/03/27 02:37:08 Modified: metadata.xml ChangeLog Added: simgear-3.0.0.ebuild Log: Version bump, bug 502246. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Revision Changes Path 1.3 dev-games/simgear/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 16 Oct 2011 02:25:30 -0000 1.2 +++ metadata.xml 27 Mar 2014 02:37:08 -0000 1.3 @@ -9,9 +9,8 @@ <longdescription> SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. - -The purpose of this project is to develop open-source libraries and -building blocks to assist with rapid construction/prototyping of 3d -simulation, game, and visualization software. </longdescription> +<use> + <flag name="subversion">Enables terrasync scenery downloader</flag> +</use> </pkgmetadata> 1.63 dev-games/simgear/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 12 Dec 2013 05:13:54 -0000 1.62 +++ ChangeLog 27 Mar 2014 02:37:08 -0000 1.63 @@ -1,6 +1,12 @@ # ChangeLog for dev-games/simgear -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.62 2013/12/12 05:13:54 reavertm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.63 2014/03/27 02:37:08 reavertm Exp $ + +*simgear-3.0.0 (27 Mar 2014) + + 27 Mar 2014; Maciej Mrozowski <reave...@gentoo.org> +simgear-3.0.0.ebuild, + metadata.xml: + Version bump, bug 502246. *simgear-2.12.1 (12 Dec 2013) 1.1 dev-games/simgear/simgear-3.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?rev=1.1&content-type=text/plain Index: simgear-3.0.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild,v 1.1 2014/03/27 02:37:08 reavertm Exp $ EAPI=5 inherit eutils cmake-utils DESCRIPTION="Development library for simulation games" HOMEPAGE="http://www.simgear.org/" SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" IUSE="debug jpeg subversion test" COMMON_DEPEND=" dev-libs/expat >=dev-games/openscenegraph-3.0.1 media-libs/openal sys-libs/zlib virtual/opengl jpeg? ( virtual/jpeg ) " 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_RTI=OFF -DENABLE_SOUND=ON -DSIMGEAR_HEADLESS=OFF -DSIMGEAR_SHARED=ON -DSYSTEM_EXPAT=ON $(cmake-utils_use jpeg JPEG_FACTORY) $(cmake-utils_use_enable test TESTS) ) cmake-utils_src_configure }