public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] Add EAPI=8 support
@ 2022-04-10 19:22 Conrad Kostecki
  2022-04-10 19:54 ` Matt Turner
  2022-04-10 20:29 ` James Le Cuirot
  0 siblings, 2 replies; 3+ messages in thread
From: Conrad Kostecki @ 2022-04-10 19:22 UTC (permalink / raw
  To: gentoo-dev, gentoo-dev-announce

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
---
 eclass/cdrom.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
index bae3888c6c5..81539e8560c 100644
--- a/eclass/cdrom.eclass
+++ b/eclass/cdrom.eclass
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: cdrom.eclass
 # @MAINTAINER:
 # games@gentoo.org
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
 # @BLURB: Functions for CD-ROM handling
 # @DESCRIPTION:
 # Acquire CD(s) for those lovely CD-based emerges.  Yes, this violates
@@ -16,7 +16,7 @@
 # The functions are generally called in src_unpack.
 
 case ${EAPI:-0} in
-	[67]) ;;
+	6|7|8) ;;
 	*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [PATCH] Add EAPI=8 support
  2022-04-10 19:22 [gentoo-dev] [PATCH] Add EAPI=8 support Conrad Kostecki
@ 2022-04-10 19:54 ` Matt Turner
  2022-04-10 20:29 ` James Le Cuirot
  1 sibling, 0 replies; 3+ messages in thread
From: Matt Turner @ 2022-04-10 19:54 UTC (permalink / raw
  To: gentoo development

Subject should be prefixed with "cdrom.eclass:"


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [PATCH] Add EAPI=8 support
  2022-04-10 19:22 [gentoo-dev] [PATCH] Add EAPI=8 support Conrad Kostecki
  2022-04-10 19:54 ` Matt Turner
@ 2022-04-10 20:29 ` James Le Cuirot
  1 sibling, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2022-04-10 20:29 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]

On Sun, 2022-04-10 at 21:22 +0200, Conrad Kostecki wrote:
> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
> ---
>  eclass/cdrom.eclass | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
> index bae3888c6c5..81539e8560c 100644
> --- a/eclass/cdrom.eclass
> +++ b/eclass/cdrom.eclass
> @@ -1,10 +1,10 @@
> -# Copyright 1999-2021 Gentoo Authors
> +# Copyright 1999-2022 Gentoo Authors
>  # Distributed under the terms of the GNU General Public License v2
>  
>  # @ECLASS: cdrom.eclass
>  # @MAINTAINER:
>  # games@gentoo.org
> -# @SUPPORTED_EAPIS: 6 7
> +# @SUPPORTED_EAPIS: 6 7 8
>  # @BLURB: Functions for CD-ROM handling
>  # @DESCRIPTION:
>  # Acquire CD(s) for those lovely CD-based emerges.  Yes, this violates
> @@ -16,7 +16,7 @@
>  # The functions are generally called in src_unpack.
>  
>  case ${EAPI:-0} in
> -	[67]) ;;
> +	6|7|8) ;;
>  	*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
>  esac

That's fine, the commit message aside. There's nothing particularly API-
specific about this eclass.

On a sidenote, if all the consumers get bumped to EAPI 8 then we can revert
1e09cba657ccb2b8, which fixed the eclass for Bash 4.2 and 4.3, but made it a
tiny bit more complex. EAPI 8 requires Bash 5.0.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 858 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-10 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-10 19:22 [gentoo-dev] [PATCH] Add EAPI=8 support Conrad Kostecki
2022-04-10 19:54 ` Matt Turner
2022-04-10 20:29 ` James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox