diff options
author | 2024-11-18 22:05:50 +0100 | |
---|---|---|
committer | 2024-11-23 00:22:02 +0100 | |
commit | 20b29eccb92df2ba0f5b35edea5aa99fcfe03db2 (patch) | |
tree | f704f1e1395b2b4395dd79d92654c997bcd57bed /app-dicts | |
parent | app-dicts/myspell-pl: add 20241101 (diff) | |
download | gentoo-20b29eccb92df2ba0f5b35edea5aa99fcfe03db2.tar.gz gentoo-20b29eccb92df2ba0f5b35edea5aa99fcfe03db2.tar.bz2 gentoo-20b29eccb92df2ba0f5b35edea5aa99fcfe03db2.zip |
app-dicts/aspell-pl: add 6.0.20241101.0
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/39364
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.20241101.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 cdeb11b9277d..c48cdfaeb940 100644 --- a/app-dicts/aspell-pl/Manifest +++ b/app-dicts/aspell-pl/Manifest @@ -1 +1,2 @@ DIST aspell-pl-6.0.20241001.0.tar.bz2 661658 BLAKE2B 13dbcba6e364003a121a532fa5c90b1c19e38623c46cbe1402ac02cc0bfbfc3b06cb6083e240ac58b77b602e8fa13ebfadcc82253820819f9a86b8abbcc4025d SHA512 d62b2f1c7df39b2d784219a287b30134a482da2649cab049b99d71557c772269408b2250c19281581ec2056a097c524163243beb27f6a136c843f3f0edf39ff1 +DIST aspell-pl-6.0.20241101.0.tar.bz2 661432 BLAKE2B 213eb66907ffe81fe90d54420db8a7fafc790c316f4542cef37e75ac985b558bb14ad1889e62f2cad6f5d91a6f2661706509a567e21263c54b8d2f052e6e4021 SHA512 b683bd754137686dc0278c21921f256b0419c6d0c2faa0abc04df0ca5bba0e2afbcc8ec06a7865c1c4990fbcdb7e5f9889be03bd7551c79a364b5dbbafc0ad56 diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20241101.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20241101.0.ebuild new file mode 100644 index 000000000000..1d39d73a3a77 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20241101.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" |