summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/nightshade/nightshade-11.12.1.ebuild')
-rw-r--r--sci-astronomy/nightshade/nightshade-11.12.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sci-astronomy/nightshade/nightshade-11.12.1.ebuild b/sci-astronomy/nightshade/nightshade-11.12.1.ebuild
deleted file mode 100644
index 68586fa..0000000
--- a/sci-astronomy/nightshade/nightshade-11.12.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit autotools eutils
-
-DESCRIPTION="Astronomy simulation and visualization software"
-HOMEPAGE="http://www.nightshadesoftware.org/"
-SRC_URI="http://www.nightshadesoftware.org/attachments/download/6/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/boost-1.42
- media-gfx/graphicsmagick
- media-libs/libpng:0
- >=media-libs/libsdl-1.2.10
- media-libs/sdl-mixer
- media-libs/sdl-pango
- virtual/glu
- virtual/opengl
-"
-DEPEND="${RDEPEND}
- dev-db/fastdb
-"
-
-src_prepare() {
- sed -i 's:/usr/local/lib/libfastdb.a:/usr/lib/libfastdb.a:' \
- configure.ac \
- || die "sed failed"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog HACKING README TODO TRADEMARKS \
- || die "installing documentation files failed"
-}