From 82dc0964a5a0b52a71e052c1663ae78b3dac5681 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Sat, 3 May 2025 22:41:08 +0200 Subject: [PATCH] app-dicts/aspell-pl: add 6.0.20250301.0 Signed-off-by: Filip Kobierski Part-of: https://github.com/gentoo/gentoo/pull/41923 Signed-off-by: Conrad Kostecki --- app-dicts/aspell-pl/Manifest | 1 + .../aspell-pl/aspell-pl-6.0.20250301.0.ebuild | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 app-dicts/aspell-pl/aspell-pl-6.0.20250301.0.ebuild diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest index 11637abd1ccec..f596ab08b52d3 100644 --- a/app-dicts/aspell-pl/Manifest +++ b/app-dicts/aspell-pl/Manifest @@ -1 +1,2 @@ DIST aspell-pl-6.0.20250101.0.tar.bz2 664513 BLAKE2B 437296abe832231f68edd2f4890d6341563f9297301aa37d87c68a7cc578aa619374bebe88dc7c62a331617ef7306be42603207f54008d7e968868ebd3c5830b SHA512 49a8c6c9e4002b53570d05dd84d3a18fd5bc206f74bfaf0cc07509445f6391de9811a72e90ef773a639e73062a285cfae924c928ed663c12f75ac9cc648c1428 +DIST aspell-pl-6.0.20250301.0.tar.bz2 664387 BLAKE2B 64a72921ffb6acec7faef04e81936c06e3595167ff8dcdb348a4ac2a0ffeaab303ac8bbcc3c0ef97b35a71b0c94d9e048a6264524abfb4af82f10a5ded6c9690 SHA512 189a331af11f688657650dcd2f2ba339dd371c4d65a32ec04d6f6d7a242fedb7fc4360d884da4d3805c4f708f03e9990f73440c45c58c024ea85cff23409f80e diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20250301.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20250301.0.ebuild new file mode 100644 index 0000000000000..52863ec968bb8 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20250301.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# NOTE: bump togeter with myspell-pl + +EAPI=8 + +ASPELL_LANG="Polish" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-$(ver_rs 2 _ 3 -)" + +HOMEPAGE="https://sjp.pl/sl/en/" +SRC_URI="https://sjp.pl/sl/ort/sjp-${MY_P}.tar.bz2 -> ${P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"