diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:55:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:29 +0100 |
commit | eda9098a77305b09e74beac55191a0058218cf36 (patch) | |
tree | 1232e7e2c0de8a149ac14e77b8fe8e4f79456093 /app-dicts | |
parent | app-dicts/myspell-nl: drop 2.10g-r1 (diff) | |
download | gentoo-eda9098a77305b09e74beac55191a0058218cf36.tar.gz gentoo-eda9098a77305b09e74beac55191a0058218cf36.tar.bz2 gentoo-eda9098a77305b09e74beac55191a0058218cf36.zip |
app-dicts/myspell-pl: drop 20130306
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-pl/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-pl/myspell-pl-20130306.ebuild | 46 |
2 files changed, 0 insertions, 49 deletions
diff --git a/app-dicts/myspell-pl/Manifest b/app-dicts/myspell-pl/Manifest index a2a87d3077cf..3c32f1549a04 100644 --- a/app-dicts/myspell-pl/Manifest +++ b/app-dicts/myspell-pl/Manifest @@ -1,4 +1 @@ -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-20130306.ebuild b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild deleted file mode 100644 index d9361c693535..000000000000 --- a/app-dicts/myspell-pl/myspell-pl-20130306.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# 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=" - https://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 ~riscv sparc x86" -IUSE="" - -src_unpack() { - myspell-r2_src_unpack - - # ZIPCEPTION! - unzip hyph_pl_PL.zip - unzip pl_PL.zip -} |