summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2009-10-23 23:52:54 +0200
committerHenry Gebhardt <hsggebhardt@googlemail.com>2009-10-23 23:52:54 +0200
commitdccbfd26912946f5ac773fa82cb15ae018d9e6dd (patch)
tree404630e8110f9b65c10f400c0d976ae045a60462 /sci-astronomy/fpipe/fpipe-0.0.0.ebuild
parentmedia-video/ffmpeg2theora-0.25: Version bump from tree (diff)
downloadkork-dccbfd26912946f5ac773fa82cb15ae018d9e6dd.tar.gz
kork-dccbfd26912946f5ac773fa82cb15ae018d9e6dd.tar.bz2
kork-dccbfd26912946f5ac773fa82cb15ae018d9e6dd.zip
sci-astronomy: clean up
Files: deleted: ../../sci-astronomy/fpipe/fpipe-0.0.0.ebuild modified: ../../sci-astronomy/ftools/Manifest deleted: ../../sci-astronomy/ftools/ftools-6.4.1.ebuild deleted: ../../sci-astronomy/ftools/ftools-6.4.ebuild deleted: ../../sci-astronomy/ftools/ftools-6.5.ebuild deleted: ../../sci-astronomy/ftools/ftools-6.6.1-r1.ebuild deleted: ../../sci-astronomy/ftools/ftools-6.6.1.ebuild modified: ../../sci-astronomy/ftools/ftools-6.6.2.ebuild
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"
-}