mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Miroslav Šulc
parent
7f1437fc96
commit
57d70b4bf1
@@ -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
|
||||
Reference in New Issue
Block a user