Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/eclipse-ecj/
Date: Thu, 27 Feb 2020 20:01:34
Message-Id: 1582833683.63570d22f9d4b231889e8977a787f2dc815896d8.fordfrog@gentoo
1 commit: 63570d22f9d4b231889e8977a787f2dc815896d8
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 20:00:30 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 20:01:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63570d22
7
8 dev-java/eclipse.ecj: 4.13 changed to have source/target 1.8
9
10 it still needs jdk 11 to compile but the source and target used
11 is 1.8 now so it can be used even with packages that still need
12 to compile using jdk 1.8
13
14 Package-Manager: Portage-2.3.89, Repoman-2.3.20
15 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
16
17 .../{eclipse-ecj-4.13.ebuild => eclipse-ecj-4.13-r1.ebuild} | 6 ++++--
18 1 file changed, 4 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.13.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.13-r1.ebuild
21 similarity index 93%
22 rename from dev-java/eclipse-ecj/eclipse-ecj-4.13.ebuild
23 rename to dev-java/eclipse-ecj/eclipse-ecj-4.13-r1.ebuild
24 index 395198f56fe..2915e307740 100644
25 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.13.ebuild
26 +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.13-r1.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2019 Gentoo Authors
29 +# Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -23,13 +23,15 @@ COMMON_DEP="
34 app-eselect/eselect-java
35 dev-java/ant-core:0"
36 RDEPEND="${COMMON_DEP}
37 - >=virtual/jre-11"
38 + >=virtual/jre-8"
39 DEPEND="${COMMON_DEP}
40 >=virtual/jdk-11
41 app-arch/unzip"
42 PDEPEND="
43 ant? ( ~dev-java/ant-eclipse-ecj-${PV} )"
44
45 +JAVA_PKG_WANT_SOURCE="1.8"
46 +JAVA_PKG_WANT_TARGET="1.8"
47 JAVA_JAR_FILENAME="${MY_PN}.jar"
48 JAVA_GENTOO_CLASSPATH="ant-core"