From 8420fee1d598c766d935d5f5b738da8dcc2cc0d8 Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Sat, 5 Aug 2006 21:10:45 +0000 Subject: [PATCH] Added accessor methods for current vm, java-pkg_get-current-vm. Added metho,d java-pkg_current-vm-matches, which checks current vm against a list of possible vms. --- eclass/java-utils-2.eclass | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 444b88a38cfe..ab0f19ed1150 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -1053,6 +1053,19 @@ java-pkg_is-vm-version-ge() { fi } +java-pkg_set-current-vm() { + export GENTOO_VM=${1} +} + +java-pkg_get-current-vm() { + echo ${GENTOO_VM} +} + +java-pkg_current-vm-matches() { + hasq java-pkg_get-currenv-vm ${@} + return $? +} + # ------------------------------------------------------------------------------ # @ebuild-function java-pkg_get-source # @@ -1204,6 +1217,12 @@ java-pkg_ensure-gcj() { eant() { debug-print-function ${FUNCNAME} $* + # FIXME get this working +# if is-java-strict && [[ ! ${DEPEND} =~ "dev-java/ant" ]]; then +# java-pkg_announce-qa-violation \ +# "Using eant, but not depending on dev-java/ant or dev-java/ant-core" +# fi + local antflags java-pkg_init-compiler_ local compiler="${GENTOO_COMPILER}" -- 2.26.2