aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/sambamba/sambamba-9999.ebuild')
-rw-r--r--sci-biology/sambamba/sambamba-9999.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-biology/sambamba/sambamba-9999.ebuild b/sci-biology/sambamba/sambamba-9999.ebuild
deleted file mode 100644
index 8cd4c3ba2..000000000
--- a/sci-biology/sambamba/sambamba-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit git-r3
-
-DESCRIPTION="Parallell process SAM/BAM/CRAM files faster than samtools"
-HOMEPAGE="http://lomereiter.github.io/sambamba"
-EGIT_REPO_URI="https://github.com/lomereiter/sambamba.git"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-# https://github.com/ldc-developers/gentoo-overlay/tree/master/dev-lang/ldc2
-
-src_compile(){
- if use debug ; then
- emake sambamba-ldmd2-debug
- else
- emake sambamba-ldmd2-64
- fi
-}