commit: 437a456bfaf7df02b243435c64d4897a38d95a45 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru> AuthorDate: Fri Feb 27 19:58:32 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 13:50:02 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437a456b
app-dicts/myspell-uk: add 6.7.5 Closes: https://bugs.gentoo.org/970669 Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru> Part-of: https://codeberg.org/gentoo/gentoo/pulls/165 Merges: https://codeberg.org/gentoo/gentoo/pulls/165 Signed-off-by: Sam James <sam <AT> gentoo.org> app-dicts/myspell-uk/Manifest | 1 + app-dicts/myspell-uk/myspell-uk-6.7.5.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-dicts/myspell-uk/Manifest b/app-dicts/myspell-uk/Manifest index d71a3216b8bc..546d6d776c68 100644 --- a/app-dicts/myspell-uk/Manifest +++ b/app-dicts/myspell-uk/Manifest @@ -1 +1,2 @@ DIST dict-uk_UA-6.6.1.oxt 1851083 BLAKE2B d5a02dbe4639e36d609385551ad0c748b7fdc546c2cc8f693d7601f4ce48c5a152a5405b5a8ea389f3c7fb0f32e01c30476c6e715f8502b53f78b8cc25d9f076 SHA512 14acbf228a8a90ae4cae1cf905ebb86a72486c7b8ee4ac13bb0eacea973f875ad1b3e5017071fd2440db879f292de8d29662ceb9ca8e8f0c1709a25a1c840196 +DIST dict-uk_UA-6.7.5.oxt 1898382 BLAKE2B b2fd27773af6715416517b8ae72aada451d78f620e094a84e639f82287ccf0036d9431726e0b7c8f798cc5e2b1e8bfa779633c03efb07e14eaa75e3f6e79e848 SHA512 16a251494e5b34f39ef3b7cce8ac9450bbfd9195b33bdad2327300a1475443c17cefc34eca248a23de56c95644db2b13bad0dadb8748a0d4031e969bffc425e1 diff --git a/app-dicts/myspell-uk/myspell-uk-6.7.5.ebuild b/app-dicts/myspell-uk/myspell-uk-6.7.5.ebuild new file mode 100644 index 000000000000..db5355173487 --- /dev/null +++ b/app-dicts/myspell-uk/myspell-uk-6.7.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( + "uk_UA.aff" + "uk_UA.dic" +) + +MYSPELL_HYPH=( + "hyph_uk_UA.dic" +) + +MYSPELL_THES=( + "th_uk_UA.dat" + "th_uk_UA.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Ukrainian dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/1771259766/dict-uk_UA-6.7.5.oxt" + +LICENSE="GPL-3 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
