diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-19 18:20:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-19 18:20:24 +0000 |
commit | c14eee55fddf1dd020bf531ddb372690e7645342 (patch) | |
tree | 88a8cf4c8dbf8a3144669a00b7516f5c8cec958c /sci-astronomy | |
parent | needs media-libs/sdl-mixer (diff) | |
download | gentoo-2-c14eee55fddf1dd020bf531ddb372690e7645342.tar.gz gentoo-2-c14eee55fddf1dd020bf531ddb372690e7645342.tar.bz2 gentoo-2-c14eee55fddf1dd020bf531ddb372690e7645342.zip |
old
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/files/digest-stellarium-0.7.0 | 1 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.7.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/sci-astronomy/stellarium/files/digest-stellarium-0.7.0 b/sci-astronomy/stellarium/files/digest-stellarium-0.7.0 deleted file mode 100644 index f8611a9e4aa9..000000000000 --- a/sci-astronomy/stellarium/files/digest-stellarium-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6cee877a8b3be333eecc6de79a12c78d stellarium-0.7.0.tar.gz 16559084 diff --git a/sci-astronomy/stellarium/stellarium-0.7.0.ebuild b/sci-astronomy/stellarium/stellarium-0.7.0.ebuild deleted file mode 100644 index 09854caead68..000000000000 --- a/sci-astronomy/stellarium/stellarium-0.7.0.ebuild +++ /dev/null @@ -1,32 +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.7.0.ebuild,v 1.1 2005/09/15 00:37:40 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="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/x11 - virtual/opengl - media-libs/libsdl - sys-devel/gettext" - -src_compile() { - # fails with --disable-nls. Uptream notified at: - # http://sourceforge.net/tracker/index.php?func=detail&aid=1286227&group_id=48857&atid=454373 - econf \ - --disable-dependency-tracking \ - --enable-nls \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL README TODO -} |