• [gentoo-dev] [PATCH] eclass/depend.apache: drop support for EAPI 0-5

    From Hans de Graaff@21:1/5 to All on Sun Sep 24 10:40:01 2023
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>
    ---
    eclass/depend.apache.eclass | 60 ++++++++-----------------------------
    1 file changed, 12 insertions(+), 48 deletions(-)

    diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
    index 51410265bbc5..4dc3f68daabc 100644
    --- a/eclass/depend.apache.eclass
    +++ b/eclass/depend.apache.eclass
    @@ -1,10 +1,10 @@
    -# Copyright 1999-2021 Gentoo Authors
    +# Copyright 1999-2023 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: depend.apache.eclass
    # @MAINTAINER:
    # apache-bugs@gentoo.org
    -# @SUPPORTED_EAPIS: 0 2 3 4 5 6 7
    +# @SUPPORTED_EAPIS: 6 7
    # @BLURB: Functions to allow ebuilds to depend on apache
    # @DESCRIPTION:
    # This eclass handles depending on apache in a sane way and provides information
    @@ -41,9 +41,6 @@
    # @CODE

    case ${EAPI:-0} in
    - 0|2|3|4|5)
    - inherit multilib
    - ;;
    6|7)
    ;;
    *)
    @@ -78,8 +75,7 @@ esac
    # @ECLASS_VARIABLE: APACHE_BASEDIR
    # @DESCRIPTION:
    # Path to the server root directory.
    -# This