public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber (xmw)" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/simgear: simgear-2.4.0.ebuild ChangeLog
Date: Mon,  9 Jul 2012 15:08:17 +0000 (UTC)	[thread overview]
Message-ID: <20120709150817.C851E20063@flycatcher.gentoo.org> (raw)

xmw         12/07/09 15:08:17

  Modified:             simgear-2.4.0.ebuild ChangeLog
  Log:
  Fix boost-1.48 compilation issue (bug 407433, c bou)
  
  (Portage version: 2.1.11.5/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-games/simgear/simgear-2.4.0.ebuild

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

Index: simgear-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-2.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simgear-2.4.0.ebuild	6 Apr 2012 10:48:32 -0000	1.3
+++ simgear-2.4.0.ebuild	9 Jul 2012 15:08:17 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-2.4.0.ebuild,v 1.3 2012/04/06 10:48:32 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-2.4.0.ebuild,v 1.4 2012/07/09 15:08:17 xmw Exp $
 
 EAPI=4
 
-inherit autotools-utils
+inherit autotools-utils eutils
 
 DESCRIPTION="Development library for simulation games"
 HOMEPAGE="http://www.simgear.org/"
@@ -17,18 +17,20 @@
 
 RESTRICT="test"
 
-RDEPEND="
-	>=dev-games/openscenegraph-3.0.1
+RDEPEND=">=dev-games/openscenegraph-3.0.1
 	>=dev-libs/boost-1.37
 	dev-vcs/subversion
 	media-libs/freealut
 	media-libs/openal
-	>=media-libs/plib-1.8.5
-"
+	>=media-libs/plib-1.8.5"
 DEPEND="${RDEPEND}"
 
 DOCS=(AUTHORS NEWS TODO)
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-boost148.patch
+}
+
 src_configure() {
 	myeconfargs=(
 		--with-jpeg-factory



1.50                 dev-games/simgear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	6 Apr 2012 10:48:32 -0000	1.49
+++ ChangeLog	9 Jul 2012 15:08:17 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-games/simgear
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.49 2012/04/06 10:48:32 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.50 2012/07/09 15:08:17 xmw Exp $
+
+  09 Jul 2012; Michael Weber <xmw@gentoo.org>
+  +files/simgear-2.4.0-boost148.patch, simgear-2.4.0.ebuild:
+  Fix boost-1.48 compilation issue (bug 407433, c bou)
 
   06 Apr 2012; Andreas Schuerch <nativemad@gentoo.org> simgear-2.4.0.ebuild:
   x86 stable, see bug 405665






             reply	other threads:[~2012-07-09 15:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09 15:08 Michael Weber (xmw) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-10  4:52 [gentoo-commits] gentoo-x86 commit in dev-games/simgear: simgear-2.4.0.ebuild ChangeLog Michael Weber (xmw)
2012-04-06 10:48 Andreas Schuerch (nativemad)
2012-03-11 22:40 Tony Vroon (chainsaw)

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=20120709150817.C851E20063@flycatcher.gentoo.org \
    --to=xmw@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