summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/fpipe/fpipe-0.0.0.ebuild')
-rw-r--r--sci-astronomy/fpipe/fpipe-0.0.0.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/sci-astronomy/fpipe/fpipe-0.0.0.ebuild b/sci-astronomy/fpipe/fpipe-0.0.0.ebuild
deleted file mode 100644
index 0230296..0000000
--- a/sci-astronomy/fpipe/fpipe-0.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit subversion eutils
-
-DESCRIPTION="The fpipe: a CCD and high energy astrophysics data analysis package"
-HOMEPAGE=""
-ESVN_REPO_URI="http://pulsar.sternwarte.uni-erlangen.de/repos/fpipe/trunk/software"
-SRC_URI=""
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="+debug"
-
-DEPEND="x11-base/xorg-server
- >=sci-libs/cfitsio-3.000
- >=x11-libs/gtk+-2.8
- x11-libs/cairo
- sys-libs/readline
- sci-libs/xpalib
- dev-libs/pth"
-# and from CPAN: Tk::DataTree, IPC::XPA
-RDEPEND="${DEPEND}
- dev-lang/perl
- dev-perl/perl-tk
- dev-perl/XML-Simple
- virtual/perl-Time-HiRes"
-
-# ESVN_OFFLINE="yes"
-ESVN_UP_FREQ="1"
-ESVN_BOOTSTRAP="bootstrap.sh"
-
-
-src_compile () {
- econf $(use_enable debug) CFLAGS="-fPIC" || die "econf failed"
- emake || die "emake failed"
-}
-
-
-src_install () {
- einstall || die "einstall failed"
-}