summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-pl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-01-26 22:42:39 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-01-26 22:42:39 +0000
commit4f5eafd9cc8e9b40e20b0a1abd96f1bcd634d0a0 (patch)
treecb69a640393ecfc4dbd302e069fe282d98202290 /app-dicts/myspell-pl
parent3e90fd411cb5f48da3f2487a4ea0efcbee2bfa08 (diff)
gentoo auto-resync : 26:01:2025 - 22:42:38
Diffstat (limited to 'app-dicts/myspell-pl')
-rw-r--r--app-dicts/myspell-pl/Manifest2
-rw-r--r--app-dicts/myspell-pl/myspell-pl-20250101.ebuild23
2 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest
index 6c9a38bc5576..b6640dd9bc60 100644
--- a/app-dicts/myspell-pl/Manifest
+++ b/app-dicts/myspell-pl/Manifest
@@ -1,3 +1,5 @@
DIST myspell-pl-20241101.zip 1277210 BLAKE2B 6dc2498ad2d100533730188b38d79887634ec0d4d564cf9c77f43ba85e817531d286f5189c313939ffa3250faea5b20278db393c08c28b2f1b68418823142dd4 SHA512 e9d9066cf576fedf060f39f5e64ff47cfdba10f8394b4c8fe3c9930298b9046701aa32ccf6b6d801ff64af64f576e447cca5e782abbdc85368936d34f25fbefa
+DIST myspell-pl-20250101.zip 1284488 BLAKE2B cc7bb40c15840b675560f7c43d6b0bc5f91a106869fb08f6124d96660e155d2dd75a8bbf39ffddb140690cbbb83d05370b154b5f096ce02b1bccabb7ba3fe3c4 SHA512 71a171e92cfc368ced2e8e801dffc611e4d5b6c61ca623648d187252a9015c5876e09c9059df34a3c9a9b7f11c05fea04ae19cceac1a6428b5c001a5625e6589
EBUILD myspell-pl-20241101.ebuild 580 BLAKE2B 58bd842f2bf82512f4b492ab6da9c35b4eed6521d60eb79658736a68442267a8ee37ada41762ea4044e8fa16b91ca938ec9891e928c576035395d04e3814a1eb SHA512 3c74dff921d01300652ff8dc09748503f32ce7fe5549c5900ba8f70f72c4d5484c0a2f49cb1175b8cfad46f263708938fc77f7ceae78d6cd644d240b2b847c9e
+EBUILD myspell-pl-20250101.ebuild 587 BLAKE2B ed5e61f7aa5ad68f38ec0e772c6abbacc511d296f4d296425d5f179d1710bce77992ee5e8974fa7ee0090162300d92f5280657e9477543a5bcdc0c9959ec9f55 SHA512 4bffa8c4647a18d09a49467ce79885c06317ae6ba88dc9dc34abf67a630e036b192c894bc48530d5498cb068440011f0b54b4cae68d10231ba2404106becb15c
MISC metadata.xml 414 BLAKE2B e3761ea13a8b703b3557cdf289c29676deb69c09065c05644515d829567cbca7e55207b662ea11d82a13e3f3081024853b75657c33777a939fb3968615cdfa19 SHA512 9dde99a82db4abac686d36f6c8a49d1a3a8d154a57585e0f0470881bd1d0c4dd534bf98cd289f2faf260b346ca8d63925e92f17e5f429dc84dc5a88ce2efbf47
diff --git a/app-dicts/myspell-pl/myspell-pl-20250101.ebuild b/app-dicts/myspell-pl/myspell-pl-20250101.ebuild
new file mode 100644
index 000000000000..e51fd37723ff
--- /dev/null
+++ b/app-dicts/myspell-pl/myspell-pl-20250101.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# NOTE: bump together with aspell-pl
+
+EAPI=8
+
+MYSPELL_DICT=( "pl_PL.aff" "pl_PL.dic" )
+
+inherit myspell-r2 unpacker
+
+DESCRIPTION="Polish dictionaries for myspell/hunspell"
+HOMEPAGE="https://sjp.pl/sl/en/"
+SRC_URI="https://sjp.pl/sl/ort/sjp-${P}.zip -> ${P}.zip"
+
+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 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+src_prepare() {
+ default
+ unpack_zip pl_PL.zip
+}