public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: ChangeLog fgrun-1.5.2.ebuild
@ 2010-05-21 11:18 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-05-21 11:18 UTC (permalink / raw
  To: gentoo-commits

tupone      10/05/21 11:18:17

  Modified:             ChangeLog fgrun-1.5.2.ebuild
  Log:
  Require at least simgear 2.0.0. Fix bug #320367
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-simulation/fgrun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Mar 2010 20:29:56 -0000	1.9
+++ ChangeLog	21 May 2010 11:18:16 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/fgrun
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.9 2010/03/19 20:29:56 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.10 2010/05/21 11:18:16 tupone Exp $
+
+  21 May 2010; Tupone Alfredo <tupone@gentoo.org> fgrun-1.5.2.ebuild:
+  Require at least simgear 2.0.0. Fix bug #320367 by flameeyes@gentoo.org
 
 *fgrun-1.5.2 (19 Mar 2010)
 



1.2                  games-simulation/fgrun/fgrun-1.5.2.ebuild

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

Index: fgrun-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fgrun-1.5.2.ebuild	19 Mar 2010 20:29:56 -0000	1.1
+++ fgrun-1.5.2.ebuild	21 May 2010 11:18:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.1 2010/03/19 20:29:56 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.2 2010/05/21 11:18:16 tupone Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -14,13 +14,13 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-games/simgear
+DEPEND=">=dev-games/simgear-2
 	|| (
 		<x11-libs/fltk-1.1.9:1.1[opengl]
 		>=x11-libs/fltk-1.1.9:1.1[opengl,threads]
 	)"
 RDEPEND="${DEPEND}
-	>=games-simulation/flightgear-1.9.0"
+	>=games-simulation/flightgear-2"
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}"-fltk.patch






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: ChangeLog fgrun-1.5.2.ebuild
@ 2011-03-20 20:16 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-20 20:16 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/20 20:16:57

  Modified:             ChangeLog fgrun-1.5.2.ebuild
  Log:
  x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 games-simulation/fgrun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	21 May 2010 11:18:16 -0000	1.10
+++ ChangeLog	20 Mar 2011 20:16:57 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/fgrun
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.10 2010/05/21 11:18:16 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.11 2011/03/20 20:16:57 jlec Exp $
+
+  20 Mar 2011; Justin Lecher <jlec@gentoo.org> fgrun-1.5.2.ebuild:
+  x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
 
   21 May 2010; Tupone Alfredo <tupone@gentoo.org> fgrun-1.5.2.ebuild:
   Require at least simgear 2.0.0. Fix bug #320367 by flameeyes@gentoo.org



1.4                  games-simulation/fgrun/fgrun-1.5.2.ebuild

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

Index: fgrun-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fgrun-1.5.2.ebuild	14 Oct 2010 03:04:06 -0000	1.3
+++ fgrun-1.5.2.ebuild	20 Mar 2011 20:16:57 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.3 2010/10/14 03:04:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.4 2011/03/20 20:16:57 jlec Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -14,8 +14,9 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=dev-games/simgear-2
-		>=x11-libs/fltk-1.1.9:1.1[opengl,threads]"
+DEPEND="
+	>=dev-games/simgear-2
+	x11-libs/fltk:1[opengl,threads]"
 RDEPEND="${DEPEND}
 	>=games-simulation/flightgear-2"
 






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: ChangeLog fgrun-1.5.2.ebuild
@ 2010-03-19 20:29 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-03-19 20:29 UTC (permalink / raw
  To: gentoo-commits

tupone      10/03/19 20:29:57

  Modified:             ChangeLog
  Added:                fgrun-1.5.2.ebuild
  Log:
  Version bump to 1.5.2 Bug #307681
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.9                  games-simulation/fgrun/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/fgrun/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	28 Oct 2009 15:28:05 -0000	1.8
+++ ChangeLog	19 Mar 2010 20:29:56 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for games-simulation/fgrun
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.8 2009/10/28 15:28:05 voyageur Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.9 2010/03/19 20:29:56 tupone Exp $
+
+*fgrun-1.5.2 (19 Mar 2010)
+
+  19 Mar 2010; Tupone Alfredo <tupone@gentoo.org> +fgrun-1.5.2.ebuild,
+  +files/fgrun-1.5.2-fltk.patch:
+  Version bump to 1.5.2 Bug #307681 by Auke Booij (tulcod)
 
 *fgrun-1.5.1 (28 Oct 2009)
 



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

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

Index: fgrun-1.5.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.1 2010/03/19 20:29:56 tupone Exp $

EAPI=2
inherit autotools eutils multilib games

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

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

DEPEND="dev-games/simgear
	|| (
		<x11-libs/fltk-1.1.9:1.1[opengl]
		>=x11-libs/fltk-1.1.9:1.1[opengl,threads]
	)"
RDEPEND="${DEPEND}
	>=games-simulation/flightgear-1.9.0"

src_prepare() {
	epatch "${FILESDIR}/${P}"-fltk.patch
	AT_M4DIR=. eautoreconf
}

src_configure() {
	egamesconf \
		--with-plib-libraries=/usr/$(get_libdir) \
		--with-plib-includes=/usr/include
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS NEWS
	prepgamesdirs
}






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

end of thread, other threads:[~2011-03-20 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-21 11:18 [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: ChangeLog fgrun-1.5.2.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-20 20:16 Justin Lecher (jlec)
2010-03-19 20:29 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