diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-16 17:01:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-16 17:01:31 +0000 |
commit | 575d3349681c91fd29a2bff73a322f6b12d57ca8 (patch) | |
tree | 34d81344a9409933788b509ffa14c7758df0a410 /sci-astronomy | |
parent | version bump (diff) | |
download | gentoo-2-575d3349681c91fd29a2bff73a322f6b12d57ca8.tar.gz gentoo-2-575d3349681c91fd29a2bff73a322f6b12d57ca8.tar.bz2 gentoo-2-575d3349681c91fd29a2bff73a322f6b12d57ca8.zip |
old
(Portage version: 2.0.53)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/files/digest-stellarium-0.6.2 | 1 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.6.2.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/sci-astronomy/stellarium/files/digest-stellarium-0.6.2 b/sci-astronomy/stellarium/files/digest-stellarium-0.6.2 deleted file mode 100644 index b1c0b741cf8d..000000000000 --- a/sci-astronomy/stellarium/files/digest-stellarium-0.6.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f00e99b88f53273419683cf18905e39c stellarium-0.6.2.tar.gz 9431913 diff --git a/sci-astronomy/stellarium/stellarium-0.6.2.ebuild b/sci-astronomy/stellarium/stellarium-0.6.2.ebuild deleted file mode 100644 index b3cbe2172b61..000000000000 --- a/sci-astronomy/stellarium/stellarium-0.6.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.6.2.ebuild,v 1.3 2005/04/22 13:41:36 kugelfang 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="amd64 ~ppc x86" -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 -} |