summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-fr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-dicts/myspell-fr
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-dicts/myspell-fr')
-rw-r--r--app-dicts/myspell-fr/Manifest2
-rw-r--r--app-dicts/myspell-fr/myspell-fr-5.7-r1.ebuild44
2 files changed, 0 insertions, 46 deletions
diff --git a/app-dicts/myspell-fr/Manifest b/app-dicts/myspell-fr/Manifest
index d0e7897a8232..1b46427df993 100644
--- a/app-dicts/myspell-fr/Manifest
+++ b/app-dicts/myspell-fr/Manifest
@@ -1,5 +1,3 @@
-DIST lo-oo-ressources-linguistiques-fr-v5-7.oxt 3419712 BLAKE2B e74657424b460b222b68a2753a21bfdbcaec8ad60e02014bb6b49b3f4bb9f2b7c8b26a0d73bdd83b28d52a70b3c2656b1112f028107598a16e642b3262bff3e1 SHA512 9406fdb7401908ed7a9797735ac9f7b9769373ddc0f016b310344f85d36ae48853ab9300bcae9ac290442f482318ab1b743983d359679e9a7c9f211b4ab35405
DIST myspell-fr-7.0.tar.gz 3537269 BLAKE2B 4ed449860ed5c62ebe0669c513160c9380cb791f4eb0a4b9b8fb21ee6a0a845aabf3af1533a540d1697a2b9d980fc42a6ee60841da8149ba970eb34edd2f4e8a SHA512 af96495d8970d79283908226adc638a4cd387c94361bc9533df309a063eef53b625650ef5d899604b39cf6a2e97fcdc2200c914a252af425d55e4d076ce14ea7
-EBUILD myspell-fr-5.7-r1.ebuild 1067 BLAKE2B f3ca3e3c7fbb6cb77c877b13bbff4a0734011503944d176a3a1b4ce1f33927d1d6d1cb2cc6358b948a54d7377365dd347555eb31098a9ecf24bdeb16286a791c SHA512 7f5c1309b649845d0c5089da157212a6f5391c058cd2579dbda6bb566e41c215e511e2a5bfe24c4f168f0f6a0f4e12e282d79c3f9b6ee5f4652b86ef80d3617b
EBUILD myspell-fr-7.0.ebuild 842 BLAKE2B b0ce2986fa39359d3ed7c49329cefb3e2e001cddbe8a98ea2a2304d049c9c240ce0d797dfb211c04772686060276df592efe78395bc1f57ccf382e5ee1d8c260 SHA512 c1e4a354beaa45fc8e5ac2dda7dab0123709e90ada468deedc5d0e6d2b33fbff6abcb0aef2fda1ba5dff091db948684c7003bc9f7f4afe3c5f8aee72b018154a
MISC metadata.xml 192 BLAKE2B fef49cb9e1dda8063c379e650d4897670410d2c0641f469b8a200d5e7ec8d3f505e692277d03b583790cb1340ece9c2e8f7e7c9ff5080d42a2e0ef3fc7138a44 SHA512 bece454b8da734c7a28ce25f8080b3fca56332e57cde854c50f0b884ba3836f1af7782a1ee9f63e6aeff4830e2bca71c5c466471fc82eee75339565aab6495d5
diff --git a/app-dicts/myspell-fr/myspell-fr-5.7-r1.ebuild b/app-dicts/myspell-fr/myspell-fr-5.7-r1.ebuild
deleted file mode 100644
index acce3fe797fc..000000000000
--- a/app-dicts/myspell-fr/myspell-fr-5.7-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MYSPELL_DICT=(
- "fr-classique.aff"
- "fr-classique.dic"
- "fr-moderne.aff"
- "fr-moderne.dic"
- "fr-reforme1990.aff"
- "fr-reforme1990.dic"
- "fr_FR.aff"
- "fr_FR.dic"
-)
-
-MYSPELL_HYPH=(
- "hyph_fr.dic"
- "hyph_fr.iso8859-1.dic"
-)
-
-MYSPELL_THES=(
- "thes_fr.dat"
- "thes_fr.idx"
-)
-
-inherit myspell-r2
-
-DESCRIPTION="French dictionaries for myspell/hunspell"
-HOMEPAGE="https://extensions.libreoffice.org/extension-center/dictionnaires-francais"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/lo-oo-ressources-linguistiques-fr-v5-7.oxt"
-
-LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x86-linux"
-
-DOCS=( package-description.txt README_dict_fr.txt README_hyph_fr-2.9.txt README_hyph_fr-3.0.txt README_thes_fr.txt )
-
-src_prepare() {
- default
- mv fr-toutesvariantes.aff fr_FR.aff || die
- mv fr-toutesvariantes.dic fr_FR.dic || die
- rm -r french_flag_16.bmp french_flag.png || die
-}