aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-03-25 12:08:21 +0100
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-03-25 12:08:21 +0100
commit6d3f8d736bf1a9653f516c3e959a97948c61f843 (patch)
treec953f0d74b41143b478467aca91f76fe41692e20 /dev-java/htsjdk/htsjdk-9999.ebuild
parentDrop BSD-2 license of sci-biology/tablet (diff)
downloadsci-6d3f8d736bf1a9653f516c3e959a97948c61f843.tar.gz
sci-6d3f8d736bf1a9653f516c3e959a97948c61f843.tar.bz2
sci-6d3f8d736bf1a9653f516c3e959a97948c61f843.zip
dev-java/htsjdk: 2.3.0 which was the last using Apache ant
Bump to EAPI7 Building does not work since sandbox has now no network access. Downloading https://services.gradle.org/distributions/gradle-5.2.1-bin.zip Exception in thread "main" java.net.SocketException: Network is unreachable (connect failed) htsjdk calls some `gradlew` wrapper so the recent ebuilds need more work to use dev-java/gradle-bin package. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
Diffstat (limited to 'dev-java/htsjdk/htsjdk-9999.ebuild')
-rw-r--r--dev-java/htsjdk/htsjdk-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-java/htsjdk/htsjdk-9999.ebuild b/dev-java/htsjdk/htsjdk-9999.ebuild
index b4a3c1441..2123bbc55 100644
--- a/dev-java/htsjdk/htsjdk-9999.ebuild
+++ b/dev-java/htsjdk/htsjdk-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
JAVA_PKG_IUSE="doc source"
@@ -18,7 +18,8 @@ KEYWORDS=""
CDEPEND="dev-java/commons-jexl:2
dev-java/commons-compress:0
- dev-java/commons-logging:0"
+ dev-java/commons-logging:0
+ dev-java/gradle-bin:*"
DEPEND=">=virtual/jdk-1.8
${CDEPEND}"