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/myspell-pl/myspell-pl-20130306.ebuild | |
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/myspell-pl/myspell-pl-20130306.ebuild')
-rw-r--r-- | app-dicts/myspell-pl/myspell-pl-20130306.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
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 -} |