From 459c8a5e8495afc3520b33f90e6558f9638542ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Netolick=C3=BD?= Date: Thu, 30 Jul 2026 16:37:58 +0200 Subject: [PATCH] app-dicts/myspell-cs: add 20210701 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jiří Netolický Part-of: https://codeberg.org/gentoo/gentoo/pulls/1385 Merges: https://codeberg.org/gentoo/gentoo/pulls/1385 Closes: https://bugs.gentoo.org/977160 Signed-off-by: Joonas Niilola --- app-dicts/myspell-cs/Manifest | 1 + .../myspell-cs/myspell-cs-20210701.ebuild | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 app-dicts/myspell-cs/myspell-cs-20210701.ebuild diff --git a/app-dicts/myspell-cs/Manifest b/app-dicts/myspell-cs/Manifest index e8843121e6aca..da9dd5d6f73c3 100644 --- a/app-dicts/myspell-cs/Manifest +++ b/app-dicts/myspell-cs/Manifest @@ -1 +1,2 @@ DIST myspell-cs-20181003.zip 2040923 BLAKE2B 3b8908423dd87eadd07cda6f3299ac2255415ffd88d8df2e79762be142a7dc24f87fec2aa3f869f2d9e9229539597a70440a97fcc0cd100b3663ca130a02856f SHA512 6d113490663bc51e5f9734b9b227889f924c66bfa1d0d7b00da1d420d2e21a9fb9e74169b019c8014c02241b1f265a42091d3fbc09bbe38fbfb112632ae2fa4a +DIST myspell-cs-20210701.zip 2315028 BLAKE2B b35a269b9677a078d31ab454bb416415737c71053928341407ed4273122536afb79a799611c41bad98d080b728b285ea37c527c26fa47384ff402c559a5d97f7 SHA512 be973bbcf08d54c6aebe6356131d522722f5ddb88fd0049da084b450751e965f94b8b248d28c17120b13e40fd806c259e0f9a287baf292acdf4c9cf3239dbf84 diff --git a/app-dicts/myspell-cs/myspell-cs-20210701.ebuild b/app-dicts/myspell-cs/myspell-cs-20210701.ebuild new file mode 100644 index 0000000000000..a4e9c3294ad17 --- /dev/null +++ b/app-dicts/myspell-cs/myspell-cs-20210701.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( + "cs_CZ.aff" + "cs_CZ.dic" +) + +MYSPELL_HYPH=( + "hyph_cs_CZ.dic" +) + +MYSPELL_THES=( + "thes_cs_CZ.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Czech dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extensions/czech-dictionaries" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/57/czech-dictionaries_2021-07.oxt -> ${P}.zip" + +LICENSE="GPL-2 MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"