diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-11-18 22:05:18 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-11-23 00:22:02 +0100 |
commit | 5d9587dda1e3d6b3f8965c5ed31e1a718ad07391 (patch) | |
tree | fc152e4b7b8d79c01d2a1c8d543baa4c98ad625a /app-dicts | |
parent | games-arcade/kobodeluxe: drop old (diff) | |
download | gentoo-5d9587dda1e3d6b3f8965c5ed31e1a718ad07391.tar.gz gentoo-5d9587dda1e3d6b3f8965c5ed31e1a718ad07391.tar.bz2 gentoo-5d9587dda1e3d6b3f8965c5ed31e1a718ad07391.zip |
app-dicts/myspell-pl: add 20241101
Closes: https://bugs.gentoo.org/943775
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-20241101.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest index d68d69405d06..982ae40c0472 100644 --- a/app-dicts/myspell-pl/Manifest +++ b/app-dicts/myspell-pl/Manifest @@ -1 +1,2 @@ DIST myspell-pl-20241001.zip 1276871 BLAKE2B cf67e1a3035ecac5d01e07237cf79deff49a822d651e4e8bf779da8651036f5e3745bfc1227c7b4353d9c8319dce4f9015c0113741215603e7bd97b9794884df SHA512 0eb6632e2639cdff54409833622e33d7070e922db5d554a90b19dc30058d6219713fcd0a113ec66b1dc032f230160f72e09430bf9a4353b69946985ff9794e21 +DIST myspell-pl-20241101.zip 1277210 BLAKE2B 6dc2498ad2d100533730188b38d79887634ec0d4d564cf9c77f43ba85e817531d286f5189c313939ffa3250faea5b20278db393c08c28b2f1b68418823142dd4 SHA512 e9d9066cf576fedf060f39f5e64ff47cfdba10f8394b4c8fe3c9930298b9046701aa32ccf6b6d801ff64af64f576e447cca5e782abbdc85368936d34f25fbefa diff --git a/app-dicts/myspell-pl/myspell-pl-20241101.ebuild b/app-dicts/myspell-pl/myspell-pl-20241101.ebuild new file mode 100644 index 000000000000..ed9d6781d463 --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20241101.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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + unpack_zip pl_PL.zip +} |