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-cs/
Date: Wed, 01 Apr 2020 14:38:07
Message-Id: 1585751854.e7f5fbef1f78e44862c5587b83c432b21f6bb382.juippis@gentoo
1 commit: e7f5fbef1f78e44862c5587b83c432b21f6bb382
2 Author: David Heidelberg <david <AT> ixit <DOT> cz>
3 AuthorDate: Sun Mar 29 14:51:59 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 14:37:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f5fbef
7
8 app-dicts/myspell-cs: switch from old OOO to modern LO dict
9
10 Original dictionary is from OpenOffice, very old.
11 Modern is more than 2 MB bigger and it's actually used.
12
13 Tested with nuspell and hunspell.
14
15 Closes: https://bugs.gentoo.org/674760
16
17 Signed-off-by: David Heidelberg <david <AT> ixit.cz>
18 Closes: https://github.com/gentoo/gentoo/pull/15162
19 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
20
21 app-dicts/myspell-cs/Manifest | 1 +
22 app-dicts/myspell-cs/myspell-cs-20181003.ebuild | 28 +++++++++++++++++++++++++
23 2 files changed, 29 insertions(+)
24
25 diff --git a/app-dicts/myspell-cs/Manifest b/app-dicts/myspell-cs/Manifest
26 index 8f95b9bdd28..5f75d546a91 100644
27 --- a/app-dicts/myspell-cs/Manifest
28 +++ b/app-dicts/myspell-cs/Manifest
29 @@ -1 +1,2 @@
30 DIST myspell-cs-20110224.zip 1440618 BLAKE2B d90ae82b86ac0e01bc8a5b43bfcb5f7c95f216d5781dd050d798b942291c345966f7f535d74cbd17e5b42a387d0b2c7a7ed02a23bfe93c9bbb2fd0bcf5c192cd SHA512 9f2ed5e10771c00635f382c676b2f9184374b4c20a7d2262d3c441feae4d9dcddbd611cdaf74cb035c76c969d73d913d6116d9c1a4ab0a7a754bfbd8253c1ca5
31 +DIST myspell-cs-20181003.zip 2040923 BLAKE2B 3b8908423dd87eadd07cda6f3299ac2255415ffd88d8df2e79762be142a7dc24f87fec2aa3f869f2d9e9229539597a70440a97fcc0cd100b3663ca130a02856f SHA512 6d113490663bc51e5f9734b9b227889f924c66bfa1d0d7b00da1d420d2e21a9fb9e74169b019c8014c02241b1f265a42091d3fbc09bbe38fbfb112632ae2fa4a
32
33 diff --git a/app-dicts/myspell-cs/myspell-cs-20181003.ebuild b/app-dicts/myspell-cs/myspell-cs-20181003.ebuild
34 new file mode 100644
35 index 00000000000..3a445bb876a
36 --- /dev/null
37 +++ b/app-dicts/myspell-cs/myspell-cs-20181003.ebuild
38 @@ -0,0 +1,28 @@
39 +# Copyright 1999-2020 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +
44 +MYSPELL_DICT=(
45 + "cs_CZ.aff"
46 + "cs_CZ.dic"
47 +)
48 +
49 +MYSPELL_HYPH=(
50 + "hyph_cs_CZ.dic"
51 +)
52 +
53 +MYSPELL_THES=(
54 + "thes_cs_CZ.dat"
55 +)
56 +
57 +inherit myspell-r2
58 +
59 +DESCRIPTION="Czech dictionaries for myspell/hunspell"
60 +HOMEPAGE="https://extensions.libreoffice.org/extensions/czech-dictionaries"
61 +SRC_URI="https://extensions.libreoffice.org/extensions/czech-dictionaries/2018.10/@@download/file/czech-dictionaries.oxt -> ${P}.zip"
62 +
63 +LICENSE="GPL-2 MIT"
64 +SLOT="0"
65 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
66 +IUSE=""