summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-ca
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /app-dicts/myspell-ca
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'app-dicts/myspell-ca')
-rw-r--r--app-dicts/myspell-ca/Manifest2
-rw-r--r--app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild29
2 files changed, 0 insertions, 31 deletions
diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest
index 0e352f1e06ab..666bf6290f49 100644
--- a/app-dicts/myspell-ca/Manifest
+++ b/app-dicts/myspell-ca/Manifest
@@ -1,5 +1,3 @@
-DIST myspell-ca-2.3.0.oxt 441719 BLAKE2B 4f58648eac1f77a6e1e2cc571a2528d474c961ce15cab00b822638937bfe450330f4decc8744284b66e5e2b5d58ccf2b03110303d86286e1aa5e7508fd2362a8 SHA512 77513fa6b2d819963bc03aece59aeb2fe6df7674c0fea4fa9a406e6c27efdfbca3ebfc4b36aca4275d79f09678ab58a56c3d6470a815a2192b2ffc4e01c779bf
DIST myspell-ca-3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259
-EBUILD myspell-ca-2.3.0.ebuild 677 BLAKE2B 1ff958ef4d7e519e82fbbc5f83c63b328abfd35be5122f8f4e12c290bff78e01aca04ba890f0943173503f9dc602bee92a387a31aa56bcd6f9ece9ba1ca7a7a3 SHA512 b38fc4deb4639a3b6186b35b93f48ade2cf42fe4dd0f5a431e390cef663c89f639d6737416e85cc3f5f20c2e57fa467f29efe0224ccaaa196bd73753ec5b2303
EBUILD myspell-ca-3.0.6.ebuild 1102 BLAKE2B 17dd9bb35eb59483c2eb79f0b9b587ce31245e9350e157521a4f7f8b742b08f5f73c7c84891fccac07546af4849f2cbe866ad59642c33ebcb7a54fcaf9e35357 SHA512 0b6bd69166ac54f001a1cf5bfb7beb2a0146c7fcb322b59f929da47bf22ed81429addc780e5062043e86328afae3f64ff6873eadb4d8d2abf3a680e1bc32251a
MISC metadata.xml 434 BLAKE2B e98e3af7d90546b1c388e24c2d791cdd32f07cde9150c79637d8805780202518a6ca6dfe6fa8e89bd2e6f8ca4b08234c03903644db3705be2d0df5cc36afbd44 SHA512 303e0ef4f85b81518360bfb7d19500a5c11c865e4ac765bc58f13f5aaaf5f5218f634e546740e40492f23256d4dccdecc996a90a6d79856c28ed15b4ee884842
diff --git a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild
deleted file mode 100644
index 31c6b74e741a..000000000000
--- a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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"
-)
-
-inherit myspell-r2
-
-DESCRIPTION="Catalan dictionaries for myspell/hunspell"
-HOMEPAGE="https://www.softcatala.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 ~riscv sparc x86"
-
-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
-}