From a978c074e4272bb901fbe4a10de0a7b2af574f17 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 4 May 2021 22:28:33 +0100 Subject: gentoo resync : 04.05.2021 --- app-dicts/myspell-ca/Manifest | 4 ++- app-dicts/myspell-ca/metadata.xml | 9 +++++- app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild | 44 ++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild (limited to 'app-dicts/myspell-ca') diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index 5eced846873a..acd1943754fb 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1,3 +1,5 @@ +DIST ca.3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259 DIST myspell-ca-2.3.0.oxt 441719 BLAKE2B 4f58648eac1f77a6e1e2cc571a2528d474c961ce15cab00b822638937bfe450330f4decc8744284b66e5e2b5d58ccf2b03110303d86286e1aa5e7508fd2362a8 SHA512 77513fa6b2d819963bc03aece59aeb2fe6df7674c0fea4fa9a406e6c27efdfbca3ebfc4b36aca4275d79f09678ab58a56c3d6470a815a2192b2ffc4e01c779bf EBUILD myspell-ca-2.3.0.ebuild 812 BLAKE2B 6835d90bf2d58f8d78c7c178e9edffa652c0a212ef2868bdc9bdb72c695de0dbeadbe09567d9283cc4319766fa5701ea95638e67f8b7f4014fa6faf10ec52a9f SHA512 915d9bec68cdae47e94633288c6f6204b4923bc756dbe962b1145c6ce190b8c49efd006e7f4001bc57a3957b2677e0416d01b58b491d48a1206d0673a8e336b2 -MISC metadata.xml 191 BLAKE2B 8bff04ca02f4930d6f77dd32df009c145cacaad2d1cf271d91ae928f85acdccb0d73b0202a41aa3e60470ba6c7853e41ef76587601b2163f9ec249b7fa1c5274 SHA512 da06af54ba93db06f717082e3f09bbca9e17adad4b070a28131f2ffec15d0dfc82c79a3b2fb045fa33d6756c6df85254733622b0b7b1952b33d5590a71865c62 +EBUILD myspell-ca-3.0.6.ebuild 1097 BLAKE2B f7a421930f08b7c531d4085a17248041cef7f4b3f00273e07c41f8af8422ad2376f42c092aa2cea031f6ddc867a5e308cb61bc92b4bfe35762fd74c3cd96facf SHA512 88bad23d2ca509429e994f4fbf20a19e4b6f243e79b8957b38182281d7c4bbf5de14ad672bbb7eb28ad8ba806aaa380f899029e7f70a2763bd813e591ae6c4df +MISC metadata.xml 433 BLAKE2B d8f6c0990562793035233267937025425d369ef31d37d547a3a3eb8be74acf87201eface64179f0e71eeb42ce150ac08d256fe1e8ba55c306a074be093b542f9 SHA512 c0437b625262caab784d416353303b41b98209fd7b3ceb5c2ad02bec474bdd5de0fbd2e587ab8f47a1f5ed392e2ee66e05dac3cbab788564f2504ada3475b54e diff --git a/app-dicts/myspell-ca/metadata.xml b/app-dicts/myspell-ca/metadata.xml index 3c58a0219fbe..17d43b56530a 100644 --- a/app-dicts/myspell-ca/metadata.xml +++ b/app-dicts/myspell-ca/metadata.xml @@ -1,6 +1,13 @@ - + + esteve.varela@gmail.com + Esteve Varela Colominas + + + proxy-maint@gentoo.org + Proxy Maintainers + diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild new file mode 100644 index 000000000000..ba020ff6f8a6 --- /dev/null +++ b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "ca_ES.aff" + "ca_ES.dic" + "ca_ES-valencia.aff" + "ca_ES-valencia.dic" +) + +MYSPELL_HYPH=( + "hyph_ca_ES.dic" +) + +MYSPELL_THES=( + "th_ca_ES_v3.idx" + "th_ca_ES_v3.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/" +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + + # rename to conform the common naming scheme + mv ca.aff ca_ES.aff || die + mv ca.dic ca_ES.dic || die + mv ca-ES-valencia.aff ca_ES-valencia.aff || die + mv ca-ES-valencia.dic ca_ES-valencia.dic || die + mv hyph_ca.dic hyph_ca_ES.dic || die + + # remove licenses + rm LICENSES-en.txt LLICENCIES-ca.txt || die +} -- cgit v1.2.3