aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-01 10:55:38 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-01 10:55:38 +0100
commitf3d151fdf9aaaed5575467387f58516f42e3bd85 (patch)
tree9e11cc23270e37fcdec5a6170dc55e27718fbeb7
parentsci-biology/arachne: EAPI bump (diff)
downloadsci-f3d151fd.tar.gz
sci-f3d151fd.tar.bz2
sci-f3d151fd.zip
sci-biology/beaglecall: EAPI bump, fix compile, add keywords
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/beaglecall/beaglecall-20101115.ebuild18
1 files changed, 8 insertions, 10 deletions
diff --git a/sci-biology/beaglecall/beaglecall-20101115.ebuild b/sci-biology/beaglecall/beaglecall-20101115.ebuild
index 2afdf4749..e564665b9 100644
--- a/sci-biology/beaglecall/beaglecall-20101115.ebuild
+++ b/sci-biology/beaglecall/beaglecall-20101115.ebuild
@@ -1,25 +1,23 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit java-pkg-2 java-ant-2
+inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Simultaneous genotype calling and haplotype phasing for unrelated individuals"
-HOMEPAGE="http://faculty.washington.edu/browning/beaglecall/beaglecall.html"
-SRC_URI="http://faculty.washington.edu/browning/beaglecall/beaglecall_1.0.1_15Nov10.src.zip
- http://faculty.washington.edu/browning/beaglecall/beaglecall_1.0_15Nov10.pdf
- http://faculty.washington.edu/browning/beaglecall/beaglecall_example.zip"
+HOMEPAGE="https://faculty.washington.edu/browning/beaglecall/beaglecall.html"
+SRC_URI="https://faculty.washington.edu/browning/beaglecall/beaglecall_1.0.1_15Nov10.src.zip
+ https://faculty.washington.edu/browning/beaglecall/beaglecall_1.0_15Nov10.pdf
+ https://faculty.washington.edu/browning/beaglecall/beaglecall_example.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64"
DEPEND=">=virtual/jdk-1.5:*
app-arch/unzip"
RDEPEND="${DEPEND}
>=virtual/jre-1.5:*"
-# src/ contains *.java files only
-# example/
+S="${WORKDIR}/src"