• [gentoo-dev] [PATCH 04/50] cdrom.eclass: drop support for EAPI 6

    From David Seifert@21:1/5 to All on Tue Aug 27 17:20:02 2024
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/cdrom.eclass | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
    index 4e56db951196..7e983bab67db 100644
    --- a/eclass/cdrom.eclass
    +++ b/eclass/cdrom.eclass
    @@ -1,10 +1,10 @@
    -# Copyright 1999-2023 Gentoo Authors
    +# Copyright 1999-2024 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: cdrom.eclass
    # @MAINTAINER:
    # games@gentoo.org
    -# @SUPPORTED_EAPIS: 6 7 8
    +# @SUPPORTED_EAPIS: 7 8
    # @BLURB: Functions for CD-ROM handling
    # @DESCRIPTION:
    # Acquire CD(s) for those lovely CD-based emerges. Yes, this violates
    @@ -15,8 +15,8 @@
    # eclass will require RESTRICT="bindist" but the point still stands.
    # The functions are generally called in src_unpack.

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

    --
    2.46.0

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