aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild')
-rw-r--r--sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild b/sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild
deleted file mode 100644
index 862890bf6..000000000
--- a/sci-biology/CONTIGuator/CONTIGuator-2.7.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Speed up bacterial genome assemblies by artemis and compare chromosome regions"
-HOMEPAGE="http://contiguator.sourceforge.net"
-SRC_URI="http://downloads.sourceforge.net/project/contiguator/CONTIGuator_v2.7.tar.gz
- https://sourceforge.net/projects/contiguator/files/README.md"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- >=sci-biology/abacas-1.3.1
- sci-biology/primer3
- || ( sci-biology/ncbi-tools++ sci-biology/ncbi-blast+ )
- sci-biology/biopython
- sci-biology/mummer
- || ( sci-biology/artemis || ( sci-biology/artemis-bin sci-biology/act-bin ) )"
-
-S="${WORKDIR}"/CONTIGuator_v"${PV}"
-
-src_install(){
- dobin CONTIGuator.py
- dodoc Manual.pdf "${DISTDIR}"/README.md
-}