public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: celestia-1.6.1.ebuild metadata.xml ChangeLog celestia-1.6.0.ebuild
@ 2011-07-16 17:47 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-07-16 17:47 UTC (permalink / raw
  To: gentoo-commits

jlec        11/07/16 17:47:20

  Modified:             celestia-1.6.1.ebuild metadata.xml ChangeLog
                        celestia-1.6.0.ebuild
  Log:
  Make it gold resistant, #372123
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-astronomy/celestia/celestia-1.6.1.ebuild

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

Index: celestia-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- celestia-1.6.1.ebuild	12 Jun 2011 10:42:44 -0000	1.1
+++ celestia-1.6.1.ebuild	16 Jul 2011 17:47:20 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.1 2011/06/12 10:42:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1.ebuild,v 1.2 2011/07/16 17:47:20 jlec Exp $
 
 EAPI=2
+
 inherit eutils flag-o-matic gnome2 autotools
 
 DESCRIPTION="OpenGL 3D space simulator"
@@ -14,7 +15,8 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
-RDEPEND="virtual/opengl
+RDEPEND="
+	virtual/opengl
 	virtual/jpeg
 	media-libs/libpng
 	>=dev-lang/lua-5.0
@@ -56,6 +58,9 @@
 	epatch "${FILESDIR}"/${P}-as-needed.patch
 	# fix missing includes for gcc-4.6
 	epatch "${FILESDIR}"/${P}-gcc46.patch
+	# underlinking fix with USE="-gnome -gtk"
+	epatch "${FILESDIR}"/${P}-gold.patch
+
 	# remove flags to let the user decide
 	for cf in -O2 -ffast-math \
 		-fexpensive-optimizations \



1.5                  sci-astronomy/celestia/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	15 Apr 2008 15:52:53 -0000	1.4
+++ metadata.xml	16 Jul 2011 17:47:20 -0000	1.5
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+	<herd>sci</herd>
+	<longdescription lang="en">
   Celestia is a real-time space simulation that lets you experience
   our universe in three dimensions. You can travel throughout the solar
   system, to any of over 100,000 stars, or beyond the galaxy. All



1.71                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	12 Jun 2011 10:42:44 -0000	1.70
+++ ChangeLog	16 Jul 2011 17:47:20 -0000	1.71
@@ -1,6 +1,10 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.70 2011/06/12 10:42:44 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.71 2011/07/16 17:47:20 jlec Exp $
+
+  16 Jul 2011; Justin Lecher <jlec@gentoo.org> celestia-1.6.0.ebuild,
+  celestia-1.6.1.ebuild, +files/celestia-1.6.1-gold.patch, metadata.xml:
+  Make it gold resistant, #372123
 
 *celestia-1.6.1 (12 Jun 2011)
 



1.20                 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.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.19&r2=1.20

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- celestia-1.6.0.ebuild	2 Mar 2011 21:34:44 -0000	1.19
+++ celestia-1.6.0.ebuild	16 Jul 2011 17:47:20 -0000	1.20
@@ -1,8 +1,9 @@
 # Copyright 1999-2011 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.19 2011/03/02 21:34:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.20 2011/07/16 17:47:20 jlec Exp $
 
 EAPI=2
+
 inherit eutils flag-o-matic gnome2 autotools
 
 DESCRIPTION="OpenGL 3D space simulator"
@@ -14,7 +15,8 @@
 KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
-RDEPEND="virtual/opengl
+RDEPEND="
+	virtual/opengl
 	virtual/jpeg
 	media-libs/libpng
 	>=dev-lang/lua-5.0






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-16 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16 17:47 [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: celestia-1.6.1.ebuild metadata.xml ChangeLog celestia-1.6.0.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox