aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild')
-rw-r--r--sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild b/sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild
deleted file mode 100644
index dc93a2bec..000000000
--- a/sci-biology/roche454ace2caf/roche454ace2caf-20100812.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="ace to gap4 converter"
-HOMEPAGE="http://genome.imb-jena.de/software/roche454ace2caf"
-SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/roche454ace2gap-2010-12-08.tgz"
-
-LICENSE="FLI-Jena"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- sci-biology/align_to_scf
- sci-biology/sff_dump
- sci-biology/caftools
- sci-biology/staden
- dev-lang/perl
- app-shells/ksh"
-
-S="${WORKDIR}"/roche2gap
-
-src_install(){
- dobin bin/*.pl bin/roche454ace2gap
- dosym bin/roche454ace2gap roche2gap # claims to require ksh, have not tested bash
-}