diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/myspell-sk | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-sk')
-rw-r--r-- | app-dicts/myspell-sk/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-sk/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-sk/myspell-sk-20110224.ebuild | 29 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/myspell-sk/Manifest b/app-dicts/myspell-sk/Manifest new file mode 100644 index 000000000000..3ddacc0b5f66 --- /dev/null +++ b/app-dicts/myspell-sk/Manifest @@ -0,0 +1,3 @@ +DIST myspell-sk-20110224.zip 1351228 BLAKE2B c2f5862083d541e9d9d0f169150e06a120c527cb63b19d1275095c47d1205424eaa48f1567eba381098523f317fca6dc6704b2b62355e2d44e179ee4aed78cfe SHA512 853790825816b3c2ad547c072f38d4441dc35fe6435d602de3741cae6a2ba4890e42fefe38dfda8f7bcfc2db61461a1a4220faee0edaf06c51875a1516fedf1b +EBUILD myspell-sk-20110224.ebuild 640 BLAKE2B 1e16b01429a993b3cfc834c3b5b3800036edb89ec180eb66e1a2606320aa33b5c3668c949ff6b0dad5ed25a8c8bb0a479b2a99edb1459801a9cfe8be3b4af4bf SHA512 76e95bd53e1997fec9e90941353eaa97d9fe5900dd7e927831ca90b642d0bf40a05269fe7a81f8b8630bd242f7331bb5879a7eaa83042d31ed6e3c6c7f5faf2a +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/myspell-sk/metadata.xml b/app-dicts/myspell-sk/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/myspell-sk/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<!-- maintainer-needed --> +</pkgmetadata> diff --git a/app-dicts/myspell-sk/myspell-sk-20110224.ebuild b/app-dicts/myspell-sk/myspell-sk-20110224.ebuild new file mode 100644 index 000000000000..b8c7559a2c5a --- /dev/null +++ b/app-dicts/myspell-sk/myspell-sk-20110224.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "sk_SK/sk_SK.aff" + "sk_SK/sk_SK.dic" +) + +MYSPELL_HYPH=( + "hyph_sk_SK/hyph_sk_SK.dic" +) + +MYSPELL_THES=( + "thes_sk_SK_v2/th_sk_SK_v2.dat" + "thes_sk_SK_v2/th_sk_SK_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Slovak dictionaries for myspell/hunspell" +HOMEPAGE="http://www.liberix.cz/doplnky/slovniky/ooo/" +SRC_URI="http://www.liberix.cz/doplnky/slovniky/ooo/dict-sk.oxt -> ${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |