summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-09-19 18:20:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-09-19 18:20:24 +0000
commitc14eee55fddf1dd020bf531ddb372690e7645342 (patch)
tree88a8cf4c8dbf8a3144669a00b7516f5c8cec958c
parentneeds media-libs/sdl-mixer (diff)
downloadgentoo-2-c14eee55fddf1dd020bf531ddb372690e7645342.tar.gz
gentoo-2-c14eee55fddf1dd020bf531ddb372690e7645342.tar.bz2
gentoo-2-c14eee55fddf1dd020bf531ddb372690e7645342.zip
old
(Portage version: 2.0.51.22-r2)
-rw-r--r--sci-astronomy/stellarium/files/digest-stellarium-0.7.01
-rw-r--r--sci-astronomy/stellarium/stellarium-0.7.0.ebuild32
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
-}