From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-dicts/myspell-ca/Manifest | 3 +++ app-dicts/myspell-ca/metadata.xml | 5 ++++ app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild | 36 ++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 app-dicts/myspell-ca/Manifest create mode 100644 app-dicts/myspell-ca/metadata.xml create mode 100644 app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild (limited to 'app-dicts/myspell-ca') 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 @@ + + + + + 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 +} -- cgit v1.2.3