commit:     34b685bb7d76a897630091e2b45745f34499bb66
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Sep  8 07:52:01 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 09:01:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b685bb

java-utils-2.eclass: remove java-pkg_check-jikes

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 eclass/java-utils-2.eclass | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 43d9b749ba3d..98426e1851eb 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -204,9 +204,9 @@ 
JAVA_PKG_COMPILERS_CONF=${JAVA_PKG_COMPILERS_CONF:="/etc/java-config-2/build/com
 #
 # Useful for local testing.
 #
-# Use jikes and javac, in that order
+# Use <other compiler> and javac, in that order
 # @CODE
-#      JAVA_PKG_FORCE_COMPILER="jikes javac"
+#      JAVA_PKG_FORCE_COMPILER="<other compiler> javac"
 # @CODE
 
 # @ECLASS_VARIABLE: JAVA_PKG_FORCE_ANT_TASKS
@@ -2307,9 +2307,6 @@ java-pkg_init() {
 
        # TODO we will probably want to set JAVAC and JAVACFLAGS
 
-       # Do some QA checks
-       java-pkg_check-jikes
-
        # Can't use unset here because Portage does not save the unset
        # see https://bugs.gentoo.org/show_bug.cgi?id=189417#c11
 
@@ -2967,12 +2964,6 @@ java-pkg_check-versioned-jar() {
        fi
 }
 
-java-pkg_check-jikes() {
-       if has jikes ${IUSE}; then
-               java-pkg_announce-qa-violation "deprecated USE flag 'jikes' in 
IUSE"
-       fi
-}
-
 java-pkg_announce-qa-violation() {
        local nodie
        if [[ ${1} == "--nodie" ]]; then

Reply via email to