diff options
-rw-r--r-- | app-dicts/myspell-hr/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-hr/myspell-hr-20080813.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/myspell-hr/Manifest b/app-dicts/myspell-hr/Manifest index 01344b27af86..e1316c43a1f8 100644 --- a/app-dicts/myspell-hr/Manifest +++ b/app-dicts/myspell-hr/Manifest @@ -1 +1,2 @@ +DIST myspell-hr-20080813.oxt 1808648 BLAKE2B f7944c0cfeb02c82dfeb82ceabd241dc192c1b16696b80d5e09aac2235d7d64e7a8184d52159678989e2f9fabb088d3d1ca2e4bf9915262ab6973e1680d48e0f SHA512 178a9e51ade7e54b5e32c9b0cb10bbb6e8da1913456d660f79a991f97c59aa965c2b17912f1910adfd6b8e47aaeb94ad9066bfad2e7ad038c0b739c57bd5c18a DIST myspell-hr_HR-20060316.zip 882838 BLAKE2B f3f15afcfcbb7e20e51208b6672d9c0005cc51ef347761970449a9c7384315fc02d754aac150e312cde548c4e6dc09bed8757edf3f0bcdee507052bd4cabd986 SHA512 48748d3bc3f796916ca53f4c106b1994c540952935643a2fa762099855d66ba5d5af1836762b3d86f6dcf28014f41806a23970bea98d08ec051f294bbf560496 diff --git a/app-dicts/myspell-hr/myspell-hr-20080813.ebuild b/app-dicts/myspell-hr/myspell-hr-20080813.ebuild new file mode 100644 index 000000000000..1b6e2ed545fc --- /dev/null +++ b/app-dicts/myspell-hr/myspell-hr-20080813.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "hr_HR.aff" + "hr_HR.dic" +) + +MYSPELL_HYPH=( + "hyph_hr.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Croatian dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="https://extensions.openoffice.org/en/project/croatian-dictionary-and-hyphenation-patterns" +SRC_URI="mirror://sourceforge/aoo-extensions/dict-hr.oxt -> ${P}.oxt" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |