public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2009-08-13  0:38 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 16+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-08-13  0:38 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/08/13 00:38:47

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  Reimport the old as-needed patch after the lua mess, thanks polynomial-c for the catch
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	12 Aug 2009 17:04:35 -0000	1.51
+++ ChangeLog	13 Aug 2009 00:38:47 -0000	1.52
@@ -1,6 +1,11 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.51 2009/08/12 17:04:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.52 2009/08/13 00:38:47 bicatali Exp $
+
+  13 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  celestia-1.6.0.ebuild, -files/celestia-1.6.0-as-needed.patch:
+  Reimport the old as-needed patch after the lua mess, thanks polynomial-c
+  for the catch
 
 *celestia-1.6.0 (21 Jul 2009)
 



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

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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- celestia-1.6.0.ebuild	12 Aug 2009 17:04:35 -0000	1.1
+++ celestia-1.6.0.ebuild	13 Aug 2009 00:38:47 -0000	1.2
@@ -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/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.1 2009/08/12 17:04:35 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.2 2009/08/13 00:38:47 bicatali Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 kde-functions autotools
@@ -64,7 +64,7 @@
 	# add a ~/.celestia for extra directories
 	epatch "${FILESDIR}"/${P}-cfg.patch
 	# as-needed forces to reorganize some files
-	epatch "${FILESDIR}"/${P}-as-needed.patch
+	epatch "${FILESDIR}"/${PN}-1.4.1-as-needed.patch
 	# missing includes with gcc 4.4
 	epatch "${FILESDIR}"/${PN}-1.5.1-gcc44.patch
 	# remove flags to let the user decide






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2009-09-06 18:24 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 16+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-09-06 18:24 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/09/06 18:24:06

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  Fixed when kde 3 when kde4 is installed, thanks to johannis, closing bug #282829
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	13 Aug 2009 00:38:47 -0000	1.52
+++ ChangeLog	6 Sep 2009 18:24:05 -0000	1.53
@@ -1,6 +1,11 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.52 2009/08/13 00:38:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.53 2009/09/06 18:24:05 bicatali Exp $
+
+  06 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  celestia-1.6.0.ebuild, +files/celestia-1.6.0-kde-3.5.patch:
+  Fixed when kde 3 when kde4 is installed, thanks to johannis, closing bug
+  #282829
 
   13 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org>
   celestia-1.6.0.ebuild, -files/celestia-1.6.0-as-needed.patch:



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.2&r2=1.3

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- celestia-1.6.0.ebuild	13 Aug 2009 00:38:47 -0000	1.2
+++ celestia-1.6.0.ebuild	6 Sep 2009 18:24:05 -0000	1.3
@@ -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/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.2 2009/08/13 00:38:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.3 2009/09/06 18:24:05 bicatali Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 kde-functions autotools
@@ -67,6 +67,9 @@
 	epatch "${FILESDIR}"/${PN}-1.4.1-as-needed.patch
 	# missing includes with gcc 4.4
 	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
 	# remove flags to let the user decide
 	for cf in -O2 -ffast-math \
 		-fexpensive-optimizations \






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2009-11-19  9:38 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 16+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-11-19  9:38 UTC (permalink / raw
  To: gentoo-commits

fauli       09/11/19 09:38:48

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  stable x86, bug 292956
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.56                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	12 Nov 2009 19:37:27 -0000	1.55
+++ ChangeLog	19 Nov 2009 09:38:47 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.55 2009/11/12 19:37:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.56 2009/11/19 09:38:47 fauli Exp $
+
+  19 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
+  celestia-1.6.0.ebuild:
+  stable x86, bug 292956
 
   12 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
   celestia-1.5.1.ebuild, celestia-1.6.0.ebuild:



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.5&r2=1.6

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- celestia-1.6.0.ebuild	12 Nov 2009 19:37:27 -0000	1.5
+++ celestia-1.6.0.ebuild	19 Nov 2009 09:38:47 -0000	1.6
@@ -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/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.5 2009/11/12 19:37:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.6 2009/11/19 09:38:47 fauli Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
 RDEPEND="virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2009-11-21 18:22 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 16+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-21 18:22 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/21 18:22:11

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  ppc stable #292956
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.57                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	19 Nov 2009 09:38:47 -0000	1.56
+++ ChangeLog	21 Nov 2009 18:22:10 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.56 2009/11/19 09:38:47 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.57 2009/11/21 18:22:10 nixnut Exp $
+
+  21 Nov 2009; nixnut <nixnut@gentoo.org> celestia-1.6.0.ebuild:
+  ppc stable #292956
 
   19 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
   celestia-1.6.0.ebuild:



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.6&r2=1.7

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- celestia-1.6.0.ebuild	19 Nov 2009 09:38:47 -0000	1.6
+++ celestia-1.6.0.ebuild	21 Nov 2009 18:22:11 -0000	1.7
@@ -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/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.6 2009/11/19 09:38:47 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.7 2009/11/21 18:22:11 nixnut Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
 RDEPEND="virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2009-12-02 11:48 Markus Meier (maekke)
  0 siblings, 0 replies; 16+ messages in thread
From: Markus Meier (maekke) @ 2009-12-02 11:48 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/02 11:48:50

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  amd64 stable, bug #292956
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	21 Nov 2009 18:22:10 -0000	1.57
+++ ChangeLog	2 Dec 2009 11:48:50 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.57 2009/11/21 18:22:10 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.58 2009/12/02 11:48:50 maekke Exp $
+
+  02 Dec 2009; Markus Meier <maekke@gentoo.org> celestia-1.6.0.ebuild:
+  amd64 stable, bug #292956
 
   21 Nov 2009; nixnut <nixnut@gentoo.org> celestia-1.6.0.ebuild:
   ppc stable #292956



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.7&r2=1.8

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- celestia-1.6.0.ebuild	21 Nov 2009 18:22:11 -0000	1.7
+++ celestia-1.6.0.ebuild	2 Dec 2009 11:48:50 -0000	1.8
@@ -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/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.7 2009/11/21 18:22:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.8 2009/12/02 11:48:50 maekke Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
 RDEPEND="virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2009-12-26 18:04 Raul Porcel (armin76)
  0 siblings, 0 replies; 16+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-26 18:04 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/26 18:04:39

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  sparc stable wrt #292956
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.59                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	2 Dec 2009 11:48:50 -0000	1.58
+++ ChangeLog	26 Dec 2009 18:04:39 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/celestia
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.58 2009/12/02 11:48:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.59 2009/12/26 18:04:39 armin76 Exp $
+
+  26 Dec 2009; Raúl Porcel <armin76@gentoo.org> celestia-1.6.0.ebuild:
+  sparc stable wrt #292956
 
   02 Dec 2009; Markus Meier <maekke@gentoo.org> celestia-1.6.0.ebuild:
   amd64 stable, bug #292956



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.8&r2=1.9

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- celestia-1.6.0.ebuild	2 Dec 2009 11:48:50 -0000	1.8
+++ celestia-1.6.0.ebuild	26 Dec 2009 18:04:39 -0000	1.9
@@ -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/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.8 2009/12/02 11:48:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.9 2009/12/26 18:04:39 armin76 Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
 RDEPEND="virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2010-01-11 22:13 Brent Baude (ranger)
  0 siblings, 0 replies; 16+ messages in thread
From: Brent Baude (ranger) @ 2010-01-11 22:13 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/11 22:13:49

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  stable ppc64, bug 292956
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.60                 sci-astronomy/celestia/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	26 Dec 2009 18:04:39 -0000	1.59
+++ ChangeLog	11 Jan 2010 22:13:49 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/celestia
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.59 2009/12/26 18:04:39 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.60 2010/01/11 22:13:49 ranger Exp $
+
+  11 Jan 2010; Brent Baude <ranger@gentoo.org> celestia-1.6.0.ebuild:
+  stable ppc64, bug 292956
 
   26 Dec 2009; Raúl Porcel <armin76@gentoo.org> celestia-1.6.0.ebuild:
   sparc stable wrt #292956



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild?r1=1.9&r2=1.10

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- celestia-1.6.0.ebuild	26 Dec 2009 18:04:39 -0000	1.9
+++ celestia-1.6.0.ebuild	11 Jan 2010 22:13:49 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.9 2009/12/26 18:04:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.10 2010/01/11 22:13:49 ranger Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
 RDEPEND="virtual/glu






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2010-03-08 18:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 16+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-08 18:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/08 18:24:09

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  Fix building with libpng14 wrt #307429 by Lars Wendler.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.62                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	12 Jan 2010 02:18:48 -0000	1.61
+++ ChangeLog	8 Mar 2010 18:24:08 -0000	1.62
@@ -1,6 +1,10 @@
 # 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.61 2010/01/12 02:18:48 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.62 2010/03/08 18:24:08 ssuominen Exp $
+
+  08 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> celestia-1.6.0.ebuild,
+  +files/celestia-1.6.0-libpng14.patch:
+  Fix building with libpng14 wrt #307429 by Lars Wendler.
 
   12 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org>
   -files/celestia-1.4.1-cfg.patch, -celestia-1.5.1.ebuild,



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

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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- celestia-1.6.0.ebuild	11 Jan 2010 22:13:49 -0000	1.10
+++ celestia-1.6.0.ebuild	8 Mar 2010 18:24:08 -0000	1.11
@@ -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.10 2010/01/11 22:13:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.11 2010/03/08 18:24:08 ssuominen Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -59,6 +59,7 @@
 	# 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
 	# remove flags to let the user decide
 	for cf in -O2 -ffast-math \
 		-fexpensive-optimizations \






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2010-06-24 17:20 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 16+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-24 17:20 UTC (permalink / raw
  To: gentoo-commits

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 \






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2010-08-12  2:53 Joseph Jezak (josejx)
  0 siblings, 0 replies; 16+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-12  2:53 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/12 02:53:00

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  Added -fsigned-char to CFLAGs to work around bug #316573.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	24 Jun 2010 17:20:48 -0000	1.63
+++ ChangeLog	12 Aug 2010 02:52:59 -0000	1.64
@@ -1,6 +1,9 @@
 # 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.63 2010/06/24 17:20:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.64 2010/08/12 02:52:59 josejx Exp $
+
+  12 Aug 2010; Joseph Jezak <josejx@gentoo.org> celestia-1.6.0.ebuild:
+  Added -fsigned-char to CFLAGs to work around bug #316573.
 
   24 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> celestia-1.6.0.ebuild,
   +files/celestia-1.6.0-gcc45.patch,



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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- celestia-1.6.0.ebuild	24 Jun 2010 17:20:48 -0000	1.12
+++ celestia-1.6.0.ebuild	12 Aug 2010 02:52:59 -0000	1.13
@@ -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.12 2010/06/24 17:20:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.13 2010/08/12 02:52:59 josejx Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -79,6 +79,11 @@
 	fi
 	eautoreconf
 	filter-flags "-funroll-loops -frerun-loop-opt"
+	
+	### This version of Celestia has a bug in the font rendering and
+	### requires -fsigned-char. We should be able to force this flag
+	### on all architectures. See bug #316573.
+	append-flags "-fsigned-char"
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2010-09-16 17:20 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 16+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-09-16 17:20 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/09/16 17:20:40

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  virtual/glut -> media-libs/glut
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	12 Aug 2010 02:52:59 -0000	1.64
+++ ChangeLog	16 Sep 2010 17:20:40 -0000	1.65
@@ -1,6 +1,10 @@
 # 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.64 2010/08/12 02:52:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.65 2010/09/16 17:20:40 scarabeus Exp $
+
+  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  celestia-1.6.0.ebuild:
+  virtual/glut -> media-libs/glut
 
   12 Aug 2010; Joseph Jezak <josejx@gentoo.org> celestia-1.6.0.ebuild:
   Added -fsigned-char to CFLAGs to work around bug #316573.



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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- celestia-1.6.0.ebuild	12 Aug 2010 14:24:09 -0000	1.14
+++ celestia-1.6.0.ebuild	16 Sep 2010 17:20:40 -0000	1.15
@@ -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.14 2010/08/12 14:24:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.15 2010/09/16 17:20:40 scarabeus Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -24,7 +24,7 @@
 		>=x11-libs/gtkglext-1.0
 		>=gnome-base/libgnomeui-2.0
 	)
-	!gtk? ( !gnome? ( virtual/glut ) )
+	!gtk? ( !gnome? ( media-libs/freeglut ) )
 	cairo? ( x11-libs/cairo )
 	theora? ( media-libs/libtheora )"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2010-09-16 18:15 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 16+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-09-16 18:15 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/09/16 18:15:08

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  virtual/glu -> virtual/opengl
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.66                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	16 Sep 2010 17:20:40 -0000	1.65
+++ ChangeLog	16 Sep 2010 18:15:08 -0000	1.66
@@ -1,6 +1,10 @@
 # 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.65 2010/09/16 17:20:40 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.66 2010/09/16 18:15:08 scarabeus Exp $
+
+  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  celestia-1.6.0.ebuild:
+  virtual/glu -> virtual/opengl
 
   16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   celestia-1.6.0.ebuild:



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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- celestia-1.6.0.ebuild	16 Sep 2010 17:20:40 -0000	1.15
+++ celestia-1.6.0.ebuild	16 Sep 2010 18:15:08 -0000	1.16
@@ -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.15 2010/09/16 17:20:40 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.16 2010/09/16 18:15:08 scarabeus Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -14,7 +14,7 @@
 KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="cairo gnome gtk nls pch theora threads"
 
-RDEPEND="virtual/glu
+RDEPEND="virtual/opengl
 	media-libs/jpeg
 	media-libs/libpng
 	>=dev-lang/lua-5.0






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2010-11-08 17:03 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 16+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-11-08 17:03 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/11/08 17:03:53

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  media-libs/jpeg -> virtual/jpeg
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	16 Sep 2010 18:15:08 -0000	1.66
+++ ChangeLog	8 Nov 2010 17:03:53 -0000	1.67
@@ -1,6 +1,9 @@
 # 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.66 2010/09/16 18:15:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.67 2010/11/08 17:03:53 xarthisius Exp $
+
+  08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> celestia-1.6.0.ebuild:
+  media-libs/jpeg -> virtual/jpeg
 
   16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   celestia-1.6.0.ebuild:



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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- celestia-1.6.0.ebuild	16 Sep 2010 18:15:08 -0000	1.16
+++ celestia-1.6.0.ebuild	8 Nov 2010 17:03:53 -0000	1.17
@@ -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.16 2010/09/16 18:15:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.17 2010/11/08 17:03:53 xarthisius Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -15,7 +15,7 @@
 IUSE="cairo gnome gtk nls pch theora threads"
 
 RDEPEND="virtual/opengl
-	media-libs/jpeg
+	virtual/jpeg
 	media-libs/libpng
 	>=dev-lang/lua-5.0
 	gtk? ( !gnome? ( >=x11-libs/gtk+-2.6 >=x11-libs/gtkglext-1.0 ) )






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2011-03-02 13:22 Justin Lecher (jlec)
  0 siblings, 0 replies; 16+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-02 13:22 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/02 13:22:23

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  Correct Slots for gtk 3 introduction to tree
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	8 Nov 2010 17:03:53 -0000	1.67
+++ ChangeLog	2 Mar 2011 13:22:23 -0000	1.68
@@ -1,6 +1,9 @@
 # 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.67 2010/11/08 17:03:53 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.68 2011/03/02 13:22:23 jlec Exp $
+
+  02 Mar 2011; Justin Lecher <jlec@gentoo.org> celestia-1.6.0.ebuild:
+  Correct Slots for gtk 3 introduction to tree
 
   08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> celestia-1.6.0.ebuild:
   media-libs/jpeg -> virtual/jpeg



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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- celestia-1.6.0.ebuild	8 Nov 2010 17:03:53 -0000	1.17
+++ celestia-1.6.0.ebuild	2 Mar 2011 13:22:23 -0000	1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.17 2010/11/08 17:03:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.18 2011/03/02 13:22:23 jlec Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -18,7 +18,7 @@
 	virtual/jpeg
 	media-libs/libpng
 	>=dev-lang/lua-5.0
-	gtk? ( !gnome? ( >=x11-libs/gtk+-2.6 >=x11-libs/gtkglext-1.0 ) )
+	gtk? ( !gnome? ( x11-libs/gtk+:2 >=x11-libs/gtkglext-1.0 ) )
 	gnome? (
 		>=x11-libs/gtk+-2.6
 		>=x11-libs/gtkglext-1.0






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2011-03-02 21:34 Justin Lecher (jlec)
  0 siblings, 0 replies; 16+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-02 21:34 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/02 21:34:44

  Modified:             ChangeLog celestia-1.6.0.ebuild
  Log:
  Correct Slots for gtk 3 introduction to tree
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	2 Mar 2011 13:22:23 -0000	1.68
+++ ChangeLog	2 Mar 2011 21:34:44 -0000	1.69
@@ -1,6 +1,9 @@
 # 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.68 2011/03/02 13:22:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.69 2011/03/02 21:34:44 jlec Exp $
+
+  02 Mar 2011; Justin Lecher <jlec@gentoo.org> celestia-1.6.0.ebuild:
+  Correct Slots for gtk 3 introduction to tree
 
   02 Mar 2011; Justin Lecher <jlec@gentoo.org> celestia-1.6.0.ebuild:
   Correct Slots for gtk 3 introduction to tree



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

Index: celestia-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- celestia-1.6.0.ebuild	2 Mar 2011 13:22:23 -0000	1.18
+++ celestia-1.6.0.ebuild	2 Mar 2011 21:34:44 -0000	1.19
@@ -1,6 +1,6 @@
 # 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.18 2011/03/02 13:22:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.19 2011/03/02 21:34:44 jlec Exp $
 
 EAPI=2
 inherit eutils flag-o-matic gnome2 autotools
@@ -20,7 +20,7 @@
 	>=dev-lang/lua-5.0
 	gtk? ( !gnome? ( x11-libs/gtk+:2 >=x11-libs/gtkglext-1.0 ) )
 	gnome? (
-		>=x11-libs/gtk+-2.6
+		x11-libs/gtk+:2
 		>=x11-libs/gtkglext-1.0
 		>=gnome-base/libgnomeui-2.0
 	)






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild
@ 2011-10-31 23:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 16+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-31 23:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/31 23:20:38

  Modified:             ChangeLog
  Removed:              celestia-1.6.0.ebuild
  Log:
  old, uncompatible with stable png
  
  (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)

Revision  Changes    Path
1.80                 sci-astronomy/celestia/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	31 Oct 2011 20:08:58 -0000	1.79
+++ ChangeLog	31 Oct 2011 23:20:37 -0000	1.80
@@ -1,6 +1,13 @@
 # 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.79 2011/10/31 20:08:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.80 2011/10/31 23:20:37 ssuominen Exp $
+
+  31 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  -files/celestia-1.4.1-as-needed.patch, -files/celestia-1.5.1-gcc44.patch,
+  -celestia-1.6.0.ebuild, -files/celestia-1.6.0-gcc45.patch,
+  -files/celestia-1.6.0-kde-3.5.patch, -files/celestia-1.6.0-libpng14.patch,
+  -files/celestia-1.6.0-parallel_install.patch:
+  old
 
   31 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> celestia-1.6.1.ebuild,
   +files/celestia-1.6.1-underlinking.patch:






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

end of thread, other threads:[~2011-10-31 23:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 17:20 [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia: ChangeLog celestia-1.6.0.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-31 23:20 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-08-12  2:53 Joseph Jezak (josejx)
2010-06-24 17:20 Kacper Kowalik (xarthisius)
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)

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