summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-ca
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-dicts/myspell-ca
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-ca')
-rw-r--r--app-dicts/myspell-ca/Manifest3
-rw-r--r--app-dicts/myspell-ca/metadata.xml5
-rw-r--r--app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild36
3 files changed, 0 insertions, 44 deletions
diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest
deleted file mode 100644
index f1bcfcc98b1a..000000000000
--- a/app-dicts/myspell-ca/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/app-dicts/myspell-ca/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
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 0429eda9f813..000000000000
--- a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}