summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-05-03 13:52:25 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-06-03 17:20:38 +0300
commit8ddc4deea09e44d168d48f2ab6618cb73bba1b58 (patch)
treea648d89c60c3f1f49582ba1383b978283f0d99c3 /app-dicts
parentapp-dicts/myspell-nn: bump to EAPI 7 (diff)
downloadgentoo-8ddc4deea09e44d168d48f2ab6618cb73bba1b58.tar.gz
gentoo-8ddc4deea09e44d168d48f2ab6618cb73bba1b58.tar.bz2
gentoo-8ddc4deea09e44d168d48f2ab6618cb73bba1b58.zip
app-dicts/myspell-pl: bump to EAPI 7 + verbump to 20210428
+ move personal github page Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> 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-20210428.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest
index f499c1053209..a2a87d3077cf 100644
--- a/app-dicts/myspell-pl/Manifest
+++ b/app-dicts/myspell-pl/Manifest
@@ -1,3 +1,4 @@
DIST myspell-pl-20130306-hyph.zip 14013 BLAKE2B aef123b7936d2e15b632955b56e3ab7d7043185d3e236c43f65dd626ee65986662beb8ab65eb25c23a631acc2e5b2af6ae8c3a75117b7e933101fc121a68ecd2 SHA512 931c9fb2e58b0c5d65edc19a7f4bde7e0ccef496d76466944c8b0e249506370145d21c10d9209b6703dddd58887651ac8a2cc7579a1aab8deeed0ccac2908605
DIST myspell-pl-20130306-thes.zip 1576689 BLAKE2B ebd21dcf7670821d6fa4db4a7d5448cccf8b6e0094e5e8c91a962fc44f5fb14c30e219c8555d2ddb9155c1f36521c939057e18d84f2a399203e504fd738b6ea3 SHA512 c9f5c9c0e5acb0f079c99120ec517d37d39155af22c727bcd9b3af987afc9e217ae0d84539e491246c6a4bfcd2667b556b141ff7003df06927ce873f4572aca2
+DIST myspell-pl-20210428.tar.gz 2111971 BLAKE2B edbf08abcd9e0b0120be3df2b74320698cc6d86dec47dce39e7aa4dc82531bd6ec51cfdfced7216052cebea4293cac94c74407505249de682a1648839d30db6b SHA512 2d1142d83dd113ddb4601b1d7a835a96b1c39eb4eab8ae34eab2ce78817dbdedb177eb96f84a295aabafe10d5b2474e1f8c4b17848e19c377ff0de24916dd979
DIST sjp-myspell-pl-20130306.zip 1126237 BLAKE2B e627de2424dbbe0ea20750d41ebb809cc95b237e8a635e6a31d0a149dc67cf3747d6561055210deddcdda35ba09775d7d140996fbc11a174cb2e4e0fc7fac172 SHA512 1cd53dfe956be6ab23f10c95a28a7589c4859fb41a217b643870c2662e68bf94c96be421f0437ca196fbdce4ca4bc60696e07a1d783a238c544b35cec7f25ec5
diff --git a/app-dicts/myspell-pl/myspell-pl-20210428.ebuild b/app-dicts/myspell-pl/myspell-pl-20210428.ebuild
new file mode 100644
index 000000000000..08eed980c043
--- /dev/null
+++ b/app-dicts/myspell-pl/myspell-pl-20210428.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYSPELL_DICT=(
+ "pl_PL.aff"
+ "pl_PL.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_pl_PL.dic"
+)
+
+MYSPELL_THES=(
+ "th_pl_PL_v2.dat"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Polish dictionaries for myspell/hunspell"
+HOMEPAGE="http://www.sjp.pl/slownik/en/"
+SRC_URI="https://github.com/scardracs/gentoo-packages/releases/download/pl-${PV}/${P}.tar.gz"
+
+LICENSE="CC-SA-1.0 Apache-2.0 LGPL-2.1+ GPL-2+ MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"