diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-30 01:42:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-30 01:42:18 +0000 |
commit | bb3631e5744a41072d854f3d2a394f32f47f2cc2 (patch) | |
tree | 0f0a6c51bc97a9d13ab35596d5a0e62696b13366 /app-sci | |
parent | Removing all masked (deprecated) versions to match the nvidia-kernel removal.... (diff) | |
download | gentoo-2-bb3631e5744a41072d854f3d2a394f32f47f2cc2.tar.gz gentoo-2-bb3631e5744a41072d854f3d2a394f32f47f2cc2.tar.bz2 gentoo-2-bb3631e5744a41072d854f3d2a394f32f47f2cc2.zip |
version bump
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/stellarium/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/stellarium/Manifest | 8 | ||||
-rw-r--r-- | app-sci/stellarium/files/digest-stellarium-0.6.2 | 1 | ||||
-rw-r--r-- | app-sci/stellarium/stellarium-0.6.2.ebuild | 21 |
4 files changed, 34 insertions, 4 deletions
diff --git a/app-sci/stellarium/ChangeLog b/app-sci/stellarium/ChangeLog index 42289932d7c5..2690000a34a5 100644 --- a/app-sci/stellarium/ChangeLog +++ b/app-sci/stellarium/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-sci/stellarium # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/ChangeLog,v 1.13 2004/11/16 09:07:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/ChangeLog,v 1.14 2004/11/30 01:42:18 mr_bones_ Exp $ + +*stellarium-0.6.2 (29 Nov 2004) + + 29 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> + +stellarium-0.6.2.ebuild: + version bump 16 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> stellarium-0.6.1.ebuild: diff --git a/app-sci/stellarium/Manifest b/app-sci/stellarium/Manifest index 2c05bfc6d11e..12abae3b0c39 100644 --- a/app-sci/stellarium/Manifest +++ b/app-sci/stellarium/Manifest @@ -1,9 +1,11 @@ MD5 55dea7602ac1331ffe2438fe1411351f ChangeLog 1790 MD5 e4bdac528fd001633aa222d2b42fe048 metadata.xml 219 +MD5 0c44fdd7fda35617284d65263d894284 stellarium-0.6.1.ebuild 629 MD5 6fb808ee71ebfb5139461cf677ef5e0e stellarium-0.5.2.ebuild 754 MD5 7eeab5bc61da2ad2ec794d10af0101fa stellarium-0.6.0.ebuild 722 -MD5 0c44fdd7fda35617284d65263d894284 stellarium-0.6.1.ebuild 629 -MD5 a4fae4fd9a24841590bae608376c0842 files/0.6.0-gcc3.4.patch 1601 -MD5 86f0c7ba8d19b134d3fc0ba76f7cb419 files/digest-stellarium-0.5.2 69 +MD5 0c44fdd7fda35617284d65263d894284 stellarium-0.6.2.ebuild 629 MD5 66045214d764b4b038374273fd42f9ad files/digest-stellarium-0.6.0 69 +MD5 86f0c7ba8d19b134d3fc0ba76f7cb419 files/digest-stellarium-0.5.2 69 +MD5 a4fae4fd9a24841590bae608376c0842 files/0.6.0-gcc3.4.patch 1601 MD5 d959c84140ead43044325034d5cb2c21 files/digest-stellarium-0.6.1 69 +MD5 f5da1da443e2c3a6bc8bce43e07e5742 files/digest-stellarium-0.6.2 69 diff --git a/app-sci/stellarium/files/digest-stellarium-0.6.2 b/app-sci/stellarium/files/digest-stellarium-0.6.2 new file mode 100644 index 000000000000..b1c0b741cf8d --- /dev/null +++ b/app-sci/stellarium/files/digest-stellarium-0.6.2 @@ -0,0 +1 @@ +MD5 f00e99b88f53273419683cf18905e39c stellarium-0.6.2.tar.gz 9431913 diff --git a/app-sci/stellarium/stellarium-0.6.2.ebuild b/app-sci/stellarium/stellarium-0.6.2.ebuild new file mode 100644 index 000000000000..2fc203770a61 --- /dev/null +++ b/app-sci/stellarium/stellarium-0.6.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/stellarium-0.6.2.ebuild,v 1.1 2004/11/30 01:42:18 mr_bones_ Exp $ + +DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time." +HOMEPAGE="http://stellarium.free.fr/" +SRC_URI="mirror://sourceforge/stellarium/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND="virtual/x11 + virtual/opengl + media-libs/libsdl" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog INSTALL README TODO +} |