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 freedict: add support for EAPI8
Date: Thu, 18 Apr 2024 19:07:09 +0200	[thread overview]
Message-ID: <1e817e32a7ca3c4af71cd35ed6506103@levelnine.at> (raw)

Hi,

This adds support for EAPI8 in freedict.eclass.
The changes are minor. I've basically only added the github homepage.

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

diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass
index b649afc7c1af..a292e31f5139 100644
--- a/eclass/freedict.eclass
+++ b/eclass/freedict.eclass
@@ -6,14 +6,14 @@
  # maintainer-needed@gentoo.org
  # @AUTHOR:
  # Original author: Seemant Kulleen <seemant@gentoo.org>
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
  # @BLURB: Ease the installation of freedict translation dictionaries
  # @DESCRIPTION:
  # This eclass exists to ease the installation of freedict translation
  # dictionaries.

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

@@ -23,12 +23,14 @@ _FREEDICT_ECLASS=1
  # @ECLASS_VARIABLE: FREEDICT_P
  # @DESCRIPTION:
  # Strips PN of 'freedict' prefix, to be used in SRC_URI and doins
-FREEDICT_P=${PN/freedict-/}
+FREEDICT_P="${PN/freedict-/}"

  [[ ${FORLANG} ]] && die "FORLANG is banned, set DESCRIPTION instead"
  [[ ${TOLANG} ]] && die "TOLANG is banned, set DESCRIPTION instead"

-HOMEPAGE="https://freedict.sourceforge.net/en/"
+HOMEPAGE="
+       https://freedict.sourceforge.net/en/
+       https://github.com/freedict/fd-dictionaries"
  
SRC_URI="https://freedict.sourceforge.net/download/linux/${FREEDICT_P}.tar.gz"

  LICENSE="GPL-2+"


Regards,
Michael


                 reply	other threads:[~2024-04-18 17:07 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=1e817e32a7ca3c4af71cd35ed6506103@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