summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild')
-rw-r--r--app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild29
1 files changed, 0 insertions, 29 deletions
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
-}