diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 22:52:47 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:35 +0300 |
commit | 453a8893b40147ce5e30a438ac05b4e1d25b32b7 (patch) | |
tree | 6b72574377cbf9017be3f0f5aef778c5955c55be /app-dicts/myspell-es | |
parent | app-dicts/myspell-eo: bump to EAPI 7 + verbump to 1.01 (diff) | |
download | gentoo-453a8893b40147ce5e30a438ac05b4e1d25b32b7.tar.gz gentoo-453a8893b40147ce5e30a438ac05b4e1d25b32b7.tar.bz2 gentoo-453a8893b40147ce5e30a438ac05b4e1d25b32b7.zip |
app-dicts/myspell-es: bump to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-es')
-rw-r--r-- | app-dicts/myspell-es/myspell-es-2.6.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/app-dicts/myspell-es/myspell-es-2.6.ebuild b/app-dicts/myspell-es/myspell-es-2.6.ebuild index e00728fc4603..d2e8b76d5c3e 100644 --- a/app-dicts/myspell-es/myspell-es-2.6.ebuild +++ b/app-dicts/myspell-es/myspell-es-2.6.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MUTATIONS=( - "es" "es_AR" "es_BO" "es_CL" "es_CO" "es_CR" "es_CU" "es_DO" "es_EC" - "es_ES" "es_GT" "es_HN" "es_MX" "es_NI" "es_PA" "es_PE" "es_PH" "es_PR" - "es_PY" "es_SV" "es_US" "es_UY" "es_VE" + "es" "es_AR" "es_BO" "es_CL" "es_CO" "es_CR" "es_CU" "es_DO" "es_EC" "es_ES" "es_GT" "es_HN" + "es_MX" "es_NI" "es_PA" "es_PE" "es_PH" "es_PR" "es_PY" "es_SV" "es_US" "es_UY" "es_VE" ) -MYSPELL_DICT=( ) MYSPELL_HYPH=( "hyph_es.dic" ) @@ -18,7 +16,6 @@ MYSPELL_THES=( "th_es_v2.idx" ) -SRC_URI="" for i in "${MUTATIONS[@]}"; do MYSPELL_DICT+=( "${i}.dic" @@ -26,16 +23,16 @@ for i in "${MUTATIONS[@]}"; do ) SRC_URI+=" https://github.com/sbosio/rla-es/releases/download/v${PV}/${i}.oxt -> ${i}-${PV}.oxt" done + unset i MUTATIONS inherit myspell-r2 DESCRIPTION="Spanish dictionaries for myspell/hunspell" HOMEPAGE="https://github.com/sbosio/rla-es" -LICENSE="GPL-3 LGPL-3 MPL-1.1" +LICENSE="GPL-3+ LGPL-3+ MPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" src_prepare() { # remove license files |