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-id | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-id')
-rw-r--r-- | app-dicts/myspell-id/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-id/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/myspell-id/myspell-id-2.0.ebuild | 27 |
3 files changed, 35 insertions, 0 deletions
diff --git a/app-dicts/myspell-id/Manifest b/app-dicts/myspell-id/Manifest new file mode 100644 index 000000000000..7549b5e2a395 --- /dev/null +++ b/app-dicts/myspell-id/Manifest @@ -0,0 +1,3 @@ +DIST myspell-id-2.0.oxt 135667 BLAKE2B 86de36a18c9bd52d68c0115b1d5d2ba6906f508c7db2dd521ea1c42c1de989304b35ff1bd47b86ebf80ad1ceba037e25ad3b11fd02cf620ab1d0fbf84bbdf16d SHA512 43d5e0ba4d582528d15d0f533d7bc1ef89023d1155cf5959d3df9fbaf7a1fc48c35402b774e1b8aa7475edbe5ddb2fefebbef596c3cfd73021215ac210bc47df +EBUILD myspell-id-2.0.ebuild 683 BLAKE2B 6bd5b8d619d49133eca388c46ca8fbbc143698484fab4180146fb54ab4d6e6a20e79668ebcdcfd152dc8af5aa21a90f68c6062b3b412e63d48eb8ebffba384c0 SHA512 276839a2660428fa566b6f27919be5b6cc10ca7289bf9eb1e092ed460ca25fef0c930cea772bba4ac1930d515a6c89e70556f00be0af5db377e7e958b8e9f7d4 +MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/app-dicts/myspell-id/metadata.xml b/app-dicts/myspell-id/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/app-dicts/myspell-id/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-id/myspell-id-2.0.ebuild b/app-dicts/myspell-id/myspell-id-2.0.ebuild new file mode 100644 index 000000000000..a51e0cf0c48e --- /dev/null +++ b/app-dicts/myspell-id/myspell-id-2.0.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=( + "id_ID.aff" + "id_ID.dic" +) + +MYSPELL_HYPH=( + "hyph_id_ID.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Indonesian dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/indonesian-dictionary-kamus-indonesia-by-benitius" +SRC_URI="http://extensions.libreoffice.org/extension-center/indonesian-dictionary-kamus-indonesia-by-benitius/releases/${PV}/id_id.oxt -> ${P}.oxt" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |