summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-et
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/myspell-et
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-et')
-rw-r--r--app-dicts/myspell-et/Manifest3
-rw-r--r--app-dicts/myspell-et/metadata.xml5
-rw-r--r--app-dicts/myspell-et/myspell-et-20030606.ebuild36
3 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/myspell-et/Manifest b/app-dicts/myspell-et/Manifest
new file mode 100644
index 000000000000..093a6ca2f1d4
--- /dev/null
+++ b/app-dicts/myspell-et/Manifest
@@ -0,0 +1,3 @@
+DIST ispell-et_20030606.tar.gz 3421339 BLAKE2B 75b68d38cf8d3f563774445545fa95139f58d1917bab778d127bd0b7fe4c32eb2b8dbc7dcde7dccc3e8f02b3827bf19978302bba19ecb7068c32e7c1177b6f8d SHA512 f8ec8e5dd38a0e8c0682b79f5207a8d707ff48ba7950387e4c20a4d08f8c8525b511b6ba79ad8445e0ebe9e0ea2f91e15409f3ab64305480fb64ece056dbea67
+EBUILD myspell-et-20030606.ebuild 692 BLAKE2B 4a7dad730be1e5a28117a1f1990180e49e4161004b4721a2e1defbb0c910775542ef929f5f9fb3180a6d0271866d99f693246e969d15607e6b85d49a943d2f25 SHA512 b47a6fc61dbbe7dba313e9a859664da9f8968dad47d7ee1d26303376c5229469abd0bb1b60e0c65c439ac5fd707c5f06207c15baa6a7ae61ac1c52c5930e07d7
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-dicts/myspell-et/metadata.xml b/app-dicts/myspell-et/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/myspell-et/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-et/myspell-et-20030606.ebuild b/app-dicts/myspell-et/myspell-et-20030606.ebuild
new file mode 100644
index 000000000000..523450c84504
--- /dev/null
+++ b/app-dicts/myspell-et/myspell-et-20030606.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MYSPELL_DICT=(
+ "latin-9/et_EE.aff"
+ "latin-9/et_EE.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_et_EE.dic"
+)
+
+MYSPELL_THES=(
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Estonian dictionaries for myspell/hunspell"
+HOMEPAGE="http://www.meso.ee/~jjpp/speller/"
+SRC_URI="http://www.meso.ee/~jjpp/speller/ispell-et_${PV}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/ispell-et-${PV}"
+
+src_prepare() {
+ default
+ # naming handling to be inline with others
+ mv hyph_et.dic hyph_et_EE.dic || die
+
+}