summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-09 06:59:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-09 06:59:35 +0000
commitce053bf4733c8588d9717711d3b6e5d8c50e4228 (patch)
tree87f35d8fdeca832eef6c58b3e26600e6b7f1c4e2 /sci-astronomy
parentFix building with USE=-jpeg #111895 by Andrey Kolbasenko. (diff)
downloadgentoo-2-ce053bf4733c8588d9717711d3b6e5d8c50e4228.tar.gz
gentoo-2-ce053bf4733c8588d9717711d3b6e5d8c50e4228.tar.bz2
gentoo-2-ce053bf4733c8588d9717711d3b6e5d8c50e4228.zip
stable for x86
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/ChangeLog6
-rw-r--r--sci-astronomy/stellarium/stellarium-0.7.1.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index b4c4a25b6ece..52b5c71070d0 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.7 2005/09/17 21:47:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.8 2005/11/09 06:59:35 mr_bones_ Exp $
+
+ 09 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ stellarium-0.7.1.ebuild:
+ stable for x86
*stellarium-0.7.1 (17 Sep 2005)
diff --git a/sci-astronomy/stellarium/stellarium-0.7.1.ebuild b/sci-astronomy/stellarium/stellarium-0.7.1.ebuild
index c59788326dd9..98ae40fe4811 100644
--- a/sci-astronomy/stellarium/stellarium-0.7.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.7.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.7.1.ebuild,v 1.2 2005/09/19 18:19:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.7.1.ebuild,v 1.3 2005/11/09 06:59:35 mr_bones_ Exp $
+
+inherit eutils
DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time."
HOMEPAGE="http://stellarium.free.fr/"
@@ -8,7 +10,7 @@ SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="nls"
DEPEND="virtual/x11
@@ -27,5 +29,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
+ make_desktop_entry stellarium Stellarium
dodoc AUTHORS ChangeLog README TODO
}