summaryrefslogtreecommitdiff
path: root/app-dicts
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/Manifest.gzbin31657 -> 31484 bytes
-rw-r--r--app-dicts/gwaei/Manifest1
-rw-r--r--app-dicts/gwaei/gwaei-3.6.2.ebuild69
-rw-r--r--app-dicts/migemo-dict/Manifest6
-rw-r--r--app-dicts/migemo-dict/metadata.xml1
-rw-r--r--app-dicts/migemo-dict/migemo-dict-200812.ebuild26
-rw-r--r--app-dicts/migemo-dict/migemo-dict-202402.ebuild2
-rw-r--r--app-dicts/myspell-en/Manifest2
-rw-r--r--app-dicts/myspell-en/myspell-en-20240801.ebuild62
-rw-r--r--app-dicts/myspell-mi/Manifest2
-rw-r--r--app-dicts/myspell-mi/myspell-mi-20190630.ebuild4
-rw-r--r--app-dicts/myspell-pl/Manifest4
-rw-r--r--app-dicts/myspell-pl/metadata.xml12
-rw-r--r--app-dicts/myspell-pl/myspell-pl-20240801.ebuild21
-rw-r--r--app-dicts/wnn-ldic/Manifest3
-rw-r--r--app-dicts/wnn-ldic/metadata.xml8
-rw-r--r--app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild38
17 files changed, 103 insertions, 158 deletions
diff --git a/app-dicts/Manifest.gz b/app-dicts/Manifest.gz
index 62ad3be9e9a6..f9c0a5cf0da6 100644
--- a/app-dicts/Manifest.gz
+++ b/app-dicts/Manifest.gz
Binary files differ
diff --git a/app-dicts/gwaei/Manifest b/app-dicts/gwaei/Manifest
index 93854b79f7db..fa1d251e7b87 100644
--- a/app-dicts/gwaei/Manifest
+++ b/app-dicts/gwaei/Manifest
@@ -1,5 +1,4 @@
AUX gwaei-3.6.2-yelp.patch 1571 BLAKE2B 07a97fe4abb7a26225ff811cd17404790fdd1523be2a61a181bed1a4ad0bdf0be050136ca024981a7575446418878edceebe44b3e01411e824a4083b7254dedc SHA512 8db288c06c2067516f7c33480c9b72ff416bbcb8493d9d1fe78c4c4b2147769812b1fc322bb330977cc4412658f97a6a2d9812ebb00acb25f41ebf061ed3d735
DIST gwaei-3.6.2.tar.xz 547592 BLAKE2B 0a0f90639b81158ef6bfc69f0f74ad70af65ae9462c93f6e507d6a1087c424da9689f2308300c5d4b8090143d8d9e2f7fe183719e37fa463ffe2b937714b7463 SHA512 96876f7e15ff5e166dcd116e2286294b7b375e55723684e4e3dec31aba46d1c89ccd70007fc01cab97a5fd5e671ec073c3f69525ff7e68126851e587d4f20c3b
EBUILD gwaei-3.6.2-r1.ebuild 1487 BLAKE2B a9f179663970aee6888e3970553e58d12f98793d408ef8e4891a05b9f9e3cfd3477fbdd5f8e236a02997d382c97879a3b33427f9049e642148e480b35bf2f4ab SHA512 c56269ed2628c33ce387e0cda29328baa29f2b5467abcd8f160dbb2efafadca123164186a2f25ae4b644ea1a6dbac4b798992c3d40c2b5199ad4f2f01e039ea8
-EBUILD gwaei-3.6.2.ebuild 1295 BLAKE2B 6013b6f81449012cff8903fe303ae7c0b1ee8313ba9ee857627ce3708bb6311eb29dbe41f597a7d4092b2e74a160c0021ce1947d45470074fce9ac1a2642a1a3 SHA512 70918530044a1517f201c7227b047594fde8c23f877ff63121dc7d53db1eb569a39c4e6204dfae2bbf63c1c17d774add744d8a067f2ed7dd0be968902c39d56c
MISC metadata.xml 763 BLAKE2B f54abd6930bf966738e2b45ef6812ae3d1deaa30393e6383c1c9da8e8358c9ca387cb064731479640420905b2891e87ebcdfe91ba0f563f93bdd03f8f4bb361e SHA512 7f1a0c3a295a0505463fce3a9b352152dc00f358ecdb90a48fb02b0307adcaa1100f0c34840f39d3b2caed2d93bcd1ed4a4df37b8c6fc38f4e5c4ee37f61cecd
diff --git a/app-dicts/gwaei/gwaei-3.6.2.ebuild b/app-dicts/gwaei/gwaei-3.6.2.ebuild
deleted file mode 100644
index d58d2c75ca63..000000000000
--- a/app-dicts/gwaei/gwaei-3.6.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils
-
-DESCRIPTION="Japanese-English Dictionary for GNOME"
-HOMEPAGE="http://gwaei.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/gwaei/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="gtk hunspell nls mecab test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=net-misc/curl-7.20.0
- >=dev-libs/glib-2.31
- gtk? (
- x11-libs/gtk+:3
- >=app-text/gnome-doc-utils-0.14.0
- )
- hunspell? ( app-text/hunspell )
- nls? ( virtual/libintl )
- mecab? ( app-text/mecab )"
-DEPEND="${RDEPEND}
- gtk? (
- x11-themes/gnome-icon-theme-symbolic
- >=app-text/gnome-doc-utils-0.14.0
- )"
-BDEPEND="
- app-text/rarian
- dev-util/intltool
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.17 )
- test? (
- app-text/docbook-xml-dtd:4.1.2
- app-text/scrollkeeper-dtd
- )"
-
-src_configure() {
- econf \
- --disable-static \
- $(use_with gtk gnome) \
- $(use_enable nls) \
- $(use_with hunspell) \
- $(use_with mecab)
-}
-
-src_install() {
- default
-
- # no static archives
- find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_preinst() {
- use gtk && gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- use gtk && gnome2_schemas_update
-}
-
-pkg_postrm() {
- use gtk && gnome2_schemas_update
-}
diff --git a/app-dicts/migemo-dict/Manifest b/app-dicts/migemo-dict/Manifest
index 9be4e3e6a669..a8e8c719dd28 100644
--- a/app-dicts/migemo-dict/Manifest
+++ b/app-dicts/migemo-dict/Manifest
@@ -1,5 +1,3 @@
-DIST migemo-dict-200812.tar.bz2 1467494 BLAKE2B 25f4da49e0e1970df9f43a26f72f1ae85c89ee0d3b708e7f7ea46a2b3b133c59a3990a44e6e578335d3c836027543fc695334573613674ad4e100c06da3eac0b SHA512 cc42d62247c5ff0c3a4ff30a7c135173f94c4f49685df997b305486502b86144428dc104a77361d5ceff91683b0b663d0c68174300d628f70f6999cf7667f3c0
DIST migemo-dict-202402.tar.xz 1202732 BLAKE2B aea31efc4b4967ba52fbfe85a691b1deb7eef70f2c9d5a1dcb6942d10507ef140045af9232055ab9ae6bbd2936bc5f077ef1564237316e3f0a98b2e0e3100aef SHA512 622b237eb1bdb3abcc18cc104cba3bed56eefbd2a92f47ed316757ce3d9016a435c9b3181030b392a42ff4ef59582cbee3879570ad6312907699e50f297ff5dc
-EBUILD migemo-dict-200812.ebuild 602 BLAKE2B 0baa12f9b62b7ca419481a5392f08733e21f7e9d5b67c1d35a265d4ea2a0a9aa03afccd58b4bdf5c2c1bb0a27365aca7ee2bc39e05718006ca314dcf8e3e467d SHA512 a2c4f5a845df6e20da28d287062360bf4f3e89aeaa3cc032f43fb686c41a105daddbc0f6438417349837afc23ca5a92375d90f1ad3c4682bd6f304a9cd1a0525
-EBUILD migemo-dict-202402.ebuild 660 BLAKE2B f8f31b978e903f3a4642a61489b9c318591229d0357d79e0d98dba668fefaa53bac31cd9af8c9e9681b47471014bfd7b18412df4324166ea8db15aecff098dd1 SHA512 7afe3cb2b80cdd37f1188e7576d1f81cf6da02ee086960f09197c32325e951bee70c386170cce2f130e9528b077cfe0a3ceb86ebac5666ed899645c2eef78454
-MISC metadata.xml 235 BLAKE2B a3e5a3109b59e3f97ef14f8d55ba13b16dc5371a1b7d6f238230aa4494db32dd4a42e3ee012ec8b18fae394feb2b1b56882bc70504aa7c6b969c1b20140f0ece SHA512 7c4e5f5dea465e45c662f5f53513626088aff514e1326593426af227d77e63d8a00d8af05aa208881a399f83dd41e73cd2ef81c8b7f275a2fa891f295231d67c
+EBUILD migemo-dict-202402.ebuild 655 BLAKE2B 0b18cf4f914762205160cbc44297b044a4ea7f9e6add9447e5fceb5197ecf9665df15c4d14e994822c9e5d78e2a28d2925334b33d3b3626a2febe9e3dc0e91c8 SHA512 e278fe7bd093872472ae2bb1b484ec5db882ccfbb056d1c8fa95bb457c8a8a9cc04230447c1e739e301cf485b2a78c56e2b93d75ff28a54c9bcd9c68088821fa
+MISC metadata.xml 259 BLAKE2B 473457dc1808c494d8a08c731bc36bc3f6fd42ac730b0e7372e9749275ad413c56abc214d6b8d43c3e3f3d878a81e61d3ac1088b0606e99b449018828f056c4c SHA512 42603797647a4e2bdd69fc8548c0f035143c2a94b836763b39fc0dda770621970fbb233327c142107bca40f48b2b380fe97c6517e5fce633ba2c11f7a34402fc
diff --git a/app-dicts/migemo-dict/metadata.xml b/app-dicts/migemo-dict/metadata.xml
index a94766977fa6..a34fdeebcd32 100644
--- a/app-dicts/migemo-dict/metadata.xml
+++ b/app-dicts/migemo-dict/metadata.xml
@@ -5,4 +5,5 @@
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
diff --git a/app-dicts/migemo-dict/migemo-dict-200812.ebuild b/app-dicts/migemo-dict/migemo-dict-200812.ebuild
deleted file mode 100644
index c542ebcabe2a..000000000000
--- a/app-dicts/migemo-dict/migemo-dict-200812.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Dictionary files for the Migemo and C/Migemo"
-HOMEPAGE="https://skk-dev.github.io/dict/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="unicode"
-
-src_configure() {
- if use unicode; then
- iconv -f euc-jp -t utf-8 ${PN} >"${T}"/${PN} || die
- else
- cp ${PN} "${T}"/ || die
- fi
-}
-
-src_install() {
- insinto /usr/share/${PN%-*}
- doins "${T}"/${PN}
-}
diff --git a/app-dicts/migemo-dict/migemo-dict-202402.ebuild b/app-dicts/migemo-dict/migemo-dict-202402.ebuild
index e32b040c4c56..2785b6de8f7d 100644
--- a/app-dicts/migemo-dict/migemo-dict-202402.ebuild
+++ b/app-dicts/migemo-dict/migemo-dict-202402.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="unicode"
src_configure() {
diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 20fd4dddd044..35a413e8b670 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,7 +1,9 @@
DIST dict-en-20240201_lo.oxt 6105836 BLAKE2B 2978b36dfea07570b8be255c021e8f6cf9113f3ea342db0cc25d52e58a406f75015fdc5961556594756fde30293c21bcbf17c00b49e962e5a4f558be3f17b42c SHA512 92098925935ec23a3058db4a136e37f6dc3c24f0901de45bfd84e19efb5c3b207bb06e902368fd00c0851003b2e385719d850b3cced15e3d4a2b2d5143b5eafc
DIST dict-en-20240501_lo.oxt 6107426 BLAKE2B 811ca6f8a82f348c391b8b4df832446a8d248ec9b6ec85a9c1320f7329679e4fa6d3d507d18d3d792d878fc6f369b70135fa25a75c86b858333e370816db5761 SHA512 3d4ae13c4d68a62970742bb7e8568bebf03cbfaa04051b2152197f2d2a9fb539642a6ff6032123716c31e5f340bd2bad428983f79a7d8c6679e9da48f272e65c
DIST dict-en-20240601_lo.oxt 6109035 BLAKE2B a90f4f2dad3a0b694aadeddf0a028138cb06f6e9f244279a43741b87260bacefd83148997f99ddca83343a301dc92a84253174e16595c11796a20dda3a372237 SHA512 688ad1a14f6a3eadbcaa7cc9e08ce6fe4bf5d6867fa92df6eb9fc91d06645936ad1844e1fa954e6c9d20aabfa8cb323a99ff9383f70c55b1afcf6685d5970b5e
+DIST dict-en-20240801_lo.oxt 6111095 BLAKE2B 47f4aa028946a05af94e9eca2d259e437de2c095c0ee83dc44da49d1066122aaba628036aa5858cbed5a97d487196d31ed29df72c962fc1f64c834997098691c SHA512 bd3b203d3914e10fe020075defa7a6b90220789751f0124743c4fd60e799dc4e41bf4c168d894d673335615c3d0eafc5e773c915e843e776d871952a6cc7cf8a
EBUILD myspell-en-20240201.ebuild 1527 BLAKE2B 7117c4c52e3b4f00f2c2b9facc1c48e33ff84447cd69b30f07e1cd1cd02ea7fb8bcb2a13e2ef36275916a7f9617a465c00b17abf222b83ae6732bc2080a57d58 SHA512 a16729cee7711a1a9949be3f17beb386a43787b6f1d3404245702462023ec165076e3766f9ee35e4edcb820c5ac33ed822f42513dfde67fc1bbd1164209a1fb3
EBUILD myspell-en-20240501.ebuild 1534 BLAKE2B 99a96cb7cbe7c841a055fd070f5305e0317b6f6ccadf91986fd0c6ca1ab532a70c1dde4169961d0a49d6af8e866ff2839a99b92e55e6706ae8b53ef490e367cb SHA512 481d04acbebdfcd1d2f0481c848df8db2ebb4608fcaa8142b20d8a7819adbbfc30920cad5f9e7be2ad36b5a4d951acb815835c047f567c8aaee0c5f1a5e8b415
EBUILD myspell-en-20240601.ebuild 1707 BLAKE2B bf65c3e67c34ec081954faf1ab3d21e95b66744182aa3ab107d38a516cdf9b2da7dc5dbd81dd8f9a5fab0440cd084fc2301e6aa61accf3eb12bf01b4a2c02508 SHA512 e234b2b0d585ea425d3f838d2b0fc93193d13a110d1580d29587c494cdbca145a9dc2ab21bf8a2a8d8a3775815b7a82f8d5196023fc7693671fbed788da9a34c
+EBUILD myspell-en-20240801.ebuild 1710 BLAKE2B a97c3c0980eb877514ecdb4b611c0251b3e7d9bb46228488f8eb489519a453578f158649e73f71e36ac22f14339606c5eaca835394340f1a12bf9f6d48f76ced SHA512 2955b8e07bda83b42332ad15f5f655c1cd67bef76a08acf4a2fd450c13bb5c58aa3f208765c9a09b8d3d82d50813b28d1a593cf86f2f4434897dae45d48712b0
MISC metadata.xml 289 BLAKE2B 3b19ce0204dedac8876e4a00fa12dd23cadca14d8b422165467e4da65edfb91e3bb924505016333bad4ed1cb2612db674bb857f1a3dc9e1033b53dcdf20cb164 SHA512 9147be5e8b62a3de0ee8aafc33c61132f9856b28653a390be9ee7a89e3057cf06cc0b53149f08c525a6f01b2fac91e8ba6d1ed89ea46e33d8c279e76c22bec54
diff --git a/app-dicts/myspell-en/myspell-en-20240801.ebuild b/app-dicts/myspell-en/myspell-en-20240801.ebuild
new file mode 100644
index 000000000000..2889bdb32007
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20240801.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+ https://extensions.libreoffice.org/extensions/english-dictionaries
+ https://github.com/marcoagpinto/aoo-mozilla-en-dict
+ https://proofingtoolgui.org
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1722502287/dict-en-20240801_lo.oxt"
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE="${PLOCALES[*]/#/+l10n_}"
+REQUIRED_USE="|| ( ${PLOCALES[*]/#/l10n_} )"
+
+src_prepare() {
+ # This thesaurus is used by all the English dictionaries, see
+ # ./dictionaries.xcu in the distfile, lines 71-81.
+ MYSPELL_THES=(
+ "th_en_US_v2.dat"
+ "th_en_US_v2.idx"
+ )
+
+ local non_us_dic_used=0
+ local mylinguas
+ for lang in "${PLOCALES[@]}"; do
+ mylinguas="${lang/-/_}"
+ if use "l10n_${lang}"; then
+ MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+ if [[ ${lang} == en-US ]]; then
+ MYSPELL_HYPH=( "hyph_en_US.dic" )
+ else
+ non_us_dic_used=1
+ fi
+ else
+ rm "README_${mylinguas}.txt" || die
+ if [[ ${lang} == "en-US" ]]; then
+ rm "README_hyph_en_US.txt" || die
+ elif [[ ${lang} == "en-GB" ]]; then
+ rm "README_en_GB_thes.txt" || die
+ fi
+ fi
+ done
+
+ if [[ non_us_dic_used -eq 1 ]]; then
+ # This is used by every English variety, except for the en-US, see
+ # ./dictionaries.xcu, lines 60-70.
+ MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+ else
+ rm "README_hyph_en_GB.txt" || die
+ fi
+
+ default
+}
diff --git a/app-dicts/myspell-mi/Manifest b/app-dicts/myspell-mi/Manifest
index b188e375faaa..c4fcf01e07c8 100644
--- a/app-dicts/myspell-mi/Manifest
+++ b/app-dicts/myspell-mi/Manifest
@@ -1,3 +1,3 @@
DIST myspell-mi-20190630.tar.gz 79193 BLAKE2B c6055c9d8c31a982a77180a59265ed294856cb9e7c7d8ab5b31274792c3b3340ed52da9336683abb287b6f8da749527b27c2aaf32c51237f3dd9012d9d631d60 SHA512 a8a5212f3a8b41b19d20776fa9db04d2fd67b6bbce4fa5b94ddde54a22aabaff46d0bc8a91f44a35e66caad31e9a99b8e50b02c95bbbec5314a16e4bea3f61ef
-EBUILD myspell-mi-20190630.ebuild 488 BLAKE2B 7836794fc0a50252105b6ad1bf7340cb4482ba5be59491b631d4a33d0c1a659bce1513257901e8d0b795ad8996a2f1ba8d86e050bcfac5e019c725203f0bcf04 SHA512 b64ef62b8a591023f005e11c55c8ebe3aa8296f06106b0ebea880a99c3901ebf834f5e5b25c2d4bf62b8b2092436aa7dbd1fc0fe431c98e7c711ab1ba4ab192e
+EBUILD myspell-mi-20190630.ebuild 494 BLAKE2B a2758f27d256114c4d27d14e6c3959d120f38a8b6ff08a814f0a4194fa9ca7adccbb9ac27d66ca71b3a4fa3c3d298b5d7e14a2c655999e406f5ed9c6bc24ae12 SHA512 c0087647062bf4749c46734dcc8b89890d5839aa42d1e403f9f92e638e9278e7995f8910282d8ffcc1ced8511e3f2ffb2beb0cb39250665d92c3353d08d55309
MISC metadata.xml 192 BLAKE2B fef49cb9e1dda8063c379e650d4897670410d2c0641f469b8a200d5e7ec8d3f505e692277d03b583790cb1340ece9c2e8f7e7c9ff5080d42a2e0ef3fc7138a44 SHA512 bece454b8da734c7a28ce25f8080b3fca56332e57cde854c50f0b884ba3836f1af7782a1ee9f63e6aeff4830e2bca71c5c466471fc82eee75339565aab6495d5
diff --git a/app-dicts/myspell-mi/myspell-mi-20190630.ebuild b/app-dicts/myspell-mi/myspell-mi-20190630.ebuild
index 02d22d275b7e..4ebb5094e3d0 100644
--- a/app-dicts/myspell-mi/myspell-mi-20190630.ebuild
+++ b/app-dicts/myspell-mi/myspell-mi-20190630.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,4 +16,4 @@ HOMEPAGE="https://www.openoffice.org/lingucomponent/"
SRC_URI="https://github.com/scardracs/gentoo-packages/releases/download/mi-${PV}/${P}.tar.gz"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest
index 0e0ff56f83c0..58b55b82a7be 100644
--- a/app-dicts/myspell-pl/Manifest
+++ b/app-dicts/myspell-pl/Manifest
@@ -1,3 +1,5 @@
DIST myspell-pl-20230101.zip 1275977 BLAKE2B d272c2f42f63a8622f72a05674a76a6d9191e53a8b9a057b595cbed7892c739b070b447b00c5c5b4c1aad8a1b41645923de9dcdcc8b56f8edea9895ea637aebd SHA512 1e5212413b9b1481664dd04ad5d436b5780bc457f771e4221d8a878709894fee71e894f870d95538729586e6f6745f8bbda49db3a4c960321049898a739e5e88
+DIST myspell-pl-20240801.zip 1287237 BLAKE2B 2404a8c0fd3f4608c38bb6b184b4f0b56674e85aa8c416e5678e10a00b69949843e942102feec10d13d9fb5fe14f4a9399851291d4b2488abce9c8e1545c3ed3 SHA512 2f681ba0a8c67a5405f557339e0711974d4aaf186bd3692f3540e51db8fad6d02c34317becabe07f13e154dd1a9660452f6e789e6e1d0f1900085da673413418
EBUILD myspell-pl-20230101.ebuild 538 BLAKE2B f2eee8532a5ba9126edd7b6feae1e3b657b135b7f816e26ab14a19859e27fbde3acc81b774edad80fe9da52e1fa95afa126aba35a2bf060a7418a41cffaf5831 SHA512 f0c0f04c66f46b887f9ba5b0238dea46ac3b81d982e47fc4e2bec8f9fddb2ca3164edc8d479180945f68ba75c8ebe4b32c64fbcd34c67c8654068d8763065b6e
-MISC metadata.xml 270 BLAKE2B ee3545bb82a59ae5f708beac2ba623c99a73041753b7fdd0a66168b56796a89b59c7116f44761ef60b64b3f6048bf5460c6639926fb43029c3321526f0f7300d SHA512 db7bd08022470cf6c081627891896640170714c4c6e8b12e6fab3b2ac3265dc416ff81126de977c30a7f676e91c7fa3f325081cc5cf40ec3220490f4360f6f7c
+EBUILD myspell-pl-20240801.ebuild 555 BLAKE2B f937902e9391fab3f3caf1b894be84fe4b2bc079c6940dbb84b89b40cbe4b8d7e2d95d7d773cde11bc41371d8f81bddc40ccb905be4353ada341a01d687bc982 SHA512 ac96fc80fb7999bd0e7f225e276866da11ac4221b6199b8316f78168015b52f69d2beaa4b8f055c7dc9edb7443d6d38847c896835166348a712f013bc641c5e4
+MISC metadata.xml 414 BLAKE2B e3761ea13a8b703b3557cdf289c29676deb69c09065c05644515d829567cbca7e55207b662ea11d82a13e3f3081024853b75657c33777a939fb3968615cdfa19 SHA512 9dde99a82db4abac686d36f6c8a49d1a3a8d154a57585e0f0470881bd1d0c4dd534bf98cd289f2faf260b346ca8d63925e92f17e5f429dc84dc5a88ce2efbf47
diff --git a/app-dicts/myspell-pl/metadata.xml b/app-dicts/myspell-pl/metadata.xml
index 265e713913b2..2d279c1825a1 100644
--- a/app-dicts/myspell-pl/metadata.xml
+++ b/app-dicts/myspell-pl/metadata.xml
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person" proxied="yes">
+ <name>Filip Kobierski</name>
+ <email>fkobi@pm.me</email>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<stabilize-allarches/>
- <upstream>
- <remote-id type="sourceforge">synonimy</remote-id>
- </upstream>
</pkgmetadata>
diff --git a/app-dicts/myspell-pl/myspell-pl-20240801.ebuild b/app-dicts/myspell-pl/myspell-pl-20240801.ebuild
new file mode 100644
index 000000000000..c468567b70af
--- /dev/null
+++ b/app-dicts/myspell-pl/myspell-pl-20240801.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MYSPELL_DICT=( "pl_PL.aff" "pl_PL.dic" )
+
+inherit myspell-r2 unpacker
+
+DESCRIPTION="Polish dictionaries for myspell/hunspell"
+HOMEPAGE="https://sjp.pl/sl/en/"
+SRC_URI="https://sjp.pl/sl/ort/sjp-${P}.zip -> ${P}.zip"
+
+LICENSE="GPL-2 LGPL-2.1 MPL-1.1 Apache-2.0 CC-BY-4.0" # upstream's order
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+src_prepare() {
+ default
+ unpack_zip pl_PL.zip
+}
diff --git a/app-dicts/wnn-ldic/Manifest b/app-dicts/wnn-ldic/Manifest
deleted file mode 100644
index aa9a1388c393..000000000000
--- a/app-dicts/wnn-ldic/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ldic-1.04-wnn.txt 333702 BLAKE2B 88340da9f4456b338f291c52b110d2507f0ce40a25fbed2793bbcc7cb9f0b5d1e780584c2b24238fbd13f76d0a0b205668ae44aedbff255d97576b4a41a7c0c6 SHA512 26e44e5163b72f99f7aae9fdfd8f57ba8c117764bdeeebd78ca092352532197a99e7e9ca57efc59dc37114713314bc1bc0fa5fa179b708542af381d6e09cfc89
-EBUILD wnn-ldic-1.04-r1.ebuild 835 BLAKE2B 3d73d6789065f97f2474e6ee4be0abd329fb3e8c9abf1219d40c4c5e3bc9102977e001ec86eb2fe14c99a263a799434f6ae8b9da86378093a7a61a099529bad5 SHA512 44af8eeb6642a6d948d90dd39eaf1b065cd001d9e4e6d99fd6fa79da110d45a5d62f4d493dafbbcf7e3bd813873d3221d86fa68f16d04874ecdba327bb42c0a9
-MISC metadata.xml 241 BLAKE2B d06d8c9218cb9736ecc414504678e9bff30ba6bffbd2b357e9a2ea990df4e73a21b8ad4db267eddfdbf73e8501dabe5a748c4ea9d26906d39425ab744b320216 SHA512 cff6b46a252b531091d1ef597e3f714f98d2ef4aa621662d8c2ec15e4f990cd811300d3439e1be003bd307d0c8d12e78f34cf7fd49f6d006d9362f0e6ccf6252
diff --git a/app-dicts/wnn-ldic/metadata.xml b/app-dicts/wnn-ldic/metadata.xml
deleted file mode 100644
index 491c88b3a31f..000000000000
--- a/app-dicts/wnn-ldic/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
-</pkgmetadata>
diff --git a/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild b/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild
deleted file mode 100644
index 350c879e0a8d..000000000000
--- a/app-dicts/wnn-ldic/wnn-ldic-1.04-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Wnn dictionary for librarian"
-#HOMEPAGE="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/ldic-${PV}-wnn.txt"
-S="${WORKDIR}"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-DEPEND="app-i18n/freewnn"
-
-src_unpack() {
- :
-}
-
-src_compile() {
- local atod=atod
- if has_version "<app-i18n/freewnn-1.1.1_alpha23"; then
- atod="${BROOT}"/usr/bin/Wnn4/atod
- fi
- "${atod}" lib.dic < "${DISTDIR}"/${A} || die
-}
-
-src_install() {
- insinto /usr/lib/wnn/ja_JP/dic/misc
- doins lib.dic
-}
-
-pkg_postinst() {
- elog "lib.dic is installed in ${EPREFIX}/usr/lib/wnn/ja_JP/dic/misc."
- elog "You have to edit your wnnenvrc or eggrc to use it."
-}