summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-ca
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-05 12:08:58 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-05 12:08:58 +0000
commitf29a41111b3a606f5d95049b1ba92daabbc68cc0 (patch)
tree310589df1ffb427b1a0595a329cfb2845335b778 /app-dicts/myspell-ca
parent083bdfbef9bc532b72cf116591025916eebaf676 (diff)
gentoo auto-resync : 05:01:2023 - 12:08:57
Diffstat (limited to 'app-dicts/myspell-ca')
-rw-r--r--app-dicts/myspell-ca/Manifest2
-rw-r--r--app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild44
2 files changed, 0 insertions, 46 deletions
diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest
index 9ed197e4c51b..286b35a2df64 100644
--- a/app-dicts/myspell-ca/Manifest
+++ b/app-dicts/myspell-ca/Manifest
@@ -1,5 +1,3 @@
-DIST myspell-ca-3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259
DIST myspell-ca-3.0.7.oxt 4743865 BLAKE2B 019d171f06b8bc5c4e3359213907bdb11f53aaf153899e643d18c0fd2f2c090b05018d0ef32c9f3238730ecad7859423ddb3f7b9081acdda820f29af192c58bc SHA512 75f42a3e1723e75a535f352e72018add4baf0faab4c89208fbd732579f75f040138d9c784fe6e96bbc8194c2416731e920a6950fd9a9a196dbacfd1a03d4512d
-EBUILD myspell-ca-3.0.6.ebuild 1109 BLAKE2B ad1ea8bc5ab67b03268d707f0ae07f8ec0b7543d460bcb42d199de585b2b2126c42189db9922e741582e6e7e7d7417c03953bd80f601183a7f2e3ccc7fd94428 SHA512 d0212c0e3cea33000220874b351c6e718eaf9bf3d2fc1a630294c9823d654e2ab5dfc5517a6b9302eeaee4b2908201bc17b1ceef7b51d6e53be3bcfbb65cecd6
EBUILD myspell-ca-3.0.7.ebuild 1103 BLAKE2B 56e65e00363817fe3e52aee20efe183ed2cbd4ca1177e9b0176b994086eaef8022e18180459a2cb6a9a043d96bdf3dd92a25137e8efc99c5b31059526c1fd509 SHA512 109b135b2f7f5e5bb7d55852270aa4f2d49bce0d0e4a429ad0940ce90dce5d741299d03d98024d51b6302ed8583173ea1459d2397daf4a987f10a52446fd4690
MISC metadata.xml 434 BLAKE2B e98e3af7d90546b1c388e24c2d791cdd32f07cde9150c79637d8805780202518a6ca6dfe6fa8e89bd2e6f8ca4b08234c03903644db3705be2d0df5cc36afbd44 SHA512 303e0ef4f85b81518360bfb7d19500a5c11c865e4ac765bc58f13f5aaaf5f5218f634e546740e40492f23256d4dccdecc996a90a6d79856c28ed15b4ee884842
diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild
deleted file mode 100644
index 4081ab2f9537..000000000000
--- a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 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 -> ${P}.oxt"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~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
-}