public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: fgrun-1.0.0.ebuild ChangeLog
@ 2008-09-19 10:14 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-09-19 10:14 UTC (permalink / raw
  To: gentoo-commits

tupone      08/09/19 10:14:48

  Modified:             fgrun-1.0.0.ebuild ChangeLog
  Log:
  Fix compilation with gcc-4.3. Bug #232917
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  games-simulation/fgrun/fgrun-1.0.0.ebuild

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

Index: fgrun-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fgrun-1.0.0.ebuild	1 Jan 2008 18:58:16 -0000	1.1
+++ fgrun-1.0.0.ebuild	19 Sep 2008 10:14:47 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.1 2008/01/01 18:58:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.2 2008/09/19 10:14:47 tupone Exp $
 
 inherit autotools eutils multilib games
 
@@ -22,7 +22,7 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}/${P}"-fltk.patch
+	epatch "${FILESDIR}/${P}"-{fltk,gcc43}.patch
 	AT_M4DIR=. eautoreconf
 }
 



1.4                  games-simulation/fgrun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	1 Jan 2008 18:58:16 -0000	1.3
+++ ChangeLog	19 Sep 2008 10:14:47 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for games-simulation/fgrun
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.3 2008/01/01 18:58:16 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.4 2008/09/19 10:14:47 tupone Exp $
+
+  19 Sep 2008; Tupone Alfredo <tupone@gentoo.org>
+  +files/fgrun-1.0.0-gcc43.patch, fgrun-1.0.0.ebuild:
+  Fix compilation with gcc-4.3. Bug #232917 by Florian Streibelt
 
 *fgrun-1.0.0 (01 Jan 2008)
 






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: fgrun-1.0.0.ebuild ChangeLog
@ 2008-11-14 18:46 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 4+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-11-14 18:46 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/11/14 18:46:00

  Modified:             fgrun-1.0.0.ebuild ChangeLog
  Log:
  Restrict fltk dependency to SLOT 1.1 (bug #246445).
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)

Revision  Changes    Path
1.3                  games-simulation/fgrun/fgrun-1.0.0.ebuild

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

Index: fgrun-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fgrun-1.0.0.ebuild	19 Sep 2008 10:14:47 -0000	1.2
+++ fgrun-1.0.0.ebuild	14 Nov 2008 18:46:00 -0000	1.3
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.2 2008/09/19 10:14:47 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.3 2008/11/14 18:46:00 coldwind Exp $
+
+EAPI=1
 
 inherit autotools eutils multilib games
 
@@ -14,7 +16,7 @@
 IUSE=""
 
 DEPEND="dev-games/simgear
-	x11-libs/fltk
+	x11-libs/fltk:1.1
 	games-simulation/flightgear
 	x11-libs/libXi
 	x11-libs/libXmu"



1.5                  games-simulation/fgrun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	19 Sep 2008 10:14:47 -0000	1.4
+++ ChangeLog	14 Nov 2008 18:46:00 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/fgrun
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.4 2008/09/19 10:14:47 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.5 2008/11/14 18:46:00 coldwind Exp $
+
+  14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> fgrun-1.0.0.ebuild:
+  Restrict fltk dependency to SLOT 1.1 (bug #246445).
 
   19 Sep 2008; Tupone Alfredo <tupone@gentoo.org>
   +files/fgrun-1.0.0-gcc43.patch, fgrun-1.0.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: fgrun-1.0.0.ebuild ChangeLog
@ 2009-01-13  2:09 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-13  2:09 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/13 02:09:58

  Modified:             fgrun-1.0.0.ebuild ChangeLog
  Log:
  EAPI=2; add use-based dep
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)

Revision  Changes    Path
1.4                  games-simulation/fgrun/fgrun-1.0.0.ebuild

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

Index: fgrun-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fgrun-1.0.0.ebuild	14 Nov 2008 18:46:00 -0000	1.3
+++ fgrun-1.0.0.ebuild	13 Jan 2009 02:09:58 -0000	1.4
@@ -1,9 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.3 2008/11/14 18:46:00 coldwind Exp $
-
-EAPI=1
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.4 2009/01/13 02:09:58 mr_bones_ Exp $
 
+EAPI=2
 inherit autotools eutils multilib games
 
 DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
@@ -16,24 +15,21 @@
 IUSE=""
 
 DEPEND="dev-games/simgear
-	x11-libs/fltk:1.1
+	x11-libs/fltk:1.1[opengl]
 	games-simulation/flightgear
 	x11-libs/libXi
 	x11-libs/libXmu"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${P}"-{fltk,gcc43}.patch
 	AT_M4DIR=. eautoreconf
 }
 
-src_compile() {
+src_prepare() {
 	egamesconf \
 		--with-plib-libraries=/usr/$(get_libdir) \
 		--with-plib-includes=/usr/include \
 		|| die
-	emake || die "emake failed"
 }
 
 src_install() {



1.6                  games-simulation/fgrun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Nov 2008 18:46:00 -0000	1.5
+++ ChangeLog	13 Jan 2009 02:09:58 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/fgrun
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.5 2008/11/14 18:46:00 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.6 2009/01/13 02:09:58 mr_bones_ Exp $
+
+  13 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> fgrun-1.0.0.ebuild:
+  EAPI=2; add use-based dep
 
   14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> fgrun-1.0.0.ebuild:
   Restrict fltk dependency to SLOT 1.1 (bug #246445).






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

* [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: fgrun-1.0.0.ebuild ChangeLog
@ 2009-10-17 17:34 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-10-17 17:34 UTC (permalink / raw
  To: gentoo-commits

tupone      09/10/17 17:34:40

  Modified:             fgrun-1.0.0.ebuild ChangeLog
  Log:
  Fix typo on src_configure. Bug #258405
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-simulation/fgrun/fgrun-1.0.0.ebuild

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

Index: fgrun-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fgrun-1.0.0.ebuild	13 Jan 2009 02:09:58 -0000	1.4
+++ fgrun-1.0.0.ebuild	17 Oct 2009 17:34:40 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.4 2009/01/13 02:09:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.5 2009/10/17 17:34:40 tupone Exp $
 
 EAPI=2
 inherit autotools eutils multilib games
@@ -14,18 +14,19 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-games/simgear
+RDEPEND="dev-games/simgear
 	x11-libs/fltk:1.1[opengl]
 	games-simulation/flightgear
 	x11-libs/libXi
 	x11-libs/libXmu"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}"-{fltk,gcc43}.patch
 	AT_M4DIR=. eautoreconf
 }
 
-src_prepare() {
+src_configure() {
 	egamesconf \
 		--with-plib-libraries=/usr/$(get_libdir) \
 		--with-plib-includes=/usr/include \



1.7                  games-simulation/fgrun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Jan 2009 02:09:58 -0000	1.6
+++ ChangeLog	17 Oct 2009 17:34:40 -0000	1.7
@@ -1,6 +1,9 @@
 # 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.6 2009/01/13 02:09:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.7 2009/10/17 17:34:40 tupone Exp $
+
+  17 Oct 2009; Tupone Alfredo <tupone@gentoo.org> fgrun-1.0.0.ebuild:
+  Fix typo on src_configure. Bug #258405 by Steven Parker
 
   13 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> fgrun-1.0.0.ebuild:
   EAPI=2; add use-based dep






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

end of thread, other threads:[~2009-10-17 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-17 17:34 [gentoo-commits] gentoo-x86 commit in games-simulation/fgrun: fgrun-1.0.0.ebuild ChangeLog Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-13  2:09 Michael Sterrett (mr_bones_)
2008-11-14 18:46 Santiago M. Mola (coldwind)
2008-09-19 10:14 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