• [gentoo-dev] [PATCH 1/2] perl-module.eclass: remove EAPI 6

    From David Seifert@21:1/5 to All on Fri Jul 15 00:30:02 2022
    Signed-off-by: David Seifert <[email protected]>
    ---
    eclass/perl-module.eclass | 105 ++++++++++----------------------------
    1 file changed, 28 insertions(+), 77 deletions(-)

    diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
    index d1f9dc6ffcc..be484fb2539 100644
    --- a/eclass/perl-module.eclass
    +++ b/eclass/perl-module.eclass
    @@ -7,7 +7,7 @@
    # @AUTHOR:
    # Seemant Kulleen <[email protected]>
    # Andreas K. Hüttel <[email protected]>
    -# @SUPPORTED_EAPIS: 6 7 8
    +# @SUPPORTED_EAPIS: 7 8
    # @PROVIDES: perl-functions
    # @BLURB: eclass for installing Perl module distributions
    # @DESCRIPTION:
    @@ -20,7 +20,7 @@
    # instead.

    case ${EAPI} in
    - 6|7)
    + 7)
    inherit multiprocessing perl-functions
    PERL_EXPF="src_prepare src_configure src_compile src_test src_install"
    ;;
    @@ -39,39 +39,12 @@ esac
    # This variable controls whether a runtime and build time dependency on
    # dev-lang/perl is automatically added by the eclass. It defaults to yes.
    # Set to no to disable, set to noslotop to add a perl dependency without
  • From David Seifert@21:1/5 to All on Fri Jul 15 00:30:02 2022
    Signed-off-by: David Seifert <[email protected]>
    ---
    eclass/perl-functions.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
    index 106394afa15..a2fca403d96 100644
    --- a/eclass/perl-functions.eclass
    +++ b/eclass/perl-functions.eclass
    @@ -8,7 +8,7 @@
    # Seemant Kulleen <[email protected]>
    # Andreas K. Huettel <[email protected]>
    # Kent Fredric <[email protected]>
    -# @SUPPORTED_EAPIS: 6 7 8
    +# @SUPPORTED_EAPIS: 7 8
    # @BLURB: helper functions eclass for perl modules
    # @DESCRIPTION:
    # The perl-functions eclass is designed to allow easier installation of perl @@ -17,7 +17,7 @@
    # global scope.

    case ${EAPI} in
    - 6|7|8)
    + 7|8)
    ;;
    *)
    die "${ECLASS}: EAPI ${EAPI:-0} not supported"
    --
    2.35.1

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