aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/pilon-bin/pilon-bin-1.24.ebuild')
-rw-r--r--sci-biology/pilon-bin/pilon-bin-1.24.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-biology/pilon-bin/pilon-bin-1.24.ebuild b/sci-biology/pilon-bin/pilon-bin-1.24.ebuild
deleted file mode 100644
index 49d15366f..000000000
--- a/sci-biology/pilon-bin/pilon-bin-1.24.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2
-
-DESCRIPTION="Fix assembled reference using BAM-aligned reads, call SNPs"
-HOMEPAGE="
- https://github.com/broadinstitute/pilon
- https://github.com/broadinstitute/pilon/wiki"
-SRC_URI="https://github.com/broadinstitute/pilon/releases/download/v${PV}/pilon-${PV}.jar"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# contains bundled sbt-assembly module
-DEPEND=">=virtual/jdk-1.7:*"
-RDEPEND="${DEPEND}
- >=virtual/jre-1.7:*
- >=dev-java/htsjdk-1.130"
-
-S="${WORKDIR}"
-
-src_install(){
- cp -p "${DISTDIR}"/pilon-${PV}.jar . || die
- java-pkg_dojar pilon-${PV}.jar
-}