diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-04-24 00:02:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-24 00:02:11 +0200 |
commit | fc1edc56ca1df5c5d31a988540af793789af4ce4 (patch) | |
tree | 4bd28750a7a03d32d11ff842ba98cdda42d956bd /app-dicts/aspell-pl | |
parent | games-server/minecraft-server: add 1.20.5, drop 1.20.4 (diff) | |
download | gentoo-fc1edc56ca1df5c5d31a988540af793789af4ce4.tar.gz gentoo-fc1edc56ca1df5c5d31a988540af793789af4ce4.tar.bz2 gentoo-fc1edc56ca1df5c5d31a988540af793789af4ce4.zip |
app-dicts/aspell-pl: add 6.0.20240301.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pl')
-rw-r--r-- | app-dicts/aspell-pl/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20240301.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest index 346a12b91acb..d1882b7cfd5a 100644 --- a/app-dicts/aspell-pl/Manifest +++ b/app-dicts/aspell-pl/Manifest @@ -1 +1,2 @@ DIST sjp-aspell6-pl-6.0_20240101-0.tar.bz2 658829 BLAKE2B e35c0268f1684b56fe4a8f8a8cf41a943c3747965a952dfce4f21bf7e8378117dafd04e45a3365ce649783b9810a45683fb17e4941122a6f81b32f66e473e82c SHA512 bf6cbc3fe6f07fb2b8100a9d39e87defe7066d98c6fa97e3d144e2700b55b61e437dafc8e98c68d9d57e91d702dd6ecfbf8e84c5d773f493491bec21be1a4ac6 +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.20240301.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20240301.0.ebuild new file mode 100644 index 000000000000..b26975716a32 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20240301.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Polish" +ASPELL_VERSION=6 + +inherit aspell-dict-r1 + +HOMEPAGE="https://sjp.pl/slownik/en/" + +MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)" +SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P/sjp-/}" + +LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 " +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |