diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-10-01 10:01:08 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-10-06 00:58:05 +0200 |
commit | 1d21b190810ae08c10f253ce179d419fbb6b4132 (patch) | |
tree | 909ab33893e13ce1c1044c9eb140b4b4409246a8 /app-dicts | |
parent | dev-libs/level-zero: add 1.17.45 (diff) | |
download | gentoo-1d21b190810ae08c10f253ce179d419fbb6b4132.tar.gz gentoo-1d21b190810ae08c10f253ce179d419fbb6b4132.tar.bz2 gentoo-1d21b190810ae08c10f253ce179d419fbb6b4132.zip |
app-dicts/aspell-pl: add 6.0.20241001.0
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/aspell-pl/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest index fc9787c99ff4..87d889d45920 100644 --- a/app-dicts/aspell-pl/Manifest +++ b/app-dicts/aspell-pl/Manifest @@ -1,2 +1,3 @@ DIST aspell-pl-6.0.20240901.0.tar.bz2 662091 BLAKE2B 4cc31bfc174c583369546b48384b86137e497fe1ff14ebc639576f2a2bf5b6b391fb8873330a9bc0d7e9651339069fbc18bc8383a28aed34f5c63aed68cada5c SHA512 fffec9ed2360d063a631a0167da70b92a0931eb772b5ed8b06e275cb7dfecb90a59fd70b993b8bce79fc108afbbdac24599981389b9383555d337a570aea0b6f +DIST aspell-pl-6.0.20241001.0.tar.bz2 661658 BLAKE2B 13dbcba6e364003a121a532fa5c90b1c19e38623c46cbe1402ac02cc0bfbfc3b06cb6083e240ac58b77b602e8fa13ebfadcc82253820819f9a86b8abbcc4025d SHA512 d62b2f1c7df39b2d784219a287b30134a482da2649cab049b99d71557c772269408b2250c19281581ec2056a097c524163243beb27f6a136c843f3f0edf39ff1 DIST sjp-aspell6-pl-6.0_20240301-0.tar.bz2 658890 BLAKE2B 6b4b5fa979aaf1e6d04d8e6efda375e88f3d6c1ce0ec1ad7c518e2ad2aedd69d5ed78488c317fa60cda82d8460b535973684e8571577167beb4c284ff605389f SHA512 81f11538195cca3faa42a6dd7f7f1f674f08126203347f3a2803cb0ea80e272013800e1986ebcc99b7c65003b156db6ceca953f64509d39120024140a848be9c diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild new file mode 100644 index 000000000000..1d39d73a3a77 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20241001.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 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" |