diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:52:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:17 +0100 |
commit | dce015719444af44c36b43efdb6aa6136d8f8b12 (patch) | |
tree | 3cd389e523d96856a81788071ff99d47f0f458b4 /app-dicts/myspell-cs | |
parent | app-admin/sysklogd: drop 2.2.3 (diff) | |
download | gentoo-dce015719444af44c36b43efdb6aa6136d8f8b12.tar.gz gentoo-dce015719444af44c36b43efdb6aa6136d8f8b12.tar.bz2 gentoo-dce015719444af44c36b43efdb6aa6136d8f8b12.zip |
app-dicts/myspell-cs: drop 20110224
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-cs')
-rw-r--r-- | app-dicts/myspell-cs/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-cs/myspell-cs-20110224.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-dicts/myspell-cs/Manifest b/app-dicts/myspell-cs/Manifest index 5f75d546a918..e8843121e6ac 100644 --- a/app-dicts/myspell-cs/Manifest +++ b/app-dicts/myspell-cs/Manifest @@ -1,2 +1 @@ -DIST myspell-cs-20110224.zip 1440618 BLAKE2B d90ae82b86ac0e01bc8a5b43bfcb5f7c95f216d5781dd050d798b942291c345966f7f535d74cbd17e5b42a387d0b2c7a7ed02a23bfe93c9bbb2fd0bcf5c192cd SHA512 9f2ed5e10771c00635f382c676b2f9184374b4c20a7d2262d3c441feae4d9dcddbd611cdaf74cb035c76c969d73d913d6116d9c1a4ab0a7a754bfbd8253c1ca5 DIST myspell-cs-20181003.zip 2040923 BLAKE2B 3b8908423dd87eadd07cda6f3299ac2255415ffd88d8df2e79762be142a7dc24f87fec2aa3f869f2d9e9229539597a70440a97fcc0cd100b3663ca130a02856f SHA512 6d113490663bc51e5f9734b9b227889f924c66bfa1d0d7b00da1d420d2e21a9fb9e74169b019c8014c02241b1f265a42091d3fbc09bbe38fbfb112632ae2fa4a diff --git a/app-dicts/myspell-cs/myspell-cs-20110224.ebuild b/app-dicts/myspell-cs/myspell-cs-20110224.ebuild deleted file mode 100644 index 643c873c0f8f..000000000000 --- a/app-dicts/myspell-cs/myspell-cs-20110224.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MYSPELL_DICT=( - "cs_CZ.aff" - "cs_CZ.dic" -) - -MYSPELL_HYPH=( - "hyph_cs_CZ.dic" -) - -MYSPELL_THES=( - "th_cs_CZ_v3.dat" - "th_cs_CZ_v3.idx" -) - -inherit myspell-r2 - -DESCRIPTION="Czech dictionaries for myspell/hunspell" -HOMEPAGE="http://www.liberix.cz/doplnky/slovniky/ooo/" -SRC_URI="http://www.liberix.cz/doplnky/slovniky/ooo/dict-cs-2.oxt -> ${P}.zip" - -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" |