Diff ant-eclipse-ecj-4.15-r1 with a ant-eclipse-ecj-4.26

/usr/portage/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.26.ebuild 2023-10-09 14:52:29.408368348 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
JAVA_PKG_IUSE="doc source"
7 7

  
8 8
inherit java-pkg-2 java-pkg-simple prefix
9 9

  
10
DMF="R-${PV}-202003050155"
10
DMF="R-${PV}-202211231800"
11 11

  
12 12
DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler"
13 13
HOMEPAGE="https://www.eclipse.org/"
14
SRC_URI="https://archive.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar"
14
SRC_URI="https://download.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar"
15 15

  
16 16
LICENSE="EPL-1.0"
17 17
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
18
SLOT="4.15"
18
SLOT="4.26"
19 19
IUSE=""
20 20

  
21 21
CDEPEND="~dev-java/eclipse-ecj-${PV}:${SLOT}
22 22
	dev-java/ant-core:0"
23
# though technically both could be set to 1.8 and it would
24
# compile using jdk 11+, it would not compile using jdk 1.8
25
# because eclipse ecj has min jdk 11
23 26
RDEPEND="${CDEPEND}
24 27
	>=virtual/jre-11:*"
25 28
DEPEND="${CDEPEND}
26
	>=virtual/jdk-11:*"
29
	>=virtual/jdk-17:*"
27 30
BDEPEND="app-arch/unzip"
28 31

  
29 32
JAVA_GENTOO_CLASSPATH="ant-core,eclipse-ecj-${SLOT}"
Thank you!