diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:53:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:31 +0100 |
commit | 6525460baebec6f62811a186e6d6636bb4d17a07 (patch) | |
tree | 583c796d310510c35fdf104e4cf19104464c691c /app-dicts/myspell-sk | |
parent | app-dicts/myspell-ru: drop 20150711-r2, 20180627 (diff) | |
download | gentoo-6525460baebec6f62811a186e6d6636bb4d17a07.tar.gz gentoo-6525460baebec6f62811a186e6d6636bb4d17a07.tar.bz2 gentoo-6525460baebec6f62811a186e6d6636bb4d17a07.zip |
app-dicts/myspell-sk: drop 20110224
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-sk')
-rw-r--r-- | app-dicts/myspell-sk/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-sk/myspell-sk-20110224.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/app-dicts/myspell-sk/Manifest b/app-dicts/myspell-sk/Manifest index eb405a22243e..3ea0e862738d 100644 --- a/app-dicts/myspell-sk/Manifest +++ b/app-dicts/myspell-sk/Manifest @@ -1,2 +1 @@ -DIST myspell-sk-20110224.zip 1351228 BLAKE2B c2f5862083d541e9d9d0f169150e06a120c527cb63b19d1275095c47d1205424eaa48f1567eba381098523f317fca6dc6704b2b62355e2d44e179ee4aed78cfe SHA512 853790825816b3c2ad547c072f38d4441dc35fe6435d602de3741cae6a2ba4890e42fefe38dfda8f7bcfc2db61461a1a4220faee0edaf06c51875a1516fedf1b DIST slovak-dictionaries-2020-05.oxt 1229188 BLAKE2B 9aacfceaecc04e7259eae30dcf4e82cf9bd172b0a64d8bf48fd5aaacb5d4ddcd99f951db9064876459a38eb2793de1bbed466fb65b183246eb3b68e99e25ae04 SHA512 d6d4b49c435037eb04515ce86aeafce418dffcbc0d8b4716a3cf653c3e6b88eccc402190538188c81d4f644081b036a98054c8d4ef731c925cdac7a12da3d1c5 diff --git a/app-dicts/myspell-sk/myspell-sk-20110224.ebuild b/app-dicts/myspell-sk/myspell-sk-20110224.ebuild deleted file mode 100644 index 99558aab1413..000000000000 --- a/app-dicts/myspell-sk/myspell-sk-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=( - "sk_SK/sk_SK.aff" - "sk_SK/sk_SK.dic" -) - -MYSPELL_HYPH=( - "hyph_sk_SK/hyph_sk_SK.dic" -) - -MYSPELL_THES=( - "thes_sk_SK_v2/th_sk_SK_v2.dat" - "thes_sk_SK_v2/th_sk_SK_v2.idx" -) - -inherit myspell-r2 - -DESCRIPTION="Slovak dictionaries for myspell/hunspell" -HOMEPAGE="http://www.liberix.cz/doplnky/slovniky/ooo/" -SRC_URI="http://www.liberix.cz/doplnky/slovniky/ooo/dict-sk.oxt -> ${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |