• [gentoo-dev] [PATCH 3/3] java-pkg-2.eclass: remove unused eclass functi

    From Volkmar W. Pogatzki@21:1/5 to All on Wed Sep 11 11:40:01 2024
    The last ebuild using these functions was net-vpn/i2p-2.5.2-r1

    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    ---
    eclass/java-pkg-2.eclass | 92 +---------------------------------------
    1 file changed, 1 insertion(+), 91 deletions(-)

    diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass
    index 6da4efd222c2..2b2a298cfe74 100644
    --- a/eclass/java-pkg-2.eclass
    +++ b/eclass/java-pkg-2.eclass
    @@ -59,96 +59,6 @@ java-pkg-2_src_prepare() {
    java-utils-2_src_prepare
    }

    -
    -# @FUNCTION: java-pkg-2_src_compile
    -# @DEPRECATED: none
    -# @DESCRIPTION:
    -# Default src_compile for java packages
    -#
    -# @CODE
    -# Variables:
    -# EANT_BUILD_XML - controls the location of the build.xml (default: ./build.xml)
    -# EANT_FILTER_COMPILER - Calls java-pkg_filter-compiler with the value
    -# EANT_BUILD_TARGET - the ant target/targets to execute (default: jar)
    -# EANT_DOC_TARGET - the target to build extra docs under the doc use flag
    -# (default: javadoc; declare empty to disable completely) -# EANT_GENTOO_CLASSPATH - @see eant documentation in java-utils-2.eclass
    -# EANT_EXTRA_ARGS