diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-05-03 14:11:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-06-03 17:20:39 +0300 |
commit | 373e95645e9dba7b73ae6dede71d7a53e7553f00 (patch) | |
tree | 804b957c1190b28205210dc87975fa6b0732c8d5 /app-dicts | |
parent | app-dicts/myspell-ru: drop older unstable version (diff) | |
download | gentoo-373e95645e9dba7b73ae6dede71d7a53e7553f00.tar.gz gentoo-373e95645e9dba7b73ae6dede71d7a53e7553f00.tar.bz2 gentoo-373e95645e9dba7b73ae6dede71d7a53e7553f00.zip |
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@scardovi.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-sk/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-sk/myspell-sk-20200501.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-sk/Manifest b/app-dicts/myspell-sk/Manifest index 3fd6583b5694..eb405a22243e 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 000000000000..c8256ba766c4 --- /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" |