diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-26 22:42:39 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-26 22:42:39 +0000 |
commit | 4f5eafd9cc8e9b40e20b0a1abd96f1bcd634d0a0 (patch) | |
tree | cb69a640393ecfc4dbd302e069fe282d98202290 /app-dicts/aspell-pl | |
parent | 3e90fd411cb5f48da3f2487a4ea0efcbee2bfa08 (diff) |
gentoo auto-resync : 26:01:2025 - 22:42:38
Diffstat (limited to 'app-dicts/aspell-pl')
-rw-r--r-- | app-dicts/aspell-pl/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20250101.0.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest index 122e6d16deef..64d3b0eaf902 100644 --- a/app-dicts/aspell-pl/Manifest +++ b/app-dicts/aspell-pl/Manifest @@ -1,3 +1,5 @@ DIST aspell-pl-6.0.20241101.0.tar.bz2 661432 BLAKE2B 213eb66907ffe81fe90d54420db8a7fafc790c316f4542cef37e75ac985b558bb14ad1889e62f2cad6f5d91a6f2661706509a567e21263c54b8d2f052e6e4021 SHA512 b683bd754137686dc0278c21921f256b0419c6d0c2faa0abc04df0ca5bba0e2afbcc8ec06a7865c1c4990fbcdb7e5f9889be03bd7551c79a364b5dbbafc0ad56 +DIST aspell-pl-6.0.20250101.0.tar.bz2 664513 BLAKE2B 437296abe832231f68edd2f4890d6341563f9297301aa37d87c68a7cc578aa619374bebe88dc7c62a331617ef7306be42603207f54008d7e968868ebd3c5830b SHA512 49a8c6c9e4002b53570d05dd84d3a18fd5bc206f74bfaf0cc07509445f6391de9811a72e90ef773a639e73062a285cfae924c928ed663c12f75ac9cc648c1428 EBUILD aspell-pl-6.0.20241101.0.ebuild 576 BLAKE2B 24462c83cb57c3c40960f861c828af5de03fde98b52780fcf18f615e1641308366af196897ced677f56f5d2495d30c9ef0ae207a7728eef3ff0dfceca5118913 SHA512 910a230e0d14a951f004b7c859da7163a977bbcea5c0fd76fe8d5840ada39881116a60100ec0e0b19349837a5a84ea1b4753d1e446fef434c82909fe64214bff +EBUILD aspell-pl-6.0.20250101.0.ebuild 583 BLAKE2B 58c8a6ce1dd9ccd4da463f8fe3bcb5669067a5ef0b4b0cae6c6f83f277e878ba9643b8fb96f649e9516c234c4ebabaee112b8f990513fc63225ad6b2dbb84b78 SHA512 8102a0b5a371e815e8b60b7540f8e8703ca102b4a427cab5c5b605fe9ae7eece42432a39054016fe049419e0fc01e13b7d5711201bebff32ee8d5fc58d8bd108 MISC metadata.xml 525 BLAKE2B cd21d3b40029cafa7e5b0b4dae6aa86903021f400f010e4bffef0eb769aa4f0c172d339d616e7b06ffb394373410f6d8117d9809f93e7da9e8a6f0efeb64b0b1 SHA512 b70dae482993c27093488bcfe8ab8cb57ebf964d7ab86f492fc3d1366bc8f2a1012a84bdc86dcf5070f170deac7913d134fa163d243b863c8e79527e50d5951f diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20250101.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20250101.0.ebuild new file mode 100644 index 000000000000..52863ec968bb --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20250101.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" |