public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kacper Kowalik (xarthisius)" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
Date: Thu, 24 Jun 2010 17:20:49 +0000 (UTC)	[thread overview]
Message-ID: <20100624172049.551E02CF4C@corvid.gentoo.org> (raw)

xarthisius    10/06/24 17:20:49

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  Fix parallel install, fix build with GCC-4.5 wrt bug 317507. Thanks to Philipp <sefi@s-e-f-i.de> for reporting and patch.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	8 Mar 2010 18:24:08 -0000	1.62
+++ ChangeLog	24 Jun 2010 17:20:48 -0000	1.63
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.62 2010/03/08 18:24:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.63 2010/06/24 17:20:48 xarthisius Exp $
+
+  24 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> celestia-1.6.0.ebuild,
+  +files/celestia-1.6.0-gcc45.patch,
+  +files/celestia-1.6.0-parallel_install.patch:
+  Fix parallel install, fix build with GCC-4.5 wrt bug 317507. Thanks to
+  Philipp <sefi@s-e-f-i.de> for reporting and patch.
 
   08 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> celestia-1.6.0.ebuild,
   +files/celestia-1.6.0-libpng14.patch:



1.12                 sci-astronomy/celestia/celestia-1.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.11&r2=1.12

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- celestia-1.6.0.ebuild	8 Mar 2010 18:24:08 -0000	1.11
+++ celestia-1.6.0.ebuild	24 Jun 2010 17:20:48 -0000	1.12
@@ -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/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.11 2010/03/08 18:24:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.12 2010/06/24 17:20:48 xarthisius Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -58,8 +58,10 @@
 	epatch "${FILESDIR}"/${PN}-1.5.1-gcc44.patch
 	# needed for proper detection of kde-3.5 in the presence
 	# of kde4
-	epatch "${FILESDIR}"/${P}-kde-3.5.patch
-	epatch "${FILESDIR}"/${P}-libpng14.patch
+	epatch "${FILESDIR}"/${P}-kde-3.5.patch \
+		"${FILESDIR}"/${P}-libpng14.patch \
+		"${FILESDIR}"/${P}-gcc45.patch \
+		"${FILESDIR}"/${P}-parallel_install.patch
 	# remove flags to let the user decide
 	for cf in -O2 -ffast-math \
 		-fexpensive-optimizations \






             reply	other threads:[~2010-06-24 17:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-24 17:20 Kacper Kowalik (xarthisius) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-10-31 23:20 [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild Samuli Suominen (ssuominen)
2011-03-02 21:34 Justin Lecher (jlec)
2011-03-02 13:22 Justin Lecher (jlec)
2010-11-08 17:03 Kacper Kowalik (xarthisius)
2010-09-16 18:15 Tomas Chvatal (scarabeus)
2010-09-16 17:20 Tomas Chvatal (scarabeus)
2010-08-12  2:53 Joseph Jezak (josejx)
2010-03-08 18:24 Samuli Suominen (ssuominen)
2010-01-11 22:13 Brent Baude (ranger)
2009-12-26 18:04 Raul Porcel (armin76)
2009-12-02 11:48 Markus Meier (maekke)
2009-11-21 18:22 Gysbert Wassenaar (nixnut)
2009-11-19  9:38 Christian Faulhammer (fauli)
2009-09-06 18:24 Sebastien Fabbro (bicatali)
2009-08-13  0:38 Sebastien Fabbro (bicatali)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100624172049.551E02CF4C@corvid.gentoo.org \
    --to=xarthisius@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox