commit: 79587d1074e22b91deeaa89f2f82324adda9304c Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Fri Jan 24 09:44:51 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 12:59:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79587d10
app-dicts/myspell-pl: add 20250101 Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-dicts/myspell-pl/Manifest | 1 + app-dicts/myspell-pl/myspell-pl-20250101.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest index 6baa5253b638..011327305f7d 100644 --- a/app-dicts/myspell-pl/Manifest +++ b/app-dicts/myspell-pl/Manifest @@ -1 +1,2 @@ DIST myspell-pl-20241101.zip 1277210 BLAKE2B 6dc2498ad2d100533730188b38d79887634ec0d4d564cf9c77f43ba85e817531d286f5189c313939ffa3250faea5b20278db393c08c28b2f1b68418823142dd4 SHA512 e9d9066cf576fedf060f39f5e64ff47cfdba10f8394b4c8fe3c9930298b9046701aa32ccf6b6d801ff64af64f576e447cca5e782abbdc85368936d34f25fbefa +DIST myspell-pl-20250101.zip 1284488 BLAKE2B cc7bb40c15840b675560f7c43d6b0bc5f91a106869fb08f6124d96660e155d2dd75a8bbf39ffddb140690cbbb83d05370b154b5f096ce02b1bccabb7ba3fe3c4 SHA512 71a171e92cfc368ced2e8e801dffc611e4d5b6c61ca623648d187252a9015c5876e09c9059df34a3c9a9b7f11c05fea04ae19cceac1a6428b5c001a5625e6589 diff --git a/app-dicts/myspell-pl/myspell-pl-20250101.ebuild b/app-dicts/myspell-pl/myspell-pl-20250101.ebuild new file mode 100644 index 000000000000..e51fd37723ff --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20250101.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + unpack_zip pl_PL.zip +}
