public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: ChangeLog stellarium-0.10.2.ebuild
@ 2009-03-11 20:59 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-03-11 20:59 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/03/11 20:59:46

  Modified:             ChangeLog
  Added:                stellarium-0.10.2.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.49                 sci-astronomy/stellarium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	20 Feb 2009 18:08:04 -0000	1.48
+++ ChangeLog	11 Mar 2009 20:59:46 -0000	1.49
@@ -1,6 +1,12 @@
 # ChangeLog for sci-astronomy/stellarium
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.48 2009/02/20 18:08:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.49 2009/03/11 20:59:46 mr_bones_ Exp $
+
+*stellarium-0.10.2 (11 Mar 2009)
+
+  11 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +stellarium-0.10.2.ebuild:
+  version bump
 
   20 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
   stellarium-0.10.1.ebuild:



1.1                  sci-astronomy/stellarium/stellarium-0.10.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild?rev=1.1&content-type=text/plain

Index: stellarium-0.10.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.1 2009/03/11 20:59:46 mr_bones_ Exp $

EAPI=2
inherit cmake-utils eutils

DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time."
HOMEPAGE="http://www.stellarium.org/"
SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz"

LICENSE="GPL-2 BitstreamVera"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="nls"

RDEPEND="virtual/opengl
	virtual/glu
	media-libs/libpng
	media-libs/freetype:2
	dev-libs/boost
	media-libs/jpeg
	|| ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-script:4 x11-libs/qt-opengl:4 )  >=x11-libs/qt-4.4.2:4[opengl] )
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	>=dev-util/cmake-2.4.7
	nls? ( sys-devel/gettext )
	x11-libs/libXt"

src_configure() {
	mycmakeargs=$(cmake-utils_use_enable nls NLS)
	CMAKE_IN_SOURCE_BUILD=1 cmake-utils_src_configure
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	newicon doc/images/stellarium-logo.png ${PN}.png
	make_desktop_entry ${PN} Stellarium ${PN} "Education;Science;Astronomy;"
	dodoc AUTHORS ChangeLog README
}






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: ChangeLog stellarium-0.10.2.ebuild
@ 2009-05-31 15:52 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-05-31 15:52 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/31 15:52:16

  Modified:             ChangeLog stellarium-0.10.2.ebuild
  Log:
  Marking stellarium-0.10.2 ppc64 for bug 271176
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.50                 sci-astronomy/stellarium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	11 Mar 2009 20:59:46 -0000	1.49
+++ ChangeLog	31 May 2009 15:52:16 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/stellarium
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.49 2009/03/11 20:59:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.50 2009/05/31 15:52:16 ranger Exp $
+
+  31 May 2009; Brent Baude <ranger@gentoo.org> stellarium-0.10.2.ebuild:
+  Marking stellarium-0.10.2 ppc64 for bug 271176
 
 *stellarium-0.10.2 (11 Mar 2009)
 



1.3                  sci-astronomy/stellarium/stellarium-0.10.2.ebuild

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

Index: stellarium-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stellarium-0.10.2.ebuild	27 May 2009 17:26:35 -0000	1.2
+++ stellarium-0.10.2.ebuild	31 May 2009 15:52:16 -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/stellarium/stellarium-0.10.2.ebuild,v 1.2 2009/05/27 17:26:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.3 2009/05/31 15:52:16 ranger Exp $
 
 EAPI=2
 inherit cmake-utils eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 BitstreamVera"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 IUSE="nls"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: ChangeLog stellarium-0.10.2.ebuild
@ 2009-06-30  8:25 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-30  8:25 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/30 08:25:01

  Modified:             ChangeLog stellarium-0.10.2.ebuild
  Log:
  stable x86, bug 271176
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.51                 sci-astronomy/stellarium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	31 May 2009 15:52:16 -0000	1.50
+++ ChangeLog	30 Jun 2009 08:25:00 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for sci-astronomy/stellarium
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.50 2009/05/31 15:52:16 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.51 2009/06/30 08:25:00 fauli Exp $
+
+  30 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  stellarium-0.10.2.ebuild:
+  stable x86, bug 271176
 
   31 May 2009; Brent Baude <ranger@gentoo.org> stellarium-0.10.2.ebuild:
   Marking stellarium-0.10.2 ppc64 for bug 271176



1.5                  sci-astronomy/stellarium/stellarium-0.10.2.ebuild

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

Index: stellarium-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stellarium-0.10.2.ebuild	25 Jun 2009 20:34:32 -0000	1.4
+++ stellarium-0.10.2.ebuild	30 Jun 2009 08:25:00 -0000	1.5
@@ -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/stellarium/stellarium-0.10.2.ebuild,v 1.4 2009/06/25 20:34:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.5 2009/06/30 08:25:00 fauli Exp $
 
 EAPI=2
 inherit cmake-utils eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 BitstreamVera"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 IUSE="nls"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: ChangeLog stellarium-0.10.2.ebuild
@ 2009-07-01 20:47 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-07-01 20:47 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/01 20:47:05

  Modified:             ChangeLog stellarium-0.10.2.ebuild
  Log:
  amd64 stable, bug #271176
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 sci-astronomy/stellarium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	30 Jun 2009 08:25:00 -0000	1.51
+++ ChangeLog	1 Jul 2009 20:47:05 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/stellarium
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.51 2009/06/30 08:25:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.52 2009/07/01 20:47:05 maekke Exp $
+
+  01 Jul 2009; Markus Meier <maekke@gentoo.org> stellarium-0.10.2.ebuild:
+  amd64 stable, bug #271176
 
   30 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   stellarium-0.10.2.ebuild:



1.6                  sci-astronomy/stellarium/stellarium-0.10.2.ebuild

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

Index: stellarium-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- stellarium-0.10.2.ebuild	30 Jun 2009 08:25:00 -0000	1.5
+++ stellarium-0.10.2.ebuild	1 Jul 2009 20:47:05 -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/stellarium/stellarium-0.10.2.ebuild,v 1.5 2009/06/30 08:25:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.6 2009/07/01 20:47:05 maekke Exp $
 
 EAPI=2
 inherit cmake-utils eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 BitstreamVera"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="nls"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: ChangeLog stellarium-0.10.2.ebuild
@ 2009-08-09 13:14 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-09 13:14 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/09 13:14:45

  Modified:             ChangeLog stellarium-0.10.2.ebuild
  Log:
  ppc stable #271176
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.53                 sci-astronomy/stellarium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	1 Jul 2009 20:47:05 -0000	1.52
+++ ChangeLog	9 Aug 2009 13:14:45 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for sci-astronomy/stellarium
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.52 2009/07/01 20:47:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.53 2009/08/09 13:14:45 nixnut Exp $
+
+  09 Aug 2009; nixnut <nixnut@gentoo.org> stellarium-0.10.2.ebuild:
+  ppc stable #271176
 
   01 Jul 2009; Markus Meier <maekke@gentoo.org> stellarium-0.10.2.ebuild:
   amd64 stable, bug #271176



1.7                  sci-astronomy/stellarium/stellarium-0.10.2.ebuild

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

Index: stellarium-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- stellarium-0.10.2.ebuild	1 Jul 2009 20:47:05 -0000	1.6
+++ stellarium-0.10.2.ebuild	9 Aug 2009 13:14:45 -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/stellarium/stellarium-0.10.2.ebuild,v 1.6 2009/07/01 20:47:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.7 2009/08/09 13:14:45 nixnut Exp $
 
 EAPI=2
 inherit cmake-utils eutils
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 BitstreamVera"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="nls"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: ChangeLog stellarium-0.10.2.ebuild
@ 2009-11-13 18:04 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-13 18:04 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/11/13 18:04:09

  Modified:             ChangeLog stellarium-0.10.2.ebuild
  Log:
  boost isn't a run-time dep (bug #293079)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.54                 sci-astronomy/stellarium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	9 Aug 2009 13:14:45 -0000	1.53
+++ ChangeLog	13 Nov 2009 18:04:08 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for sci-astronomy/stellarium
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.53 2009/08/09 13:14:45 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.54 2009/11/13 18:04:08 mr_bones_ Exp $
+
+  13 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  stellarium-0.10.2.ebuild:
+  boost isn't a run-time dep (bug #293079)
 
   09 Aug 2009; nixnut <nixnut@gentoo.org> stellarium-0.10.2.ebuild:
   ppc stable #271176



1.8                  sci-astronomy/stellarium/stellarium-0.10.2.ebuild

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

Index: stellarium-0.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- stellarium-0.10.2.ebuild	9 Aug 2009 13:14:45 -0000	1.7
+++ stellarium-0.10.2.ebuild	13 Nov 2009 18:04:08 -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/stellarium/stellarium-0.10.2.ebuild,v 1.7 2009/08/09 13:14:45 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.8 2009/11/13 18:04:08 mr_bones_ Exp $
 
 EAPI=2
 inherit cmake-utils eutils
@@ -19,7 +19,6 @@
 	virtual/glu
 	media-libs/libpng
 	media-libs/freetype:2
-	dev-libs/boost
 	media-libs/jpeg
 	x11-libs/qt-core:4
 	x11-libs/qt-gui:4
@@ -27,6 +26,7 @@
 	x11-libs/qt-opengl:4
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
+	dev-libs/boost
 	>=dev-util/cmake-2.4.7
 	nls? ( sys-devel/gettext )
 	x11-libs/libXt"






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

end of thread, other threads:[~2009-11-13 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 20:47 [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: ChangeLog stellarium-0.10.2.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-13 18:04 Michael Sterrett (mr_bones_)
2009-08-09 13:14 Gysbert Wassenaar (nixnut)
2009-06-30  8:25 Christian Faulhammer (fauli)
2009-05-31 15:52 Brent Baude (ranger)
2009-03-11 20:59 Michael Sterrett (mr_bones_)

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