commit:     6cc60f6bbe6e17eb1bba1340eac6380ed7081132
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 13:30:30 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 13:30:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc60f6b

sci-biology/gatk: Port to EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/gatk/gatk-2.4.ebuild | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/sci-biology/gatk/gatk-2.4.ebuild b/sci-biology/gatk/gatk-2.4.ebuild
index 1a885b922b8..bab228e77f5 100644
--- a/sci-biology/gatk/gatk-2.4.ebuild
+++ b/sci-biology/gatk/gatk-2.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 EANT_BUILD_TARGET="dist"
 EANT_NEEDS_TOOLS="true"
@@ -15,20 +15,14 @@ 
SRC_URI="https://github.com/broadgsa/gatk/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 KEYWORDS="~amd64"
 
-COMMON_DEPS=""
-DEPEND="
-       >=virtual/jdk-1.6
-       ${COMMON_DEPS}"
-RDEPEND="
-       >=virtual/jre-1.6
-       ${COMMON_DEPS}"
+RDEPEND=">=virtual/jre-1.6"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
-       sed -i '/property name="ivy.home"/ s|${user.home}|'${WORKDIR}'|' 
build.xml || die
        java-pkg-2_src_prepare
+       sed -i '/property name="ivy.home"/ s|${user.home}|'${WORKDIR}'|' 
build.xml || die
 }
 
 src_install() {

Reply via email to