Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
Date: Tue, 04 May 2021 13:39:02
Message-Id: 1620135530.1bbff0327bf706c0dc1c1e2c8e3804880f6ff0ab.juippis@gentoo
1 commit: 1bbff0327bf706c0dc1c1e2c8e3804880f6ff0ab
2 Author: Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 19 20:24:18 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 13:38:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbff032
7
8 app-dicts/myspell-ca: take maintainership, bump to 3.0.6
9
10 Closes: https://bugs.gentoo.org/784224
11 Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/20463
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-dicts/myspell-ca/Manifest | 1 +
16 app-dicts/myspell-ca/metadata.xml | 9 +++++-
17 app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild | 44 ++++++++++++++++++++++++++++
18 3 files changed, 53 insertions(+), 1 deletion(-)
19
20 diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest
21 index c6f49e2299e..7ea1aa2663f 100644
22 --- a/app-dicts/myspell-ca/Manifest
23 +++ b/app-dicts/myspell-ca/Manifest
24 @@ -1 +1,2 @@
25 +DIST ca.3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259
26 DIST myspell-ca-2.3.0.oxt 441719 BLAKE2B 4f58648eac1f77a6e1e2cc571a2528d474c961ce15cab00b822638937bfe450330f4decc8744284b66e5e2b5d58ccf2b03110303d86286e1aa5e7508fd2362a8 SHA512 77513fa6b2d819963bc03aece59aeb2fe6df7674c0fea4fa9a406e6c27efdfbca3ebfc4b36aca4275d79f09678ab58a56c3d6470a815a2192b2ffc4e01c779bf
27
28 diff --git a/app-dicts/myspell-ca/metadata.xml b/app-dicts/myspell-ca/metadata.xml
29 index 3c58a0219fb..17d43b56530 100644
30 --- a/app-dicts/myspell-ca/metadata.xml
31 +++ b/app-dicts/myspell-ca/metadata.xml
32 @@ -1,6 +1,13 @@
33 <?xml version="1.0" encoding="UTF-8"?>
34 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 <pkgmetadata>
36 - <!-- maintainer-needed -->
37 + <maintainer type="person" proxied="yes">
38 + <email>esteve.varela@×××××.com</email>
39 + <name>Esteve Varela Colominas</name>
40 + </maintainer>
41 + <maintainer type="project" proxied="proxy">
42 + <email>proxy-maint@g.o</email>
43 + <name>Proxy Maintainers</name>
44 + </maintainer>
45 <stabilize-allarches/>
46 </pkgmetadata>
47
48 diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild
49 new file mode 100644
50 index 00000000000..ba020ff6f8a
51 --- /dev/null
52 +++ b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild
53 @@ -0,0 +1,44 @@
54 +# Copyright 1999-2021 Gentoo Authors
55 +# Distributed under the terms of the GNU General Public License v2
56 +
57 +EAPI=7
58 +
59 +MYSPELL_DICT=(
60 + "ca_ES.aff"
61 + "ca_ES.dic"
62 + "ca_ES-valencia.aff"
63 + "ca_ES-valencia.dic"
64 +)
65 +
66 +MYSPELL_HYPH=(
67 + "hyph_ca_ES.dic"
68 +)
69 +
70 +MYSPELL_THES=(
71 + "th_ca_ES_v3.idx"
72 + "th_ca_ES_v3.dat"
73 +)
74 +
75 +inherit myspell-r2
76 +
77 +DESCRIPTION="Catalan dictionaries for myspell/hunspell"
78 +HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"
79 +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt"
80 +
81 +LICENSE="GPL-2 LGPL-2.1"
82 +SLOT="0"
83 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
84 +
85 +src_prepare() {
86 + default
87 +
88 + # rename to conform the common naming scheme
89 + mv ca.aff ca_ES.aff || die
90 + mv ca.dic ca_ES.dic || die
91 + mv ca-ES-valencia.aff ca_ES-valencia.aff || die
92 + mv ca-ES-valencia.dic ca_ES-valencia.dic || die
93 + mv hyph_ca.dic hyph_ca_ES.dic || die
94 +
95 + # remove licenses
96 + rm LICENSES-en.txt LLICENCIES-ca.txt || die
97 +}