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-is | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-is')
-rw-r--r-- | app-dicts/myspell-is/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-is/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-is/myspell-is-2012.09.01.ebuild | 26 |
3 files changed, 34 insertions, 0 deletions
diff --git a/app-dicts/myspell-is/Manifest b/app-dicts/myspell-is/Manifest new file mode 100644 index 000000000000..50d261508a80 --- /dev/null +++ b/app-dicts/myspell-is/Manifest @@ -0,0 +1,3 @@ +DIST hunspell-is-2012.09.01.oxt 678230 BLAKE2B f8a4fa14c1cc9c89213a236d38fbd6b3621fbbaa4803eb3bb70761ec387cddc0404546c3b9ee719c104c0321f5736394506993e153e0b575b790376d2081818f SHA512 39af86809f735e5f0698b060d514bc2d9d53cc4ec7ef4edb6edbd92674af337ea48fc69bfaddb2dc2532be74ae5a079068cd691212042bac70a622d1f02eebe6 +EBUILD myspell-is-2012.09.01.ebuild 673 BLAKE2B df9d93aed30cd8c7ab7bf5ef8de6aac8e40a22dd10ebdb52fb7952f60610292bc0b6b6138b6921d82f006008a33af02263940cfeed9c05d9669f60c34903eb8f SHA512 b59d84c16ec6348595992d42d6b7c4bd4fb4183cdff3c217f33e4d235b8fcd14dff74eaebdabcba8d21eefea7ceed284f616358e9e1a51c43add7f438b622278 +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/myspell-is/metadata.xml b/app-dicts/myspell-is/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/myspell-is/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-is/myspell-is-2012.09.01.ebuild b/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild new file mode 100644 index 000000000000..ebd97627ea77 --- /dev/null +++ b/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "is.aff" + "is.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Icelandic dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/hunspell-is-the-icelandic-spelling-dictionary-project" +SRC_URI="http://extensions.libreoffice.org/extension-center/hunspell-is-the-icelandic-spelling-dictionary-project/releases/${PV}/hunspell-is-${PV}.oxt" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |