From d4d70691ab58dfcbd58e0863f3e64d59765533e3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Jan 2023 12:13:10 +0000 Subject: gentoo auto-resync : 07:01:2023 - 12:13:10 --- app-dicts/myspell-pl/Manifest | 2 ++ app-dicts/myspell-pl/myspell-pl-20230101.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 app-dicts/myspell-pl/myspell-pl-20230101.ebuild (limited to 'app-dicts/myspell-pl') diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest index 979cc77fc5aa..83083119fbeb 100644 --- a/app-dicts/myspell-pl/Manifest +++ b/app-dicts/myspell-pl/Manifest @@ -1,3 +1,5 @@ DIST myspell-pl-20210428.tar.gz 2111971 BLAKE2B edbf08abcd9e0b0120be3df2b74320698cc6d86dec47dce39e7aa4dc82531bd6ec51cfdfced7216052cebea4293cac94c74407505249de682a1648839d30db6b SHA512 2d1142d83dd113ddb4601b1d7a835a96b1c39eb4eab8ae34eab2ce78817dbdedb177eb96f84a295aabafe10d5b2474e1f8c4b17848e19c377ff0de24916dd979 +DIST myspell-pl-20230101.zip 1275977 BLAKE2B d272c2f42f63a8622f72a05674a76a6d9191e53a8b9a057b595cbed7892c739b070b447b00c5c5b4c1aad8a1b41645923de9dcdcc8b56f8edea9895ea637aebd SHA512 1e5212413b9b1481664dd04ad5d436b5780bc457f771e4221d8a878709894fee71e894f870d95538729586e6f6745f8bbda49db3a4c960321049898a739e5e88 EBUILD myspell-pl-20210428.ebuild 589 BLAKE2B a93e3c76ca564ab7a31e1c6ff43204e5a74be59f982583883213e6fabde46135d780ca536614f70c4f49d375999c445b474cacb865e0b0ffb106ce9312f4c57b SHA512 23fc5ae414a8bcb8005af7f74ed3de9d0acf87433283c92c55e5e9065089024dc06a819d1f6b807b15395002b715fc6cc40f69c510ccfa3e2a0bce901690070a +EBUILD myspell-pl-20230101.ebuild 545 BLAKE2B b00f6474c3a7e6cb135ea172ec1a09fb7dc150cc5f11cd739d4528360609a9e84fad82a73c1bbb40b140bca25c11b240d2538b0c8e3abd8b2099cfe6c4a2ca3b SHA512 a8ea5b34e04e785f7a4918ef6367aaf676f79ef0cd34824e9dbc0ad3743d0f28f74afceb504e42f1064f527363c415ae141f8e94f1f467bbae11d1ad6e8db1c1 MISC metadata.xml 270 BLAKE2B ee3545bb82a59ae5f708beac2ba623c99a73041753b7fdd0a66168b56796a89b59c7116f44761ef60b64b3f6048bf5460c6639926fb43029c3321526f0f7300d SHA512 db7bd08022470cf6c081627891896640170714c4c6e8b12e6fab3b2ac3265dc416ff81126de977c30a7f676e91c7fa3f325081cc5cf40ec3220490f4360f6f7c diff --git a/app-dicts/myspell-pl/myspell-pl-20230101.ebuild b/app-dicts/myspell-pl/myspell-pl-20230101.ebuild new file mode 100644 index 000000000000..a039563157ad --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20230101.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 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/slownik/en/" +SRC_URI="https://sjp.pl/sl/ort/sjp-${P}.zip -> ${P}.zip" + +LICENSE="CC-SA-1.0 Apache-2.0 LGPL-2.1+ GPL-2+ MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + unpack_zip pl_PL.zip +} -- cgit v1.2.3