From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-dicts/myspell-pl/Manifest | 5 +++ app-dicts/myspell-pl/metadata.xml | 8 +++++ app-dicts/myspell-pl/myspell-pl-20130306.ebuild | 46 +++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 app-dicts/myspell-pl/Manifest create mode 100644 app-dicts/myspell-pl/metadata.xml create mode 100644 app-dicts/myspell-pl/myspell-pl-20130306.ebuild (limited to 'app-dicts/myspell-pl') diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest new file mode 100644 index 000000000000..b35c67d66734 --- /dev/null +++ b/app-dicts/myspell-pl/Manifest @@ -0,0 +1,5 @@ +DIST myspell-pl-20130306-hyph.zip 14013 BLAKE2B aef123b7936d2e15b632955b56e3ab7d7043185d3e236c43f65dd626ee65986662beb8ab65eb25c23a631acc2e5b2af6ae8c3a75117b7e933101fc121a68ecd2 SHA512 931c9fb2e58b0c5d65edc19a7f4bde7e0ccef496d76466944c8b0e249506370145d21c10d9209b6703dddd58887651ac8a2cc7579a1aab8deeed0ccac2908605 +DIST myspell-pl-20130306-thes.zip 1576689 BLAKE2B ebd21dcf7670821d6fa4db4a7d5448cccf8b6e0094e5e8c91a962fc44f5fb14c30e219c8555d2ddb9155c1f36521c939057e18d84f2a399203e504fd738b6ea3 SHA512 c9f5c9c0e5acb0f079c99120ec517d37d39155af22c727bcd9b3af987afc9e217ae0d84539e491246c6a4bfcd2667b556b141ff7003df06927ce873f4572aca2 +DIST sjp-myspell-pl-20130306.zip 1126237 BLAKE2B e627de2424dbbe0ea20750d41ebb809cc95b237e8a635e6a31d0a149dc67cf3747d6561055210deddcdda35ba09775d7d140996fbc11a174cb2e4e0fc7fac172 SHA512 1cd53dfe956be6ab23f10c95a28a7589c4859fb41a217b643870c2662e68bf94c96be421f0437ca196fbdce4ca4bc60696e07a1d783a238c544b35cec7f25ec5 +EBUILD myspell-pl-20130306.ebuild 1007 BLAKE2B f2f2ed63caab5f68721d6d25cab4573826d96d68274d111861b869b03c02afb4dc15a0005f534b1e67aabfd52cf8b1184a07a2a3fd6c645436d9c2e1dd710c5f SHA512 2f7949a7b0d918474fc1b06b5a34683cecbc0b07fd6fa1449510f24d54c6703021a4268e1d421f55f48502f1d54156b21c19648f35704a003d3cf8c73061a7ef +MISC metadata.xml 245 BLAKE2B a2cb964a56e337421895ef1898f907e27fc87cfc5052a075d2937155c9f95424e553f22dbbfc80e1f1688451575c6e04a160d73c5704e942b48d6b968fc967a0 SHA512 1eb2f8e5640bf08d3a88088e524ca87629b75899bf0c3c81edc984ed0249416ac3d79ba9baed4662ae9acad4e2c0b534b8e89ec94600c1637821cbef55fbb616 diff --git a/app-dicts/myspell-pl/metadata.xml b/app-dicts/myspell-pl/metadata.xml new file mode 100644 index 000000000000..31acb15ab056 --- /dev/null +++ b/app-dicts/myspell-pl/metadata.xml @@ -0,0 +1,8 @@ + + + + + + synonimy + + diff --git a/app-dicts/myspell-pl/myspell-pl-20130306.ebuild b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild new file mode 100644 index 000000000000..c0c0224583ef --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "pl_PL.aff" + "pl_PL.dic" +) + +MYSPELL_HYPH=( + "hyph_pl_PL.dic" +) + +MYSPELL_THES=( + "th_pl_PL_v2.dat" + "th_pl_PL_v2.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Polish dictionaries for myspell/hunspell" +# dict is bumped every day but nothing changes, RECHECK BEFORE DOING VERSION BUMP! +# hyphen has no website +# thesarus released last in 2k8 +HOMEPAGE=" + http://www.sjp.pl/slownik/en/ + https://sourceforge.net/projects/synonimy/ +" +SRC_URI=" + http://sjp.pl/slownik/ort/sjp-myspell-pl-${PV}.zip + http://www.openoffice.org/pl/pliki/hyph_pl_PL.zip -> ${P}-hyph.zip + mirror://sourceforge/synonimy/OOo2-Thesaurus-1.5.zip -> ${P}-thes.zip +" +LICENSE="CC-SA-1.0 LGPL-3 GPL-3 MPL-1.1" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_unpack() { + myspell-r2_src_unpack + + # ZIPCEPTION! + unzip hyph_pl_PL.zip + unzip pl_PL.zip +} -- cgit v1.2.3