mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-java/htmlcleaner: switch to dev-java/ant
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: 3d2a3e6328
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
2d3399a251
commit
7f1437fc96
@@ -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
|
||||
@@ -20,13 +20,13 @@ KEYWORDS="amd64 x86"
|
||||
BDEPEND="app-arch/unzip"
|
||||
CP_DEPEND="dev-java/jdom:2"
|
||||
DEPEND="${CP_DEPEND}
|
||||
dev-java/ant-core:0
|
||||
dev-java/ant:0
|
||||
>=virtual/jdk-1.8:*
|
||||
test? ( dev-java/junit:4 )"
|
||||
RDEPEND="${CP_DEPEND}
|
||||
>=virtual/jre-1.8:*"
|
||||
|
||||
JAVA_CLASSPATH_EXTRA="ant-core"
|
||||
JAVA_CLASSPATH_EXTRA="ant"
|
||||
JAVA_MAIN_CLASS="org.htmlcleaner.CommandLine"
|
||||
JAVA_SRC_DIR="src/main/java"
|
||||
JAVA_TEST_GENTOO_CLASSPATH="junit-4"
|
||||
Reference in New Issue
Block a user