diff options
author | 2022-04-29 10:55:53 +0100 | |
---|---|---|
committer | 2022-04-29 11:20:19 +0100 | |
commit | a232856117cd3c4f213720309050d651b5138d15 (patch) | |
tree | f5373656ba108ad40e23363485196ae5c50a37a3 /app-dicts/myspell-en/myspell-en-20170101.ebuild | |
parent | app-dicts/myspell-da: drop 2.3 (diff) | |
download | gentoo-a232856117cd3c4f213720309050d651b5138d15.tar.gz gentoo-a232856117cd3c4f213720309050d651b5138d15.tar.bz2 gentoo-a232856117cd3c4f213720309050d651b5138d15.zip |
app-dicts/myspell-en: drop 20170101, 20190101
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-en/myspell-en-20170101.ebuild')
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20170101.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-dicts/myspell-en/myspell-en-20170101.ebuild b/app-dicts/myspell-en/myspell-en-20170101.ebuild deleted file mode 100644 index a258f8733421..000000000000 --- a/app-dicts/myspell-en/myspell-en-20170101.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV="${PV:0:4}-${PV:4:2}.${PV:6:2}" - -MYSPELL_DICT=( - "en_AU.aff" - "en_AU.dic" - "en_CA.aff" - "en_CA.dic" - "en_GB.aff" - "en_GB.dic" - "en_US.aff" - "en_US.dic" - "en_ZA.aff" - "en_ZA.dic" -) - -MYSPELL_HYPH=( - "hyph_en_GB.dic" -) - -MYSPELL_THES=( - "th_en_US_v2.dat" - "th_en_US_v2.idx" -) - -inherit myspell-r2 - -DESCRIPTION="English dictionaries for myspell/hunspell" -HOMEPAGE="https://extensions.libreoffice.org/extensions/english-dictionaries" -SRC_URI="https://extensions.libreoffice.org/extensions/english-dictionaries/${MY_PV}/@@download/file/dict-en-${PV}.oxt" - -LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" -IUSE="" |