Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-uk/
Date: Sun, 03 Jul 2022 08:58:01
Message-Id: 1656838673.d5890b0ccd7b0a289eab665a8584d3f5be22730a.juippis@gentoo
1 commit: d5890b0ccd7b0a289eab665a8584d3f5be22730a
2 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru>
3 AuthorDate: Sat Jun 18 12:31:22 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 08:57:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5890b0c
7
8 app-dicts/myspell-uk: bump to 5.8.0
9
10 Closes: https://bugs.gentoo.org/852923
11 Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru>
12 Closes: https://github.com/gentoo/gentoo/pull/25956
13 Closes: https://github.com/gentoo/gentoo/pull/25742
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 app-dicts/myspell-uk/Manifest | 1 +
17 app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild | 28 ++++++++++++++++++++++++++++
18 2 files changed, 29 insertions(+)
19
20 diff --git a/app-dicts/myspell-uk/Manifest b/app-dicts/myspell-uk/Manifest
21 index 6fcd30c7e3f3..f94910ae6a7d 100644
22 --- a/app-dicts/myspell-uk/Manifest
23 +++ b/app-dicts/myspell-uk/Manifest
24 @@ -1 +1,2 @@
25 DIST dict-uk_UA-5.3.1.oxt 1787200 BLAKE2B 1dcc1fc2427f71ba8cc71df0638e8608beba2c3b65aea7ba915b1edfaf0a759c2768d0b6c32f6df5d70feb685f505364e6d9eddfc95a84dbbe7c2f818074922e SHA512 6a1d17a7f7b358eeef84451384f0ad951b70a76070097b7c1519eab79a67da086f9cae9b4e775e8feb723f2b8d77d744890ab5a83e47237e055ac4e5f7374873
26 +DIST dict-uk_UA-5.8.0.oxt 1811429 BLAKE2B 887209619943b7e364a221d1dec47229df410f61c4004f87ee97118a19095041f9bc01c86a5aa374375603313b00b87fbbe428312be394657d8c2f809c77a811 SHA512 923eba0da0e541b3a4c16711f05d41ff180e1c2a108103e9960e8b403d0880fc8545a4c290b53d488da5c81964eb46e50bc5eec82d4256258b859825ccd4d58b
27
28 diff --git a/app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild b/app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild
29 new file mode 100644
30 index 000000000000..4a810503913e
31 --- /dev/null
32 +++ b/app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild
33 @@ -0,0 +1,28 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +MYSPELL_DICT=(
40 + "uk_UA.aff"
41 + "uk_UA.dic"
42 +)
43 +
44 +MYSPELL_HYPH=(
45 + "hyph_uk_UA.dic"
46 +)
47 +
48 +MYSPELL_THES=(
49 + "th_uk_UA.dat"
50 + "th_uk_UA.idx"
51 +)
52 +
53 +inherit myspell-r2
54 +
55 +DESCRIPTION="Ukrainian dictionaries for myspell/hunspell"
56 +HOMEPAGE="https://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus"
57 +SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/1655471128/dict-uk_UA-5.8.0.oxt"
58 +
59 +LICENSE="GPL-3 LGPL-2.1 MPL-1.1"
60 +SLOT="0"
61 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"