public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/mercator: mercator-0.2.5.ebuild ChangeLog
@ 2008-04-15 21:39 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2008-04-15 21:39 UTC (permalink / raw
  To: gentoo-commits

tupone      08/04/15 21:39:33

  Modified:             mercator-0.2.5.ebuild ChangeLog
  Log:
  Fix compilation for gcc-4.3 Bug #217626
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  dev-games/mercator/mercator-0.2.5.ebuild

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

Index: mercator-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mercator-0.2.5.ebuild	7 May 2007 22:02:28 -0000	1.2
+++ mercator-0.2.5.ebuild	15 Apr 2008 21:39:32 -0000	1.3
@@ -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/dev-games/mercator/mercator-0.2.5.ebuild,v 1.2 2007/05/07 22:02:28 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.2.5.ebuild,v 1.3 2008/04/15 21:39:32 tupone Exp $
 
 inherit eutils
 
@@ -17,6 +17,12 @@
 DEPEND="${REDEPEND}
 	dev-util/pkgconfig"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-gcc43.patch
+}
+
 src_compile() {
 	econf || die "econf failed"
 	emake || die "make failed"



1.3                  dev-games/mercator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/mercator/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 May 2007 22:02:28 -0000	1.2
+++ ChangeLog	15 Apr 2008 21:39:32 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-games/mercator
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/ChangeLog,v 1.2 2007/05/07 22:02:28 tupone Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/ChangeLog,v 1.3 2008/04/15 21:39:32 tupone Exp $
+
+  15 Apr 2008; Tupone Alfredo <tupone@gentoo.org>
+  +files/mercator-0.2.5-gcc43.patch, mercator-0.2.5.ebuild:
+  Fix compilation for gcc-4.3 Bug #217626 by Peter Alfredsen
 
   07 May 2007; Tupone Alfredo <tupone@gentoo.org> mercator-0.2.5.ebuild:
   Added ~amd64 keyword



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-games/mercator: mercator-0.2.5.ebuild ChangeLog
@ 2008-10-05 22:17 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-10-05 22:17 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/10/05 22:17:10

  Modified:             mercator-0.2.5.ebuild ChangeLog
  Log:
  Fix obvious typo in DEPEND.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.4                  dev-games/mercator/mercator-0.2.5.ebuild

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

Index: mercator-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mercator-0.2.5.ebuild	15 Apr 2008 21:39:32 -0000	1.3
+++ mercator-0.2.5.ebuild	5 Oct 2008 22:17:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.2.5.ebuild,v 1.3 2008/04/15 21:39:32 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.2.5.ebuild,v 1.4 2008/10/05 22:17:10 flameeyes Exp $
 
 inherit eutils
 
@@ -14,7 +14,7 @@
 SLOT="0"
 
 RDEPEND=">=dev-games/wfmath-0.3.2"
-DEPEND="${REDEPEND}
+DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
 src_unpack() {



1.4                  dev-games/mercator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/mercator/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	15 Apr 2008 21:39:32 -0000	1.3
+++ ChangeLog	5 Oct 2008 22:17:10 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/mercator
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/ChangeLog,v 1.3 2008/04/15 21:39:32 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/ChangeLog,v 1.4 2008/10/05 22:17:10 flameeyes Exp $
+
+  05 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> mercator-0.2.5.ebuild:
+  Fix obvious typo in DEPEND.
 
   15 Apr 2008; Tupone Alfredo <tupone@gentoo.org>
   +files/mercator-0.2.5-gcc43.patch, mercator-0.2.5.ebuild:






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

end of thread, other threads:[~2008-10-05 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05 22:17 [gentoo-commits] gentoo-x86 commit in dev-games/mercator: mercator-0.2.5.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-15 21:39 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