mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
java-utils-2.eclass: remove reference to java-ant-2.eclass
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
committed by
Florian Schmaus
parent
0465cfd915
commit
9a5db816fe
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user