dev-java/jal: no longer depend on deprecated ant-core

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: 5f96954d65
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2024-03-11 15:11:58 +01:00
committed by Miroslav Šulc
parent 7f1437fc96
commit 57d70b4bf1

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,27 +10,24 @@ inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Partial port of the C++ Standard Template Library"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
S="${WORKDIR}/${P}"
LICENSE="HPND"
SLOT="0"
KEYWORDS="amd64 x86"
CP_DEPEND="dev-java/ant-core:0"
RDEPEND="
${CP_DEPEND}
>=virtual/jre-1.8:*"
DEPEND="
${CP_DEPEND}
>=virtual/jdk-1.8:*"
dev-java/ant:0
>=virtual/jdk-1.8:*
"
S="${WORKDIR}/${P}"
RDEPEND=">=virtual/jre-1.8:*"
JAVA_CLASSPATH_EXTRA="ant"
JAVA_SRC_DIR="src/jal"
src_prepare() {
default
java-pkg-2_src_prepare
# Generate sources.
./instantiate -n byte bytes || die