commit: 9a5db816fec806706bdf4d95ee112bf961e8dc5c
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Nov 4 09:22:42 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 10:46:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5db816
java-utils-2.eclass: remove reference to java-ant-2.eclass
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
eclass/java-utils-2.eclass | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 237657cf551a..c0a900b35a00 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -2029,25 +2029,6 @@ java-utils-2_pkg_preinst() {
eant() {
debug-print-function ${FUNCNAME} $*
- if [[ ${!JAVA_PKG_BSFIX*} ]] \
- || [[ ${JAVA_ANT_BSFIX_EXTRA_ARGS} ]] \
- || [[ ${JAVA_ANT_CLASSPATH_TAGS} ]] \
- || [[ ${JAVA_ANT_JAVADOC_INPUT_DIRS} ]] \
- || [[ ${JAVA_ANT_REWRITE_CLASSPATH} ]] \
- || [[ ${EANT_BUILD_XML} ]] \
- || [[ ${!EANT_GENTOO_CLASSPATH*} ]] \
- || [[ ${EANT_TEST_GENTOO_CLASSPATH} ]]
- then
- if [[ ${EBUILD_PHASE} = compile ]]; then
- java-ant-2_src_configure
- fi
-
- if ! has java-ant-2 ${INHERITED}; then
- local msg="You should inherit java-ant-2 when using
eant"
- java-pkg_announce-qa-violation "${msg}"
- fi
- fi
-
local antflags="-Dnoget=true -Dmaven.mode.offline=true
-Dbuild.sysclasspath=ignore"
java-pkg_init-compiler_