summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-ca
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-ca
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-ca')
-rw-r--r--app-dicts/myspell-ca/Manifest3
-rw-r--r--app-dicts/myspell-ca/metadata.xml5
-rw-r--r--app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild36
3 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest
new file mode 100644
index 000000000000..f1bcfcc98b1a
--- /dev/null
+++ b/app-dicts/myspell-ca/Manifest
@@ -0,0 +1,3 @@
+DIST myspell-ca-2.3.0.oxt 441719 BLAKE2B 4f58648eac1f77a6e1e2cc571a2528d474c961ce15cab00b822638937bfe450330f4decc8744284b66e5e2b5d58ccf2b03110303d86286e1aa5e7508fd2362a8 SHA512 77513fa6b2d819963bc03aece59aeb2fe6df7674c0fea4fa9a406e6c27efdfbca3ebfc4b36aca4275d79f09678ab58a56c3d6470a815a2192b2ffc4e01c779bf
+EBUILD myspell-ca-2.3.0.ebuild 831 BLAKE2B 61a81439ccc996084498f057c48652603501fa1358c62f85a4eaeab1d965ea2274467abe767698d15cd0d3563216c4b68a877ef0310cf618d239a81cd7f7a5b1 SHA512 20e1735f52e2488e22616742cb762c7ac77d975542a4d155f008e1708941c4c5addaa32c7d7d4a9240f104d176fc834c05dfc6881b7bfc75c5ab0010f2b7bb00
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/app-dicts/myspell-ca/metadata.xml b/app-dicts/myspell-ca/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/app-dicts/myspell-ca/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-ca/myspell-ca-2.3.0.ebuild b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild
new file mode 100644
index 000000000000..0429eda9f813
--- /dev/null
+++ b/app-dicts/myspell-ca/myspell-ca-2.3.0.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=(
+ "ca_ES.aff"
+ "ca_ES.dic"
+)
+
+MYSPELL_HYPH=(
+)
+
+MYSPELL_THES=(
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Catalan dictionaries for myspell/hunspell"
+HOMEPAGE="http://www.softcatala.org/wiki/Rebost:Corrector_ortogr%C3%A0fic_de_catal%C3%A0_%28general%29_per_a_l%27OpenOffice.org"
+SRC_URI="http://www.softcatala.org/diccionaris/actualitzacions/OOo/catalan.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=""
+
+src_prepare() {
+ default
+ # rename to conform the common naming scheme
+ mv catalan.aff ca_ES.aff || die
+ mv catalan.dic ca_ES.dic || die
+
+ # remove licenses
+ rm -rf LICENSES-en.txt LLICENCIES-ca.txt || die
+}