aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 13:08:56 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 13:08:56 +0100
commit902056b06ee68000e376ff2b40a012ec4cc53c14 (patch)
treee4db9c78e027c9254529c11fcab7b0a400ed6d64
parentdev-java/jogl: drop old (diff)
downloadsci-902056b06ee68000e376ff2b40a012ec4cc53c14.tar.gz
sci-902056b06ee68000e376ff2b40a012ec4cc53c14.tar.bz2
sci-902056b06ee68000e376ff2b40a012ec4cc53c14.zip
dev-java/jrosetta: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-java/jrosetta/jrosetta-1.0.4.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-java/jrosetta/jrosetta-1.0.4.ebuild b/dev-java/jrosetta/jrosetta-1.0.4.ebuild
index 3c4f713a5..bf0f72e79 100644
--- a/dev-java/jrosetta/jrosetta-1.0.4.ebuild
+++ b/dev-java/jrosetta/jrosetta-1.0.4.ebuild
@@ -1,7 +1,7 @@
# 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
@@ -14,17 +14,17 @@ SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${P}-sources.jar/5c3589d4
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="
- >=virtual/jdk-1.5:*
- app-arch/unzip"
+ >=virtual/jdk-1.5:*"
+BDEPEND="app-arch/unzip"
RDEPEND=">=virtual/jre-1.5:*"
EANT_BUILD_TARGET="compile package"
JAVA_ANT_BSFIX_EXTRA_ARGS="--maven-cleaning"
-java_prepare () {
+src_prepare () {
+ default
cp "${FILESDIR}/api-build.xml" modules/jrosetta-api/build.xml || die
cp "${FILESDIR}/engine-build.xml" modules/jrosetta-engine/build.xml || die
cp "${FILESDIR}/build.xml" . || die