public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/atlas: atlas-0.3.1.ebuild ChangeLog
@ 2007-12-26  0:12 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-12-26  0:12 UTC (permalink / raw
  To: gentoo-commits

tupone      07/12/26 00:12:19

  Modified:             atlas-0.3.1.ebuild ChangeLog
  Log:
  Fix building with simgear 1.0.0 Bug #203303
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.4                  games-util/atlas/atlas-0.3.1.ebuild

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

Index: atlas-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- atlas-0.3.1.ebuild	6 Apr 2007 04:31:18 -0000	1.3
+++ atlas-0.3.1.ebuild	26 Dec 2007 00:12:19 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v 1.3 2007/04/06 04:31:18 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v 1.4 2007/12/26 00:12:19 tupone Exp $
 
-inherit eutils games
+inherit eutils autotools games
 
 MY_P="Atlas-${PV}"
 DESCRIPTION="Chart Program to use with Flightgear Flight Simulator"
@@ -22,6 +22,13 @@
 
 S=${WORKDIR}/${MY_P}
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-simgearNew.patch
+	eautoreconf
+}
+
 src_compile() {
 	egamesconf --with-fgbase="${GAMES_DATADIR}"/FlightGear || die
 	emake || die "emake failed"



1.14                 games-util/atlas/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/atlas/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/atlas/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/atlas/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	12 Mar 2007 18:20:22 -0000	1.13
+++ ChangeLog	26 Dec 2007 00:12:19 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for games-util/atlas
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.13 2007/03/12 18:20:22 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.14 2007/12/26 00:12:19 tupone Exp $
+
+  26 Dec 2007; Tupone Alfredo <tupone@gentoo.org>
+  +files/atlas-0.3.1-simgearNew.patch, atlas-0.3.1.ebuild:
+  Fix building with simgear 1.0.0 Bug #203303 by Thomas Witt
 
   12 Mar 2007; Marius Mauch <genone@gentoo.org> atlas-0.2.2-r1.ebuild,
   atlas-0.3.0.ebuild, atlas-0.3.1.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-util/atlas: atlas-0.3.1.ebuild ChangeLog
@ 2008-07-22 19:03 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-07-22 19:03 UTC (permalink / raw
  To: gentoo-commits

tupone      08/07/22 19:03:35

  Modified:             atlas-0.3.1.ebuild ChangeLog
  Log:
  Fix building with gcc-4.3 Bug #232445
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  games-util/atlas/atlas-0.3.1.ebuild

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

Index: atlas-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- atlas-0.3.1.ebuild	26 Dec 2007 00:12:19 -0000	1.4
+++ atlas-0.3.1.ebuild	22 Jul 2008 19:03:34 -0000	1.5
@@ -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-util/atlas/atlas-0.3.1.ebuild,v 1.4 2007/12/26 00:12:19 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.3.1.ebuild,v 1.5 2008/07/22 19:03:34 tupone Exp $
 
 inherit eutils autotools games
 
@@ -25,7 +25,8 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${P}-simgearNew.patch
+	epatch "${FILESDIR}"/${P}-simgearNew.patch \
+		"${FILESDIR}"/${P}-gcc-4.3.patch
 	eautoreconf
 }
 



1.15                 games-util/atlas/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/atlas/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/atlas/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/atlas/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	26 Dec 2007 00:12:19 -0000	1.14
+++ ChangeLog	22 Jul 2008 19:03:34 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for games-util/atlas
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.14 2007/12/26 00:12:19 tupone Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.15 2008/07/22 19:03:34 tupone Exp $
+
+  22 Jul 2008; Tupone Alfredo <tupone@gentoo.org>
+  +files/atlas-0.3.1-gcc-4.3.patch, atlas-0.3.1.ebuild:
+  Fix building with gcc-4.3 Bug #232445 by <bugs@dev.gentooexperimental.org>
 
   26 Dec 2007; Tupone Alfredo <tupone@gentoo.org>
   +files/atlas-0.3.1-simgearNew.patch, atlas-0.3.1.ebuild:






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

end of thread, other threads:[~2008-07-22 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-26  0:12 [gentoo-commits] gentoo-x86 commit in games-util/atlas: atlas-0.3.1.ebuild ChangeLog Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2008-07-22 19:03 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