aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/quorum/quorum-1.1.1.ebuild')
-rw-r--r--sci-biology/quorum/quorum-1.1.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-biology/quorum/quorum-1.1.1.ebuild b/sci-biology/quorum/quorum-1.1.1.ebuild
deleted file mode 100644
index 4af286fcb..000000000
--- a/sci-biology/quorum/quorum-1.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Correct substitution errors in Illumina reads"
-HOMEPAGE="http://www.genome.umd.edu/quorum.html
- https://github.com/gmarcais/Quorum"
-SRC_URI="https://github.com/gmarcais/Quorum/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=sci-biology/jellyfish-2.1.4:2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- # fix jellyfish include path
- find -type f -name "*.cc" -exec sed -i -e 's/<jellyfish\//<jellyfish2\//g' {} + || die
- find -type f -name "*.hpp" -exec sed -i -e 's/<jellyfish\//<jellyfish2\//g' {} + || die
-}
-
-src_configure(){
- econf --enable-relative-paths --with-relative-jf-path
- default
-}