diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-29 00:00:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-29 00:00:23 +0000 |
commit | a751c23e1b32e0f88167f43016aa14d92db8588e (patch) | |
tree | ca070673447b8777dd29f01b484cf86d6d6d6aee /app-sci | |
parent | Version bump and old version clean out. Bug #58388 (Manifest recommit) (diff) | |
download | gentoo-2-a751c23e1b32e0f88167f43016aa14d92db8588e.tar.gz gentoo-2-a751c23e1b32e0f88167f43016aa14d92db8588e.tar.bz2 gentoo-2-a751c23e1b32e0f88167f43016aa14d92db8588e.zip |
tidy
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/stellarium/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/stellarium/stellarium-0.6.0.ebuild | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-sci/stellarium/ChangeLog b/app-sci/stellarium/ChangeLog index 770303aa2d35..95d98ceffad5 100644 --- a/app-sci/stellarium/ChangeLog +++ b/app-sci/stellarium/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2004/07/28 23:42:26 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/ChangeLog,v 1.8 2004/07/29 00:00:23 mr_bones_ Exp $ + + 28 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + stellarium-0.6.0.ebuild: + tidy 28 Jul 2004; Olivier Fisette <ribosome@gentoo.org> stellarium-0.6.0.ebuild: diff --git a/app-sci/stellarium/stellarium-0.6.0.ebuild b/app-sci/stellarium/stellarium-0.6.0.ebuild index e41d3ff0cf7c..062015e97c1e 100644 --- a/app-sci/stellarium/stellarium-0.6.0.ebuild +++ b/app-sci/stellarium/stellarium-0.6.0.ebuild @@ -1,25 +1,21 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.0.ebuild,v 1.1 2004/07/28 23:42:26 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/stellarium/stellarium-0.6.0.ebuild,v 1.2 2004/07/29 00:00:23 mr_bones_ Exp $ DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time." HOMEPAGE="http://stellarium.free.fr/" SRC_URI="http://stellarium.free.fr/download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="virtual/x11 virtual/opengl media-libs/libsdl" -src_compile() { - econf || die - emake || die -} - src_install() { - einstall || die + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog INSTALL README TODO } |