public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Mair-Keimberger <mmk@levelnine.at>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] PATCH vim-spell: add support for EAPI8
Date: Thu, 18 Apr 2024 19:04:58 +0200	[thread overview]
Message-ID: <bbf36e54fe7f37d0a10f3fa1c6737c63@levelnine.at> (raw)

This adds EAPI8 support in vim-spell.eclass. I haven't changed much, 
just fixed the indentation in the comments.
Since there are still some ebuilds at EAPI6 i also couldn't remove EAPI6 
support. (my plan was to bump them next, but then directly to EAPI8)

see also: https://github.com/gentoo/gentoo/pull/36166

diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass
index 855518d23e5b..607771ae8035 100644
--- a/eclass/vim-spell.eclass
+++ b/eclass/vim-spell.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2

  # @ECLASS: vim-spell.eclass
@@ -6,7 +6,7 @@
  # Vim Maintainers <vim@gentoo.org>
  # @AUTHOR:
  # Ciaran McCreesh <ciaranm@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
  # @BLURB: Eclass for managing Vim spell files.
  # @DESCRIPTION:
  # How to make a vim spell file package using prebuilt spell lists
@@ -39,15 +39,14 @@
  #     <?xml version="1.0" encoding="UTF-8"?>
  #     <!DOCTYPE pkgmetadata SYSTEM 
"https://www.gentoo.org/dtd/metadata.dtd">
  #     <pkgmetadata>
-#        <maintainer type="person">
-#                <email>your@email.tld</email>
-#                <name>Your Name</name>
-#        </maintainer>
-#        <maintainer type="project">
-#                <email>vim@gentoo.org</email>
-#                <name>Vim Maintainers</name>
-#        </maintainer>
-#
+#      <maintainer type="person">
+#              <email>your@email.tld</email>
+#              <name>Your Name</name>
+#      </maintainer>
+#      <maintainer type="project">
+#              <email>vim@gentoo.org</email>
+#              <name>Vim Maintainers</name>
+#      </maintainer>
  #      <longdescription lang="en">
  #              Vim spell files for French (fr). Supported character 
sets are
  #              UTF-8 and latin1.
@@ -64,7 +63,7 @@
  # for another language rather than keeping them Gentoo-specific.

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


Regards
Michael


                 reply	other threads:[~2024-04-18 17:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=bbf36e54fe7f37d0a10f3fa1c6737c63@levelnine.at \
    --to=mmk@levelnine.at \
    --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