public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: ChangeLog flightgear-2.4.0.ebuild
@ 2011-10-19  6:36 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-10-19  6:36 UTC (permalink / raw
  To: gentoo-commits

tupone      11/10/19 06:36:06

  Modified:             ChangeLog flightgear-2.4.0.ebuild
  Log:
  Fix build with new subversion. Bug #387379
  
  (Portage version: 2.1.10.28/cvs/Linux i686)

Revision  Changes    Path
1.51                 games-simulation/flightgear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	16 Oct 2011 02:31:24 -0000	1.50
+++ ChangeLog	19 Oct 2011 06:36:06 -0000	1.51
@@ -1,6 +1,10 @@
 # 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.50 2011/10/16 02:31:24 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.51 2011/10/19 06:36:06 tupone Exp $
+
+  19 Oct 2011; Tupone Alfredo <tupone@gentoo.org> flightgear-2.4.0.ebuild,
+  +files/flightgear-2.4.0-svn.patch:
+  Fix build with new subversion. Bug #387379 by Juergen Rose
 
 *flightgear-2.4.0 (16 Oct 2011)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild?r1=1.1&r2=1.2

Index: flightgear-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flightgear-2.4.0.ebuild	16 Oct 2011 02:31:24 -0000	1.1
+++ flightgear-2.4.0.ebuild	19 Oct 2011 06:36:06 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v 1.2 2011/10/19 06:36:06 tupone Exp $
 
 EAPI=3
 
@@ -35,7 +35,8 @@
 RDEPEND="${COMMON_DEPEND}"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-2.0.0-sdl.patch
+	epatch "${FILESDIR}"/${PN}-2.0.0-sdl.patch \
+		"${FILESDIR}"/${P}-svn.patch
 	eautoreconf
 }
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: ChangeLog flightgear-2.4.0.ebuild
@ 2012-03-11 22:42 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2012-03-11 22:42 UTC (permalink / raw
  To: gentoo-commits

chainsaw    12/03/11 22:42:19

  Modified:             ChangeLog flightgear-2.4.0.ebuild
  Log:
  Marked stable on AMD64 based on arch testing by Maurizio "k01" Camisaschi & Elijah "Armageddon" El Lazkani in bug #405665.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 games-simulation/flightgear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	19 Oct 2011 06:36:06 -0000	1.51
+++ ChangeLog	11 Mar 2012 22:42:19 -0000	1.52
@@ -1,6 +1,10 @@
 # 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.51 2011/10/19 06:36:06 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.52 2012/03/11 22:42:19 chainsaw Exp $
+
+  11 Mar 2012; Tony Vroon <chainsaw@gentoo.org> flightgear-2.4.0.ebuild:
+  Marked stable on AMD64 based on arch testing by Maurizio "k01" Camisaschi &
+  Elijah "Armageddon" El Lazkani in bug #405665.
 
   19 Oct 2011; Tupone Alfredo <tupone@gentoo.org> flightgear-2.4.0.ebuild,
   +files/flightgear-2.4.0-svn.patch:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild?r1=1.2&r2=1.3

Index: flightgear-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flightgear-2.4.0.ebuild	19 Oct 2011 06:36:06 -0000	1.2
+++ flightgear-2.4.0.ebuild	11 Mar 2012 22:42:19 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.2 2011/10/19 06:36:06 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v 1.3 2012/03/11 22:42:19 chainsaw Exp $
 
 EAPI=3
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="debug sdl"
 
 COMMON_DEPEND="






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: ChangeLog flightgear-2.4.0.ebuild
@ 2012-04-06 10:53 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-04-06 10:53 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/04/06 10:53:38

  Modified:             ChangeLog flightgear-2.4.0.ebuild
  Log:
  x86 stable, see bug 405665, thanks Mikle.
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.53                 games-simulation/flightgear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	11 Mar 2012 22:42:19 -0000	1.52
+++ ChangeLog	6 Apr 2012 10:53:37 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/flightgear
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.52 2012/03/11 22:42:19 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.53 2012/04/06 10:53:37 nativemad Exp $
+
+  06 Apr 2012; Andreas Schuerch <nativemad@gentoo.org> flightgear-2.4.0.ebuild:
+  x86 stable, see bug 405665
 
   11 Mar 2012; Tony Vroon <chainsaw@gentoo.org> flightgear-2.4.0.ebuild:
   Marked stable on AMD64 based on arch testing by Maurizio "k01" Camisaschi &



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild?r1=1.3&r2=1.4

Index: flightgear-2.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flightgear-2.4.0.ebuild	11 Mar 2012 22:42:19 -0000	1.3
+++ flightgear-2.4.0.ebuild	6 Apr 2012 10:53:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.3 2012/03/11 22:42:19 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v 1.4 2012/04/06 10:53:37 nativemad Exp $
 
 EAPI=3
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug sdl"
 
 COMMON_DEPEND="






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-06 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 22:42 [gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: ChangeLog flightgear-2.4.0.ebuild Tony Vroon (chainsaw)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-06 10:53 Andreas Schuerch (nativemad)
2011-10-19  6:36 Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox