commit: 373e95645e9dba7b73ae6dede71d7a53e7553f00 Author: Marco Scardovi <marco <AT> scardovi <DOT> com> AuthorDate: Mon May 3 12:11:54 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 14:20:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373e9564
app-dicts/myspell-sk: bump to EAPI 7 + verbump to 20200501 + move to libreoffice server Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-dicts/myspell-sk/Manifest | 1 + app-dicts/myspell-sk/myspell-sk-20200501.ebuild | 28 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-dicts/myspell-sk/Manifest b/app-dicts/myspell-sk/Manifest index 3fd6583b569..eb405a22243 100644 --- a/app-dicts/myspell-sk/Manifest +++ b/app-dicts/myspell-sk/Manifest @@ -1 +1,2 @@ DIST myspell-sk-20110224.zip 1351228 BLAKE2B c2f5862083d541e9d9d0f169150e06a120c527cb63b19d1275095c47d1205424eaa48f1567eba381098523f317fca6dc6704b2b62355e2d44e179ee4aed78cfe SHA512 853790825816b3c2ad547c072f38d4441dc35fe6435d602de3741cae6a2ba4890e42fefe38dfda8f7bcfc2db61461a1a4220faee0edaf06c51875a1516fedf1b +DIST slovak-dictionaries-2020-05.oxt 1229188 BLAKE2B 9aacfceaecc04e7259eae30dcf4e82cf9bd172b0a64d8bf48fd5aaacb5d4ddcd99f951db9064876459a38eb2793de1bbed466fb65b183246eb3b68e99e25ae04 SHA512 d6d4b49c435037eb04515ce86aeafce418dffcbc0d8b4716a3cf653c3e6b88eccc402190538188c81d4f644081b036a98054c8d4ef731c925cdac7a12da3d1c5 diff --git a/app-dicts/myspell-sk/myspell-sk-20200501.ebuild b/app-dicts/myspell-sk/myspell-sk-20200501.ebuild new file mode 100644 index 00000000000..c8256ba766c --- /dev/null +++ b/app-dicts/myspell-sk/myspell-sk-20200501.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "sk_SK.aff" + "sk_SK.dic" +) + +MYSPELL_HYPH=( + "hyph_sk_SK.dic" +) + +MYSPELL_THES=( + "th_sk_SK_v2.dat" + "th_sk_SK_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Slovak dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/en/extensions/show/874" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/84/slovak-dictionaries-2020-05.oxt" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
