From 17e5f1ea4a2e1c5664f96480ca46348d008e8711 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 10 May 2024 00:01:14 +0100 Subject: gentoo auto-resync : 10:05:2024 - 00:01:13 --- eclass/Manifest.gz | Bin 39586 -> 39584 bytes eclass/freedict.eclass | 10 ++++++---- eclass/vim-spell.eclass | 23 +++++++++++------------ 3 files changed, 17 insertions(+), 16 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 1bee039d0bb0..a71b2f38bdc7 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ 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 -# @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+" 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 # @AUTHOR: # Ciaran McCreesh -# @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 @@ # # # -# -# your@email.tld -# Your Name -# -# -# vim@gentoo.org -# Vim Maintainers -# -# +# +# your@email.tld +# Your Name +# +# +# vim@gentoo.org +# Vim Maintainers +# # # 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 -- cgit v1.2.3