summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-08-12 22:01:33 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-27 09:50:17 +0300
commit9297fc614d8914eaef53e7784c878539480bd559 (patch)
tree3507b1e76bca474fd590c6099842732031269ce4 /app-dicts
parentmedia-libs/libheif: update subslot binders on some deps in 1.18.2 (diff)
downloadgentoo-9297fc614d8914eaef53e7784c878539480bd559.tar.gz
gentoo-9297fc614d8914eaef53e7784c878539480bd559.tar.bz2
gentoo-9297fc614d8914eaef53e7784c878539480bd559.zip
app-dicts/myspell-pl: add 20240801 with updated HOMEPAGE
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-pl/Manifest1
-rw-r--r--app-dicts/myspell-pl/myspell-pl-20240801.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest
index 5b4938d4bc93..25894c0b6e04 100644
--- a/app-dicts/myspell-pl/Manifest
+++ b/app-dicts/myspell-pl/Manifest
@@ -1 +1,2 @@
DIST myspell-pl-20230101.zip 1275977 BLAKE2B d272c2f42f63a8622f72a05674a76a6d9191e53a8b9a057b595cbed7892c739b070b447b00c5c5b4c1aad8a1b41645923de9dcdcc8b56f8edea9895ea637aebd SHA512 1e5212413b9b1481664dd04ad5d436b5780bc457f771e4221d8a878709894fee71e894f870d95538729586e6f6745f8bbda49db3a4c960321049898a739e5e88
+DIST myspell-pl-20240801.zip 1287237 BLAKE2B 2404a8c0fd3f4608c38bb6b184b4f0b56674e85aa8c416e5678e10a00b69949843e942102feec10d13d9fb5fe14f4a9399851291d4b2488abce9c8e1545c3ed3 SHA512 2f681ba0a8c67a5405f557339e0711974d4aaf186bd3692f3540e51db8fad6d02c34317becabe07f13e154dd1a9660452f6e789e6e1d0f1900085da673413418
diff --git a/app-dicts/myspell-pl/myspell-pl-20240801.ebuild b/app-dicts/myspell-pl/myspell-pl-20240801.ebuild
new file mode 100644
index 000000000000..c468567b70af
--- /dev/null
+++ b/app-dicts/myspell-pl/myspell-pl-20240801.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+src_prepare() {
+ default
+ unpack_zip pl_PL.zip
+}