diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-02 21:56:14 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:34 +0300 |
commit | 2acb0bec9c16bf967960f7f6ab3d68b20ede6bd7 (patch) | |
tree | aa042bd498c16bc178546cd5a0ea7119b6ef976f /app-dicts/myspell-ca | |
parent | app-dicts/myspell-bg: bump to EAPI 7 (diff) | |
download | gentoo-2acb0bec9c16bf967960f7f6ab3d68b20ede6bd7.tar.gz gentoo-2acb0bec9c16bf967960f7f6ab3d68b20ede6bd7.tar.bz2 gentoo-2acb0bec9c16bf967960f7f6ab3d68b20ede6bd7.zip |
app-dicts/myspell-ca: 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-ca')
-rw-r--r-- | app-dicts/myspell-ca/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild | 13 | ||||
-rw-r--r-- | app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild | 2 |
3 files changed, 5 insertions, 12 deletions
diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index 7ea1aa2663f1..195fdc1f251e 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1,2 +1,2 @@ -DIST ca.3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259 DIST myspell-ca-2.3.0.oxt 441719 BLAKE2B 4f58648eac1f77a6e1e2cc571a2528d474c961ce15cab00b822638937bfe450330f4decc8744284b66e5e2b5d58ccf2b03110303d86286e1aa5e7508fd2362a8 SHA512 77513fa6b2d819963bc03aece59aeb2fe6df7674c0fea4fa9a406e6c27efdfbca3ebfc4b36aca4275d79f09678ab58a56c3d6470a815a2192b2ffc4e01c779bf +DIST myspell-ca-3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259 diff --git a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild index d498c12c7ea7..31c6b74e741a 100644 --- a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild @@ -1,29 +1,22 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MYSPELL_DICT=( "ca_ES.aff" "ca_ES.dic" ) -MYSPELL_HYPH=( -) - -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Catalan dictionaries for myspell/hunspell" -HOMEPAGE="http://www.softcatala.org/wiki/Rebost:Corrector_ortogr%C3%A0fic_de_catal%C3%A0_%28general%29_per_a_l%27OpenOffice.org" +HOMEPAGE="https://www.softcatala.org" SRC_URI="http://www.softcatala.org/diccionaris/actualitzacions/OOo/catalan.oxt -> ${P}.oxt" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" src_prepare() { default diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild index ba020ff6f8a6..50be65f0cb4c 100644 --- a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild @@ -23,7 +23,7 @@ inherit myspell-r2 DESCRIPTION="Catalan dictionaries for myspell/hunspell" HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/" -SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt" +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt -> ${P}.oxt" LICENSE="GPL-2 LGPL-2.1" SLOT="0" |