[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 0913bf0d795ea4f63436c45d4ee2b4367ce9d8b2 Author: Sam James gentoo org> AuthorDate: Sun Jun 22 16:01:52 2025 + Commit: Sam James gentoo org> CommitDate: Sun Jun 22 16:01:52 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0913bf0d app-dicts/myspell-ca: Stabilize 3.0.9 ALLARCHES, #958800 Signed-off-by: Sam James gentoo.org> app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild index b84346f59023..454fd8a60f02 100644 --- a/app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild @@ -29,7 +29,7 @@ SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${M LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86" src_prepare() { default
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: e8cc36521846c072e871c18de8acd9efe94801da Author: Esteve Varela Colominas gmail com> AuthorDate: Wed May 21 19:17:35 2025 + Commit: Sam James gentoo org> CommitDate: Wed May 21 21:26:11 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cc3652 app-dicts/myspell-ca: Bump to 3.0.9 Signed-off-by: Esteve Varela Colominas gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42192 Closes: https://github.com/gentoo/gentoo/pull/42192 Signed-off-by: Sam James gentoo.org> app-dicts/myspell-ca/Manifest| 1 + app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild | 46 2 files changed, 47 insertions(+) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index c99d8c938e94..d66f92478d4a 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1 +1,2 @@ DIST myspell-ca-3.0.8.oxt 5217894 BLAKE2B 44b0cfa1bd2ff7aac3fae24be49426b62c77b3f2a40ad68be94859f8b7ee6c9327173346d7433ffbaa6aeba5d808113c664acf951092e5e38f16ad888c383fac SHA512 2d38bd14cbe45c2324c48c87ec85cf733fc0d3c3851621af90c41107615f69ccf4e8f3a27b1e0806139b52437491dff6092ea83a5fa78cb5f0d9c0ab4c2be169 +DIST myspell-ca-3.0.9.oxt 5485184 BLAKE2B 49e0fcdbac60db9c3a3b2ca1fb91fc4ecc9484960238a859fe62e833097e071e67e1e0200025cf384b862e6dd8a6a11c1c9c0ef6065a8000cd93108a5453d955 SHA512 32bf40295640fdc8d9440d704498638f4d04514f80291a41837bc3c81d152dd8f88280a602cff6ec0eb900ad3ac00136f7ff9f170f3bb867c53842f7f9dbed43 diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild new file mode 100644 index ..b84346f59023 --- /dev/null +++ b/app-dicts/myspell-ca/myspell-ca-3.0.9.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( + "ca_ES.aff" + "ca_ES.dic" + "ca_ES-valencia.aff" + "ca_ES-valencia.dic" +) + +MYSPELL_HYPH=( + "hyph_ca_ES.dic" +) + +MYSPELL_THES=( + "th_ca_ES.idx" + "th_ca_ES.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; + +MY_PV="${PV%_p*}" +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${MY_PV}/ca.${MY_PV}.oxt -> ${P}.oxt" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + + # rename to conform the common naming scheme + mv ca.aff ca_ES.aff || die + mv ca.dic ca_ES.dic || die + mv ca-ES-valencia.aff ca_ES-valencia.aff || die + mv ca-ES-valencia.dic ca_ES-valencia.dic || die + mv hyph_ca.dic hyph_ca_ES.dic || die + + # remove licenses + rm LICENSES-en.txt LLICENCIES-ca.txt || die +}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: f9fae8f8ae5a219176b270e26b26227c562c3fa9 Author: Petr Vaněk gentoo org> AuthorDate: Sat Mar 15 08:33:24 2025 + Commit: Petr Vaněk gentoo org> CommitDate: Sat Mar 15 08:41:57 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fae8f8 app-dicts/myspell-ca: drop 3.0.7, 3.0.7_p202305 Signed-off-by: Petr Vaněk gentoo.org> app-dicts/myspell-ca/Manifest | 2 - app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild | 44 - .../myspell-ca/myspell-ca-3.0.7_p202305.ebuild | 46 -- 3 files changed, 92 deletions(-) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index 6e46146b3a7e..c99d8c938e94 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1,3 +1 @@ -DIST myspell-ca-3.0.7.oxt 4743865 BLAKE2B 019d171f06b8bc5c4e3359213907bdb11f53aaf153899e643d18c0fd2f2c090b05018d0ef32c9f3238730ecad7859423ddb3f7b9081acdda820f29af192c58bc SHA512 75f42a3e1723e75a535f352e72018add4baf0faab4c89208fbd732579f75f040138d9c784fe6e96bbc8194c2416731e920a6950fd9a9a196dbacfd1a03d4512d -DIST myspell-ca-3.0.7_p202305.oxt 5191449 BLAKE2B 91ea6718843e6c273418727d4dd9208b609e18101ed079a675b59fac2e90399b8b2a59cdb559e4ae26d6aa2866a5a533017e278266bb55205ce359a9217ec4ad SHA512 0865d2ff4b7f9280438cf9a0f25adabae43e7d5a28ad26e9de7552413ff097b1df18b5e0fec76dba53924c4d3d13b3ff097c33fee70bd0a27de67498abcd24f6 DIST myspell-ca-3.0.8.oxt 5217894 BLAKE2B 44b0cfa1bd2ff7aac3fae24be49426b62c77b3f2a40ad68be94859f8b7ee6c9327173346d7433ffbaa6aeba5d808113c664acf951092e5e38f16ad888c383fac SHA512 2d38bd14cbe45c2324c48c87ec85cf733fc0d3c3851621af90c41107615f69ccf4e8f3a27b1e0806139b52437491dff6092ea83a5fa78cb5f0d9c0ab4c2be169 diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild deleted file mode 100644 index ff6e4e9d0c03.. --- a/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MYSPELL_DICT=( - "ca_ES.aff" - "ca_ES.dic" - "ca_ES-valencia.aff" - "ca_ES-valencia.dic" -) - -MYSPELL_HYPH=( - "hyph_ca_ES.dic" -) - -MYSPELL_THES=( - "th_ca_ES.idx" - "th_ca_ES.dat" -) - -inherit myspell-r2 - -DESCRIPTION="Catalan dictionaries for myspell/hunspell" -HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; -SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt -> ${P}.oxt" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86" - -src_prepare() { - default - - # rename to conform the common naming scheme - mv ca.aff ca_ES.aff || die - mv ca.dic ca_ES.dic || die - mv ca-ES-valencia.aff ca_ES-valencia.aff || die - mv ca-ES-valencia.dic ca_ES-valencia.dic || die - mv hyph_ca.dic hyph_ca_ES.dic || die - - # remove licenses - rm LICENSES-en.txt LLICENCIES-ca.txt || die -} diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.7_p202305.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.7_p202305.ebuild deleted file mode 100644 index ce1ea9a54d4b.. --- a/app-dicts/myspell-ca/myspell-ca-3.0.7_p202305.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MYSPELL_DICT=( - "ca_ES.aff" - "ca_ES.dic" - "ca_ES-valencia.aff" - "ca_ES-valencia.dic" -) - -MYSPELL_HYPH=( - "hyph_ca_ES.dic" -) - -MYSPELL_THES=( - "th_ca_ES.idx" - "th_ca_ES.dat" -) - -inherit myspell-r2 - -DESCRIPTION="Catalan dictionaries for myspell/hunspell" -HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; - -MY_PV="${PV%_p*}" -SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${MY_PV}/ca.${MY_PV}.oxt -> ${P}.oxt" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" - -src_prepare() { - default - - # rename to conform the common naming scheme - mv ca.aff ca_ES.aff || die - mv ca.dic ca_ES.dic || die - mv ca-ES-valencia.aff ca_ES-valencia.aff || die - mv ca-ES-valencia.dic ca_ES-valencia.dic || die - mv hyph_ca.dic hyph_ca_ES.dic || die - - # remove licenses - rm LICENSES-en.txt LLICENCIES-ca.txt || die -}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: fb7a5872c56664d66993f727a773137c18111f80 Author: Sam James gentoo org> AuthorDate: Wed Dec 20 13:41:36 2023 + Commit: Sam James gentoo org> CommitDate: Wed Dec 20 13:41:36 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7a5872 app-dicts/myspell-ca: Stabilize 3.0.8 ALLARCHES, #920375 Signed-off-by: Sam James gentoo.org> app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild index 1964d143e0ec..d02fe52ec2b9 100644 --- a/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild @@ -29,7 +29,7 @@ SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${M LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" src_prepare() { default
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 7e2202957e34becb97e07ca96dfcde8e96935235 Author: Esteve Varela Colominas gmail com> AuthorDate: Tue Aug 15 09:48:48 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 1 17:18:34 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e220295 app-dicts/myspell-ca: Bump to 3.0.8 Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32317 Signed-off-by: Arthur Zamarin gentoo.org> app-dicts/myspell-ca/Manifest| 1 + app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild | 46 2 files changed, 47 insertions(+) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index 604ab37a9ce0..6e46146b3a7e 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1,2 +1,3 @@ DIST myspell-ca-3.0.7.oxt 4743865 BLAKE2B 019d171f06b8bc5c4e3359213907bdb11f53aaf153899e643d18c0fd2f2c090b05018d0ef32c9f3238730ecad7859423ddb3f7b9081acdda820f29af192c58bc SHA512 75f42a3e1723e75a535f352e72018add4baf0faab4c89208fbd732579f75f040138d9c784fe6e96bbc8194c2416731e920a6950fd9a9a196dbacfd1a03d4512d DIST myspell-ca-3.0.7_p202305.oxt 5191449 BLAKE2B 91ea6718843e6c273418727d4dd9208b609e18101ed079a675b59fac2e90399b8b2a59cdb559e4ae26d6aa2866a5a533017e278266bb55205ce359a9217ec4ad SHA512 0865d2ff4b7f9280438cf9a0f25adabae43e7d5a28ad26e9de7552413ff097b1df18b5e0fec76dba53924c4d3d13b3ff097c33fee70bd0a27de67498abcd24f6 +DIST myspell-ca-3.0.8.oxt 5217894 BLAKE2B 44b0cfa1bd2ff7aac3fae24be49426b62c77b3f2a40ad68be94859f8b7ee6c9327173346d7433ffbaa6aeba5d808113c664acf951092e5e38f16ad888c383fac SHA512 2d38bd14cbe45c2324c48c87ec85cf733fc0d3c3851621af90c41107615f69ccf4e8f3a27b1e0806139b52437491dff6092ea83a5fa78cb5f0d9c0ab4c2be169 diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild new file mode 100644 index ..1964d143e0ec --- /dev/null +++ b/app-dicts/myspell-ca/myspell-ca-3.0.8.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( + "ca_ES.aff" + "ca_ES.dic" + "ca_ES-valencia.aff" + "ca_ES-valencia.dic" +) + +MYSPELL_HYPH=( + "hyph_ca_ES.dic" +) + +MYSPELL_THES=( + "th_ca_ES.idx" + "th_ca_ES.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; + +MY_PV="${PV%_p*}" +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${MY_PV}/ca.${MY_PV}.oxt -> ${P}.oxt" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + + # rename to conform the common naming scheme + mv ca.aff ca_ES.aff || die + mv ca.dic ca_ES.dic || die + mv ca-ES-valencia.aff ca_ES-valencia.aff || die + mv ca-ES-valencia.dic ca_ES-valencia.dic || die + mv hyph_ca.dic hyph_ca_ES.dic || die + + # remove licenses + rm LICENSES-en.txt LLICENCIES-ca.txt || die +}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 0748d3f104357cd99bc077dac8eabec4c77322de Author: Esteve Varela Colominas gmail com> AuthorDate: Fri May 19 21:39:54 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Thu Jun 8 11:30:16 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0748d3f1 app-dicts/myspell-ca: Bump to 3.0.7_p202305 (shadow release) Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31100 Signed-off-by: Viorel Munteanu gentoo.org> app-dicts/myspell-ca/Manifest | 1 + app-dicts/myspell-ca/metadata.xml | 3 ++ .../myspell-ca/myspell-ca-3.0.7_p202305.ebuild | 46 ++ 3 files changed, 50 insertions(+) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index 79db40d1cf99..604ab37a9ce0 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1 +1,2 @@ DIST myspell-ca-3.0.7.oxt 4743865 BLAKE2B 019d171f06b8bc5c4e3359213907bdb11f53aaf153899e643d18c0fd2f2c090b05018d0ef32c9f3238730ecad7859423ddb3f7b9081acdda820f29af192c58bc SHA512 75f42a3e1723e75a535f352e72018add4baf0faab4c89208fbd732579f75f040138d9c784fe6e96bbc8194c2416731e920a6950fd9a9a196dbacfd1a03d4512d +DIST myspell-ca-3.0.7_p202305.oxt 5191449 BLAKE2B 91ea6718843e6c273418727d4dd9208b609e18101ed079a675b59fac2e90399b8b2a59cdb559e4ae26d6aa2866a5a533017e278266bb55205ce359a9217ec4ad SHA512 0865d2ff4b7f9280438cf9a0f25adabae43e7d5a28ad26e9de7552413ff097b1df18b5e0fec76dba53924c4d3d13b3ff097c33fee70bd0a27de67498abcd24f6 diff --git a/app-dicts/myspell-ca/metadata.xml b/app-dicts/myspell-ca/metadata.xml index 2c77b93b2203..61c82f5c3fb4 100644 --- a/app-dicts/myspell-ca/metadata.xml +++ b/app-dicts/myspell-ca/metadata.xml @@ -1,6 +1,9 @@ https://www.gentoo.org/dtd/metadata.dtd";> + + Softcatala/catalan-dict-tools + esteve.var...@gmail.com Esteve Varela Colominas diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.7_p202305.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.7_p202305.ebuild new file mode 100644 index ..b692b647853f --- /dev/null +++ b/app-dicts/myspell-ca/myspell-ca-3.0.7_p202305.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( + "ca_ES.aff" + "ca_ES.dic" + "ca_ES-valencia.aff" + "ca_ES-valencia.dic" +) + +MYSPELL_HYPH=( + "hyph_ca_ES.dic" +) + +MYSPELL_THES=( + "th_ca_ES.idx" + "th_ca_ES.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; + +MY_PV="${PV%_p*}" +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${MY_PV}/ca.${MY_PV}.oxt -> ${P}.oxt" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + + # rename to conform the common naming scheme + mv ca.aff ca_ES.aff || die + mv ca.dic ca_ES.dic || die + mv ca-ES-valencia.aff ca_ES-valencia.aff || die + mv ca-ES-valencia.dic ca_ES-valencia.dic || die + mv hyph_ca.dic hyph_ca_ES.dic || die + + # remove licenses + rm LICENSES-en.txt LLICENCIES-ca.txt || die +}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 1b9afda934dccbe320036e25c59ec72757a039b4 Author: Viorel Munteanu gentoo org> AuthorDate: Thu Jan 5 06:31:02 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Thu Jan 5 06:37:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9afda9 app-dicts/myspell-ca: drop 3.0.6 Signed-off-by: Viorel Munteanu gentoo.org> app-dicts/myspell-ca/Manifest| 1 - app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild | 44 2 files changed, 45 deletions(-) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index d7c2e7d6f254..79db40d1cf99 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1,2 +1 @@ -DIST myspell-ca-3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259 DIST myspell-ca-3.0.7.oxt 4743865 BLAKE2B 019d171f06b8bc5c4e3359213907bdb11f53aaf153899e643d18c0fd2f2c090b05018d0ef32c9f3238730ecad7859423ddb3f7b9081acdda820f29af192c58bc SHA512 75f42a3e1723e75a535f352e72018add4baf0faab4c89208fbd732579f75f040138d9c784fe6e96bbc8194c2416731e920a6950fd9a9a196dbacfd1a03d4512d diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild deleted file mode 100644 index 4081ab2f9537.. --- a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MYSPELL_DICT=( - "ca_ES.aff" - "ca_ES.dic" - "ca_ES-valencia.aff" - "ca_ES-valencia.dic" -) - -MYSPELL_HYPH=( - "hyph_ca_ES.dic" -) - -MYSPELL_THES=( - "th_ca_ES_v3.idx" - "th_ca_ES_v3.dat" -) - -inherit myspell-r2 - -DESCRIPTION="Catalan dictionaries for myspell/hunspell" -HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; -SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt -> ${P}.oxt" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" - -src_prepare() { - default - - # rename to conform the common naming scheme - mv ca.aff ca_ES.aff || die - mv ca.dic ca_ES.dic || die - mv ca-ES-valencia.aff ca_ES-valencia.aff || die - mv ca-ES-valencia.dic ca_ES-valencia.dic || die - mv hyph_ca.dic hyph_ca_ES.dic || die - - # remove licenses - rm LICENSES-en.txt LLICENCIES-ca.txt || die -}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 306fc059d378d6a32728661ef9740a04ca416eca Author: Arthur Zamarin gentoo org> AuthorDate: Wed Jan 4 12:50:28 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Wed Jan 4 12:50:28 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306fc059 app-dicts/myspell-ca: Stabilize 3.0.7 ALLARCHES, #889366 Signed-off-by: Arthur Zamarin gentoo.org> app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild index bc4530071db3..f66777934ee2 100644 --- a/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${P LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" src_prepare() { default
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: ab29223eeeb8e487c277586721aa63532766d1a7 Author: Esteve Varela Colominas gmail com> AuthorDate: Mon Jul 25 07:29:42 2022 + Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 13 07:11:26 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab29223e app-dicts/myspell-ca: Bump to 3.0.7 Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26583 Signed-off-by: Joonas Niilola gentoo.org> app-dicts/myspell-ca/Manifest| 1 + app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild | 44 2 files changed, 45 insertions(+) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index d28bee177fc0..d7c2e7d6f254 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1 +1,2 @@ DIST myspell-ca-3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259 +DIST myspell-ca-3.0.7.oxt 4743865 BLAKE2B 019d171f06b8bc5c4e3359213907bdb11f53aaf153899e643d18c0fd2f2c090b05018d0ef32c9f3238730ecad7859423ddb3f7b9081acdda820f29af192c58bc SHA512 75f42a3e1723e75a535f352e72018add4baf0faab4c89208fbd732579f75f040138d9c784fe6e96bbc8194c2416731e920a6950fd9a9a196dbacfd1a03d4512d diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild new file mode 100644 index ..bc4530071db3 --- /dev/null +++ b/app-dicts/myspell-ca/myspell-ca-3.0.7.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MYSPELL_DICT=( + "ca_ES.aff" + "ca_ES.dic" + "ca_ES-valencia.aff" + "ca_ES-valencia.dic" +) + +MYSPELL_HYPH=( + "hyph_ca_ES.dic" +) + +MYSPELL_THES=( + "th_ca_ES.idx" + "th_ca_ES.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt -> ${P}.oxt" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + + # rename to conform the common naming scheme + mv ca.aff ca_ES.aff || die + mv ca.dic ca_ES.dic || die + mv ca-ES-valencia.aff ca_ES-valencia.aff || die + mv ca-ES-valencia.dic ca_ES-valencia.dic || die + mv hyph_ca.dic hyph_ca_ES.dic || die + + # remove licenses + rm LICENSES-en.txt LLICENCIES-ca.txt || die +}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 61a6a0bd713dc7dfa71d798300e316b61dcf0579 Author: Marco Scardovi scardovi com> AuthorDate: Mon Jul 5 07:41:36 2021 + Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 26 05:56:44 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a6a0bd app-dicts/myspell-ca: dropped older version per request See: https://bugs.gentoo.org/800443#c8 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> Signed-off-by: Joonas Niilola gentoo.org> app-dicts/myspell-ca/Manifest| 1 - app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild | 29 2 files changed, 30 deletions(-) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index 195fdc1f251..d28bee177fc 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1,2 +1 @@ -DIST myspell-ca-2.3.0.oxt 441719 BLAKE2B 4f58648eac1f77a6e1e2cc571a2528d474c961ce15cab00b822638937bfe450330f4decc8744284b66e5e2b5d58ccf2b03110303d86286e1aa5e7508fd2362a8 SHA512 77513fa6b2d819963bc03aece59aeb2fe6df7674c0fea4fa9a406e6c27efdfbca3ebfc4b36aca4275d79f09678ab58a56c3d6470a815a2192b2ffc4e01c779bf DIST myspell-ca-3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259 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 31c6b74e741..000 --- 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 -}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 1bbff0327bf706c0dc1c1e2c8e3804880f6ff0ab Author: Esteve Varela Colominas gmail com> AuthorDate: Mon Apr 19 20:24:18 2021 + Commit: Joonas Niilola gentoo org> CommitDate: Tue May 4 13:38:50 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbff032 app-dicts/myspell-ca: take maintainership, bump to 3.0.6 Closes: https://bugs.gentoo.org/784224 Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20463 Signed-off-by: Joonas Niilola gentoo.org> app-dicts/myspell-ca/Manifest| 1 + app-dicts/myspell-ca/metadata.xml| 9 +- app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild | 44 3 files changed, 53 insertions(+), 1 deletion(-) diff --git a/app-dicts/myspell-ca/Manifest b/app-dicts/myspell-ca/Manifest index c6f49e2299e..7ea1aa2663f 100644 --- a/app-dicts/myspell-ca/Manifest +++ b/app-dicts/myspell-ca/Manifest @@ -1 +1,2 @@ +DIST ca.3.0.6.oxt 1729644 BLAKE2B d20655f9f3533aa280706463b9db0263e30294e3ca9468dad4f3f9273ff19d91d65c247e7a5ab954d9497f7f1f388129ca596759067c718899575e92110ff778 SHA512 4d5b867bd1a923bb2d52fba4b30d73f9e5b4d441c78c77aa88b0d67cf9d7ebef9cac0f0ea1addbaf873b6395590a1295fc43f7a9a0567af79f351d1dc2618259 DIST myspell-ca-2.3.0.oxt 441719 BLAKE2B 4f58648eac1f77a6e1e2cc571a2528d474c961ce15cab00b822638937bfe450330f4decc8744284b66e5e2b5d58ccf2b03110303d86286e1aa5e7508fd2362a8 SHA512 77513fa6b2d819963bc03aece59aeb2fe6df7674c0fea4fa9a406e6c27efdfbca3ebfc4b36aca4275d79f09678ab58a56c3d6470a815a2192b2ffc4e01c779bf diff --git a/app-dicts/myspell-ca/metadata.xml b/app-dicts/myspell-ca/metadata.xml index 3c58a0219fb..17d43b56530 100644 --- a/app-dicts/myspell-ca/metadata.xml +++ b/app-dicts/myspell-ca/metadata.xml @@ -1,6 +1,13 @@ http://www.gentoo.org/dtd/metadata.dtd";> - + + esteve.var...@gmail.com + Esteve Varela Colominas + + + proxy-ma...@gentoo.org + Proxy Maintainers + diff --git a/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild new file mode 100644 index 000..ba020ff6f8a --- /dev/null +++ b/app-dicts/myspell-ca/myspell-ca-3.0.6.ebuild @@ -0,0 +1,44 @@ +# 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" + "ca_ES-valencia.aff" + "ca_ES-valencia.dic" +) + +MYSPELL_HYPH=( + "hyph_ca_ES.dic" +) + +MYSPELL_THES=( + "th_ca_ES_v3.idx" + "th_ca_ES_v3.dat" +) + +inherit myspell-r2 + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +HOMEPAGE="https://www.softcatala.org/programes/corrector-ortografic-de-catala-general-per-al-libreoffice-i-lapache-openoffice/ https://github.com/Softcatala/catalan-dict-tools/"; +SRC_URI="https://github.com/Softcatala/catalan-dict-tools/releases/download/v${PV}/ca.${PV}.oxt"; + +LICENSE="GPL-2 LGPL-2.1" +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 ca.aff ca_ES.aff || die + mv ca.dic ca_ES.dic || die + mv ca-ES-valencia.aff ca_ES-valencia.aff || die + mv ca-ES-valencia.dic ca_ES-valencia.dic || die + mv hyph_ca.dic hyph_ca_ES.dic || die + + # remove licenses + rm LICENSES-en.txt LLICENCIES-ca.txt || die +}
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 739140d70f4ad78b3ed3378e9ae744c8fdbf0488 Author: Aaron Bauman gentoo org> AuthorDate: Tue Apr 23 21:37:05 2019 + Commit: Aaron Bauman gentoo org> CommitDate: Tue Apr 23 21:39:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739140d7 app-dicts/myspell-ca: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 index 0429eda9f81..f4a858edd28 100644 --- a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ SRC_URI="http://www.softcatala.org/diccionaris/actualitzacions/OOo/catalan.oxt - LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ca/
commit: 776fbac60be825436044357a575f0ae864e06c44 Author: Marty E. Plummer startmail com> AuthorDate: Tue Mar 27 05:56:14 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 27 22:30:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776fbac6 app-dicts/myspell-ca: EAPI bump Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 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 index acef764d86a..0429eda9f81 100644 --- a/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-2.3.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 MYSPELL_DICT=( "ca_ES.aff" @@ -26,6 +26,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-f 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