• [gentoo-dev] [PATCH] java-pkg-2.eclass: remove unused for commons.apach

    From Volkmar W. Pogatzki@21:1/5 to All on Sat Aug 24 14:50:02 2024
    removes a condition which used to provide SRC_URI and HOMEPAGE for
    packages from commons.apache.org but is completely unused due to not
    providing verify-sig.

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

    diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass
    index 0409a7c70e0e..df024bbadf51 100644
    --- a/eclass/java-pkg-2.eclass
    +++ b/eclass/java-pkg-2.eclass
    @@ -39,12 +39,6 @@ DEPEND="${JAVA_PKG_E_DEPEND}"
    # Nothing special for RDEPEND... just the same as DEPEND.
    RDEPEND="${DEPEND}"

    -# Commons packages follow the same rules so do it here
    -if [[ ${CATEGORY} = dev-java && ${PN} = commons-* ]]; then
    - HOMEPAGE="http://commons.apache.org/${PN#commons-}/"
    - SRC_URI="mirror://apache/${PN/-///}/source/${P}-src.tar.gz"
    -fi
    -

    # @FUNCTION: java-pkg-2_pkg_setup
    # @DESCRIPTION:
    --
    2.41.0

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)