diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-09-11 13:55:25 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-09-15 14:42:13 +0200 |
commit | 970de85755c28a664c77c17dc686ac5b28f6ed67 (patch) | |
tree | 0be71573ac2b02a26083062dbc454aaf40aa9638 /app-dicts | |
parent | dev-python/simsimd: Remove old (diff) | |
download | gentoo-970de85755c28a664c77c17dc686ac5b28f6ed67.tar.gz gentoo-970de85755c28a664c77c17dc686ac5b28f6ed67.tar.bz2 gentoo-970de85755c28a664c77c17dc686ac5b28f6ed67.zip |
app-dicts/myspell-pl: add 20240901
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-pl/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-pl/myspell-pl-20240901.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest index 25894c0b6e04..68e76bbd03d4 100644 --- a/app-dicts/myspell-pl/Manifest +++ b/app-dicts/myspell-pl/Manifest @@ -1,2 +1,3 @@ DIST myspell-pl-20230101.zip 1275977 BLAKE2B d272c2f42f63a8622f72a05674a76a6d9191e53a8b9a057b595cbed7892c739b070b447b00c5c5b4c1aad8a1b41645923de9dcdcc8b56f8edea9895ea637aebd SHA512 1e5212413b9b1481664dd04ad5d436b5780bc457f771e4221d8a878709894fee71e894f870d95538729586e6f6745f8bbda49db3a4c960321049898a739e5e88 DIST myspell-pl-20240801.zip 1287237 BLAKE2B 2404a8c0fd3f4608c38bb6b184b4f0b56674e85aa8c416e5678e10a00b69949843e942102feec10d13d9fb5fe14f4a9399851291d4b2488abce9c8e1545c3ed3 SHA512 2f681ba0a8c67a5405f557339e0711974d4aaf186bd3692f3540e51db8fad6d02c34317becabe07f13e154dd1a9660452f6e789e6e1d0f1900085da673413418 +DIST myspell-pl-20240901.zip 1292501 BLAKE2B 7ecdd3441620988fcd9ce806318b0917d0d377b9bf9cc875803e11c1b2faf57329f2989c5d70303f428c68aed2e575c88549c9e73d0d241cd32458903cf2e951 SHA512 0640f46384ce37537a47b54e22671d38252d3561abca31582ea45a8b45f440885e358fc1b60cc87b0028960d1e8b9bb53715bf142e5d0cfd5c7c1f3951c22f03 diff --git a/app-dicts/myspell-pl/myspell-pl-20240901.ebuild b/app-dicts/myspell-pl/myspell-pl-20240901.ebuild new file mode 100644 index 000000000000..4928fb33b0c4 --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20240901.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# NOTE: bump together with aspell-pl + +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 +} |