Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/beaglecall/
Date: Mon, 01 Feb 2021 09:55:58
Message-Id: 1612173338.f3d151fdf9aaaed5575467387f58516f42e3bd85.andrewammerlaan@gentoo
1 commit: f3d151fdf9aaaed5575467387f58516f42e3bd85
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Feb 1 09:55:38 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Feb 1 09:55:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3d151fd
7
8 sci-biology/beaglecall: EAPI bump, fix compile, add keywords
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-biology/beaglecall/beaglecall-20101115.ebuild | 18 ++++++++----------
14 1 file changed, 8 insertions(+), 10 deletions(-)
15
16 diff --git a/sci-biology/beaglecall/beaglecall-20101115.ebuild b/sci-biology/beaglecall/beaglecall-20101115.ebuild
17 index 2afdf4749..e564665b9 100644
18 --- a/sci-biology/beaglecall/beaglecall-20101115.ebuild
19 +++ b/sci-biology/beaglecall/beaglecall-20101115.ebuild
20 @@ -1,25 +1,23 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 -inherit java-pkg-2 java-ant-2
28 +inherit java-pkg-2 java-pkg-simple
29
30 DESCRIPTION="Simultaneous genotype calling and haplotype phasing for unrelated individuals"
31 -HOMEPAGE="http://faculty.washington.edu/browning/beaglecall/beaglecall.html"
32 -SRC_URI="http://faculty.washington.edu/browning/beaglecall/beaglecall_1.0.1_15Nov10.src.zip
33 - http://faculty.washington.edu/browning/beaglecall/beaglecall_1.0_15Nov10.pdf
34 - http://faculty.washington.edu/browning/beaglecall/beaglecall_example.zip"
35 +HOMEPAGE="https://faculty.washington.edu/browning/beaglecall/beaglecall.html"
36 +SRC_URI="https://faculty.washington.edu/browning/beaglecall/beaglecall_1.0.1_15Nov10.src.zip
37 + https://faculty.washington.edu/browning/beaglecall/beaglecall_1.0_15Nov10.pdf
38 + https://faculty.washington.edu/browning/beaglecall/beaglecall_example.zip"
39
40 LICENSE="Apache-2.0"
41 SLOT="0"
42 -KEYWORDS=""
43 -IUSE=""
44 +KEYWORDS="~amd64"
45
46 DEPEND=">=virtual/jdk-1.5:*
47 app-arch/unzip"
48 RDEPEND="${DEPEND}
49 >=virtual/jre-1.5:*"
50
51 -# src/ contains *.java files only
52 -# example/
53 +S="${WORKDIR}/src"