public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: David Seifert <soap@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: David Seifert <soap@gentoo.org>
Subject: [gentoo-dev] [PATCH 05/22] eapi8-dosym.eclass: remove EAPI 5, 6
Date: Tue, 14 Mar 2023 20:58:09 +0100	[thread overview]
Message-ID: <20230314195826.35239-5-soap@gentoo.org> (raw)
In-Reply-To: <20230314195826.35239-1-soap@gentoo.org>

Signed-off-by: David Seifert <soap@gentoo.org>
---
 eclass/eapi8-dosym.eclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/eapi8-dosym.eclass b/eclass/eapi8-dosym.eclass
index 52f0ffe3e62b..4e3977ef54cf 100644
--- a/eclass/eapi8-dosym.eclass
+++ b/eclass/eapi8-dosym.eclass
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: eapi8-dosym.eclass
@@ -6,7 +6,7 @@
 # PMS team <pms@gentoo.org>
 # @AUTHOR:
 # Ulrich Müller <ulm@gentoo.org>
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 7
 # @BLURB: Testing implementation of EAPI 8 dosym -r option
 # @DESCRIPTION:
 # A stand-alone implementation of the dosym command aimed for EAPI 8.
@@ -17,8 +17,8 @@
 # https://bugs.gentoo.org/708360
 
 case ${EAPI} in
-	5|6|7) ;;
-	*) die "${ECLASS}: EAPI=${EAPI:-0} not supported" ;;
+	7) ;;
+	*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
 # @FUNCTION: _dosym8_canonicalize
-- 
2.40.0



  parent reply	other threads:[~2023-03-14 20:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-14 19:58 [gentoo-dev] [PATCH 01/22] apache-module.eclass: remove EAPI 5 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 02/22] cron.eclass: add EAPI 8 David Seifert
2023-03-15 11:01   ` Emily
2023-03-15 11:12     ` Ulrich Mueller
2023-03-14 19:58 ` [gentoo-dev] [PATCH 03/22] cron.eclass: remove EAPI 6 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 04/22] db.eclass: add EAPI allowlist David Seifert
2023-03-14 19:58 ` David Seifert [this message]
2023-03-14 19:58 ` [gentoo-dev] [PATCH 06/22] findlib.eclass: remove EAPI 6 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 07/22] git-r3.eclass: remove EAPI 5 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 08/22] gnome2.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 09/22] golang-build.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 10/22] golang-vcs-snapshot.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 11/22] golang-vcs.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 12/22] libtool.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 13/22] linux-info.eclass: remove EAPI 0-5 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 14/22] mono-env.eclass: remove EAPI 5 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 15/22] office-ext-r1.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 16/22] qmail.eclass: remove EAPI 6 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 17/22] subversion.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 18/22] sword-module.eclass: last-rite David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 19/22] vdr-plugin-2.eclass: remove EAPI 5 David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 20/22] webapp.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 21/22] xdg.eclass: " David Seifert
2023-03-14 19:58 ` [gentoo-dev] [PATCH 22/22] eclass: standardize prologue/epilogue David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230314195826.35239-5-soap@gentoo.org \
    --to=soap@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox