diff options
author | Lukas Elsner <open@mindrunner.de> | 2012-11-19 10:38:57 +0100 |
---|---|---|
committer | Lukas Elsner <open@mindrunner.de> | 2012-11-19 10:38:57 +0100 |
commit | 1e27a008282032579e11cf289b7a7f4ccb0a656f (patch) | |
tree | 2e504b8ce45f4d09929cc1cd78391607540c7458 /sci-astronomy/nightshade/nightshade-11.12.1.ebuild | |
parent | .. (diff) | |
download | luman-1e27a008282032579e11cf289b7a7f4ccb0a656f.tar.gz luman-1e27a008282032579e11cf289b7a7f4ccb0a656f.tar.bz2 luman-1e27a008282032579e11cf289b7a7f4ccb0a656f.zip |
cleaned up old packages
Diffstat (limited to 'sci-astronomy/nightshade/nightshade-11.12.1.ebuild')
-rw-r--r-- | sci-astronomy/nightshade/nightshade-11.12.1.ebuild | 42 |
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" -} |