reavertm    15/01/11 13:52:20

  Modified:             ChangeLog
  Added:                simgear-3.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  Changes    Path
1.67                 dev-games/simgear/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.67&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.67&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   12 Aug 2014 22:43:01 -0000      1.66
+++ ChangeLog   11 Jan 2015 13:52:20 -0000      1.67
@@ -1,6 +1,11 @@
 # ChangeLog for dev-games/simgear
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.66 
2014/08/12 22:43:01 reavertm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.67 
2015/01/11 13:52:20 reavertm Exp $
+
+*simgear-3.2.0 (11 Jan 2015)
+
+  11 Jan 2015; Maciej Mrozowski <reave...@gentoo.org> +simgear-3.2.0.ebuild:
+  Version bump.
 
   12 Aug 2014; Maciej Mrozowski <reave...@gentoo.org> -simgear-2.10.0.ebuild,
   -simgear-2.12.1.ebuild, -simgear-2.8.0-r1.ebuild:



1.1                  dev-games/simgear/simgear-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.2.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.2.0.ebuild?rev=1.1&content-type=text/plain

Index: simgear-3.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.2.0.ebuild,v 1.1 
2015/01/11 13:52:20 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 subversion test"

COMMON_DEPEND="
        dev-libs/expat
        >=dev-games/openscenegraph-3.2.0
        media-libs/openal
        sys-libs/zlib
        virtual/opengl
"
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=(
                -ENABLE_PKGUTIL=OFF
                -DENABLE_RTI=OFF
                -DENABLE_SOUND=ON
                -DSIMGEAR_HEADLESS=OFF
                -DSIMGEAR_SHARED=ON
                -DSYSTEM_EXPAT=ON
                $(cmake-utils_use_enable test TESTS)
        )
        cmake-utils_src_configure
}




Reply via email to