commit:     f3d151fdf9aaaed5575467387f58516f42e3bd85
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb  1 09:55:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb  1 09:55:38 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3d151fd

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 <AT> riseup.net>

 sci-biology/beaglecall/beaglecall-20101115.ebuild | 18 ++++++++----------
 1 file 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"

Reply via email to