reavertm    14/08/13 00:23:06

  Modified:             ChangeLog
  Added:                fgrun-3.0.0.ebuild
  Removed:              fgrun-1.6.0.ebuild
  Log:
  Version bump, remove old, exported from git tag 3.0.0-final. Fixes bug 436600.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  Changes    Path
1.13                 games-simulation/fgrun/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/fgrun/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   21 Jan 2012 15:57:35 -0000      1.12
+++ ChangeLog   13 Aug 2014 00:23:06 -0000      1.13
@@ -1,6 +1,12 @@
 # ChangeLog for games-simulation/fgrun
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.12 
2012/01/21 15:57:35 reavertm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.13 
2014/08/13 00:23:06 reavertm Exp $
+
+*fgrun-3.0.0 (13 Aug 2014)
+
+  13 Aug 2014; Maciej Mrozowski <[email protected]> +fgrun-3.0.0.ebuild,
+  -fgrun-1.6.0.ebuild, -files/fgrun-1.5.2-fltk.patch:
+  Version bump, remove old, exported from git tag 3.0.0-final. Fixes bug 
436600.
 
 *fgrun-1.6.0 (21 Jan 2012)
 
@@ -53,4 +59,3 @@
   26 Apr 2007; Tupone Alfredo <[email protected]>
   +files/fgrun-0.4.8-fltk.patch, +metadata.xml, +fgrun-0.4.8.ebuild:
   New package. Bug #130115 by Lawrence Shafer
-



1.1                  games-simulation/fgrun/fgrun-3.0.0.ebuild

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

Index: fgrun-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/games-simulation/fgrun/fgrun-3.0.0.ebuild,v 
1.1 2014/08/13 00:23:06 reavertm Exp $

EAPI=5

inherit games cmake-utils

# Exported from git tag 3.0.0-final
MY_PN=fg-fgrun
MY_PV=e13e42811239008fded7685d8f2311bb571f6a58
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
HOMEPAGE="http://sourceforge.net/projects/fgrun";
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug nls"

COMMON_DEPEND="
        >=dev-games/openscenegraph-3.0.1
        sys-libs/zlib
        x11-libs/fltk:1[opengl,threads]
"
DEPEND="${COMMON_DEPEND}
        >=dev-games/simgear-${PV}
        >=dev-libs/boost-1.34
        nls? ( sys-devel/gettext )
"
RDEPEND="${COMMON_DEPEND}
        >=games-simulation/flightgear-${PV}
"

S=${WORKDIR}/${MY_PN}
DOCS=(AUTHORS NEWS)

src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
                $(cmake-utils_use_enable nls)
        )

        cmake-utils_src_configure
}

src_install() {
        cmake-utils_src_install

        prepgamesdirs
}




Reply via email to