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
commitfc3e0257253bc3d51371ed8b33004b1e595870e3 (patch)
tree780999da438ffc758906accd4979fdda67c01ccf /sci-astronomy/stellarium
parentFix building with USE=-jpeg #111895 by Andrey Kolbasenko. (diff)
downloadhistorical-fc3e0257253bc3d51371ed8b33004b1e595870e3.tar.gz
historical-fc3e0257253bc3d51371ed8b33004b1e595870e3.tar.bz2
historical-fc3e0257253bc3d51371ed8b33004b1e595870e3.zip
stable for x86
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-astronomy/stellarium')
-rw-r--r--sci-astronomy/stellarium/ChangeLog6
-rw-r--r--sci-astronomy/stellarium/Manifest4
-rw-r--r--sci-astronomy/stellarium/stellarium-0.7.1.ebuild7
3 files changed, 12 insertions, 5 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/Manifest b/sci-astronomy/stellarium/Manifest
index 8a21d04eb14c..6e42eb74df19 100644
--- a/sci-astronomy/stellarium/Manifest
+++ b/sci-astronomy/stellarium/Manifest
@@ -1,6 +1,6 @@
MD5 e4bdac528fd001633aa222d2b42fe048 metadata.xml 219
-MD5 2dfc421638cefad9dcdab4a882967e70 stellarium-0.7.1.ebuild 806
+MD5 fb45688dfa7acc33a52621fcd4dbec7b stellarium-0.7.1.ebuild 863
MD5 27f3b61e92aa8b1a450e3822c1697d57 stellarium-0.6.2.ebuild 637
-MD5 5cc72a85a255a01f0ff4091df14855b3 ChangeLog 2897
+MD5 7d2956c3c584c1eadaa95257d1ea153b ChangeLog 2997
MD5 f5da1da443e2c3a6bc8bce43e07e5742 files/digest-stellarium-0.6.2 69
MD5 d29c89b04a7be61c3500c69982369f3b files/digest-stellarium-0.7.1 70
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
}