aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 12:16:16 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 12:16:16 +0100
commit6131f7f5c445d8c658d59ea1ffa26f1a5f541e0e (patch)
tree64ff6f231e903a5e92836a165655bde7c798f3be /sci-biology/sambamba/sambamba-9999.ebuild
parentsci-biology/stacks: bump to version 2.60 (diff)
downloadsci-6131f7f5c445d8c658d59ea1ffa26f1a5f541e0e.tar.gz
sci-6131f7f5c445d8c658d59ea1ffa26f1a5f541e0e.tar.bz2
sci-6131f7f5c445d8c658d59ea1ffa26f1a5f541e0e.zip
sci-biology/sambamba: remove package
We need a D compiler for this, not packaged in ::gentoo Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
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 e655b10b0..000000000
--- a/sci-biology/sambamba/sambamba-9999.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
-
-inherit git-r3
-
-DESCRIPTION="Parallell process SAM/BAM/CRAM files faster than samtools"
-HOMEPAGE="https://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 debug all
- else
- emake all
- fi
-}