public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Mrozowski (reavertm)" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: metadata.xml ChangeLog flightgear-2.4.0.ebuild
Date: Sun, 16 Oct 2011 02:31:25 +0000 (UTC)	[thread overview]
Message-ID: <20111016023125.0F29B2004C@flycatcher.gentoo.org> (raw)

reavertm    11/10/16 02:31:25

  Modified:             metadata.xml ChangeLog
  Added:                flightgear-2.4.0.ebuild
  Log:
  Version bump, bug 379617. Take over maintenance.
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-simulation/flightgear/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	4 Mar 2004 17:05:59 -0000	1.2
+++ metadata.xml	16 Oct 2011 02:31:24 -0000	1.3
@@ -2,4 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>games</herd>
+<maintainer>
+	<email>reavertm@gentoo.org</email>
+	<name>Maciej Mrozowski</name>
+</maintainer>
 </pkgmetadata>



1.50                 games-simulation/flightgear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	26 Feb 2011 13:30:27 -0000	1.49
+++ ChangeLog	16 Oct 2011 02:31:24 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for games-simulation/flightgear
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.49 2011/02/26 13:30:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.50 2011/10/16 02:31:24 reavertm Exp $
+
+*flightgear-2.4.0 (16 Oct 2011)
+
+  16 Oct 2011; Maciej Mrozowski <reavertm@gentoo.org> +flightgear-2.4.0.ebuild,
+  metadata.xml:
+  Version bump, bug 379617. Take over maintenance.
 
   26 Feb 2011; Raúl Porcel <armin76@gentoo.org> flightgear-1.9.1.ebuild,
   flightgear-2.0.0.ebuild:



1.1                  games-simulation/flightgear/flightgear-2.4.0.ebuild

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

Index: flightgear-2.4.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v 1.1 2011/10/16 02:31:24 reavertm Exp $

EAPI=3

inherit autotools eutils games

DESCRIPTION="Open Source Flight Simulator"
HOMEPAGE="http://www.flightgear.org/"
SRC_URI="mirror://flightgear/Source/${P}.tar.bz2
	mirror://flightgear/Shared/FlightGear-data-${PV}.tar.bz2"

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

COMMON_DEPEND="
	>=dev-games/openscenegraph-3.0.1[png]
	dev-vcs/subversion
	media-libs/freealut
	media-libs/openal
	sys-libs/zlib
	virtual/jpeg
	x11-libs/libXi
	x11-libs/libXmu
"
# Those provide either only C++ headers or static libraries
DEPEND="${COMMON_DEPEND}
	>=dev-libs/boost-1.37
	~dev-games/simgear-2.4.0
	>=media-libs/plib-1.8.5
"
RDEPEND="${COMMON_DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-2.0.0-sdl.patch
	eautoreconf
}

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		--disable-glut \
		$(use_with debug logging) \
		$(use_enable sdl)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	insinto "${GAMES_DATADIR}"/${PN}
	doins -r ../data/* || die "doins failed"
	newicon ../data/Aircraft/A6M2/thumbnail.jpg ${PN}.jpg
	make_desktop_entry fgfs FlightGear /usr/share/pixmaps/${PN}.jpg
	dodoc AUTHORS ChangeLog NEWS README Thanks
	prepgamesdirs
}






                 reply	other threads:[~2011-10-16  2:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111016023125.0F29B2004C@flycatcher.gentoo.org \
    --to=reavertm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox