summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-05-02 23:17:51 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-06-03 17:20:35 +0300
commit1b3f7311bb3148e8e2c4a97b885164c03b00ec6b (patch)
treecde23ef8efec08c20cc21870db49d9b30a89b495 /app-dicts/myspell-fr
parentapp-dicts/myspell-fo: bump to EAPI 7 (diff)
downloadgentoo-1b3f7311bb3148e8e2c4a97b885164c03b00ec6b.tar.gz
gentoo-1b3f7311bb3148e8e2c4a97b885164c03b00ec6b.tar.bz2
gentoo-1b3f7311bb3148e8e2c4a97b885164c03b00ec6b.zip
app-dicts/myspell-fr: bump to EAPI 7 + verbump to 5.7
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-fr')
-rw-r--r--app-dicts/myspell-fr/Manifest1
-rw-r--r--app-dicts/myspell-fr/myspell-fr-5.7.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/app-dicts/myspell-fr/Manifest b/app-dicts/myspell-fr/Manifest
index 2fb854d7348b..cf64c31b9a35 100644
--- a/app-dicts/myspell-fr/Manifest
+++ b/app-dicts/myspell-fr/Manifest
@@ -1,3 +1,4 @@
+DIST lo-oo-ressources-linguistiques-fr-v5-7.oxt 3419712 BLAKE2B e74657424b460b222b68a2753a21bfdbcaec8ad60e02014bb6b49b3f4bb9f2b7c8b26a0d73bdd83b28d52a70b3c2656b1112f028107598a16e642b3262bff3e1 SHA512 9406fdb7401908ed7a9797735ac9f7b9769373ddc0f016b310344f85d36ae48853ab9300bcae9ac290442f482318ab1b743983d359679e9a7c9f211b4ab35405
DIST ooo-dictionnaire-fr-classique-reforme1990-v4.5.oxt 2271004 BLAKE2B 80c5c43a096c595e8cf5687336e69df5300bf52a84dbd331da6bada5b8bd430d94ac608cd51569ffceb63e3f4ee1f20ac3c7c2583ae02389805a6c1a841ce47b SHA512 7cfec4838551ff8a14db97cea08ae5280de4cd35ac1b49346484790dff18f156ef5cf2f05e90d61d1809e91780d77cfff3cf59d01f91f949580244e257a1c17b
DIST ooo-dictionnaire-fr-classique-v4.5.oxt 2251909 BLAKE2B 3ea0901efcee126b2702efebe279cb32b0e496d6b92b8e2a9dd16671bd999b6357086faf99ced6db5f4babe726ee933f3f85858c84a80c8b656b945b23d2aaa7 SHA512 f45b1e12b24e2ef2a9e3944b310631ee5c52ef7cd94a9d2d461ec91b320b40e6d380db7820d386ad75627873b6033e80451b2371f0a42817ead77ce5f03edf77
DIST ooo-dictionnaire-fr-moderne-v4.5.oxt 2248032 BLAKE2B 4e935186b621810f468e6915e61c7389aa95f8d8e00d8960bd1a9cb8622521669c6147c0b535fffa85a36abb9fcb739a45c00bd9036e5d019953c5b7d13321d5 SHA512 b493f0c57d3d48b93a2c0d9fbd065728ed011c68d11286def203a0b798fe02381acdb2927805475c69c1ff7d0a7ff53469e84581c4724dd57bf0211d85c52655
diff --git a/app-dicts/myspell-fr/myspell-fr-5.7.ebuild b/app-dicts/myspell-fr/myspell-fr-5.7.ebuild
new file mode 100644
index 000000000000..06041dd698cc
--- /dev/null
+++ b/app-dicts/myspell-fr/myspell-fr-5.7.ebuild
@@ -0,0 +1,42 @@
+# 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-toutesvariantes.aff"
+ "fr-toutesvariantes.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
+ rm -r french_flag_16.bmp french_flag.png || die
+}