aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/galfit/galfit-3.0.4.ebuild')
-rw-r--r--sci-astronomy/galfit/galfit-3.0.4.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/sci-astronomy/galfit/galfit-3.0.4.ebuild b/sci-astronomy/galfit/galfit-3.0.4.ebuild
deleted file mode 100644
index c571deecf..000000000
--- a/sci-astronomy/galfit/galfit-3.0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="Galaxy morphology fitting program"
-HOMEPAGE="http://www.csua.berkeley.edu/~cyp/work/galfit/galfit.html"
-SRC_URI="amd64? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-debian64.tar.gz )
- x86? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/${PN}3-debian.tar.gz )
- doc? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/README.pdf -> galfit.pdf )
- examples? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.gz )
- test? ( http://www.csua.berkeley.edu/~cyp/work/${PN}/galfit-ex.tar.gz )"
-
-RESTRICT="mirror"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_test() {
- cd galfit-example/EXAMPLE
- ../../galfit galfit.feedme
-}
-
-src_install () {
- dobin galfit
- use doc && newdoc "${DISTDIR}"/galfit.pdf README.pdf
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins galfit-example/*
- fi
-}