diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:52:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:19 +0100 |
commit | 71b1c16cbf57cc6331cfcbc8a16e8683305803bb (patch) | |
tree | 5d409e372bb7031542491f06d6041926a172ffce /app-dicts/myspell-eo | |
parent | app-dicts/myspell-en: drop 20170101, 20190101 (diff) | |
download | gentoo-71b1c16cbf57cc6331cfcbc8a16e8683305803bb.tar.gz gentoo-71b1c16cbf57cc6331cfcbc8a16e8683305803bb.tar.bz2 gentoo-71b1c16cbf57cc6331cfcbc8a16e8683305803bb.zip |
app-dicts/myspell-eo: drop 1.0-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-eo')
-rw-r--r-- | app-dicts/myspell-eo/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-dicts/myspell-eo/Manifest b/app-dicts/myspell-eo/Manifest index 09973d8b58c1..48b5a3fe7583 100644 --- a/app-dicts/myspell-eo/Manifest +++ b/app-dicts/myspell-eo/Manifest @@ -1,2 +1 @@ DIST dict-eo.oxt 262322 BLAKE2B 9fd1ad4c2db88db773ebce6ba64646cafaf595e4fc501d9d14f43b4abe0942eca4ef04c6a58ea40500fdf1cf342338930a7b06c1466b3919acef7364ab30b53e SHA512 aabb701cfa794595c2efc8bdb7b1eef3753b457928fcd6ee64f4bafb62b0baeb3139c9c667f8b194eede56f2a05418b256ade049db12b1b040ae4ce15c295a21 -DIST myspell-eo-1.0.oxt 186407 BLAKE2B 9bf51c6fa343d5417811580f0db36d5d5c5d37b6939ee545a87ef1b3f661fa5268ff92dafddb8ff9b4ad7512c5d578bfa20c6bcf276c5a00d90cdbd67ee7197c SHA512 b5cf3a14672fb0e6b810e5b4d811f430b3c3cc38cf09a0083b7e26471597c6df055242349a2a239607621301f71527e8bf225dc03de727c5863e7b7b1c821824 diff --git a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild b/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild deleted file mode 100644 index 19b33e01c5e5..000000000000 --- a/app-dicts/myspell-eo/myspell-eo-1.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MYSPELL_DICT=( - "eo_l3.aff" - "eo_l3.dic" -) - -MYSPELL_HYPH=( -) - -MYSPELL_THES=( -) - -inherit myspell-r2 - -DESCRIPTION="Esperanto dictionaries for myspell/hunspell" -HOMEPAGE="http://nlp.fi.muni.cz/projekty/esperanto_spell_checker/" -SRC_URI="mirror://sourceforge/aoo-extensions/3377/1/${PV}-dev.oxt -> ${P}.oxt" - -LICENSE="GPL-2 LGPL-3 MPL-1.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" - -src_prepare() { - default - - # move the dicts for nicer name - mv literumilo.aff eo_l3.aff || die - mv literumilo.dic eo_l3.dic || die -} |