diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-01-13 01:19:00 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-01-13 01:19:21 +1100 |
commit | 2eace078101de5032ce399e23530c37dbf24caea (patch) | |
tree | 04c2f2fbb0351bba2703df2c0c84900cb2c7caa7 /app-dicts | |
parent | dev-python/docker-py: Version bump to 2.0.1 (diff) | |
download | gentoo-2eace078101de5032ce399e23530c37dbf24caea.tar.gz gentoo-2eace078101de5032ce399e23530c37dbf24caea.tar.bz2 gentoo-2eace078101de5032ce399e23530c37dbf24caea.zip |
app-dicts/myspell-en: version bump 20170101
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-en/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20170101.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest index 61b40544ba82..b5a9ba07eeef 100644 --- a/app-dicts/myspell-en/Manifest +++ b/app-dicts/myspell-en/Manifest @@ -1 +1,2 @@ DIST dict-en-20160901.oxt 6025820 SHA256 04ed9a2cbfeb42d77519232239e2c850b43b618f41e36dbe6e3389d1bc76676a SHA512 f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0 WHIRLPOOL 7819569189de66e3b988a8168f57246467fe3c64c48030592adffcddd576445db643942e2fd05ce7dde52ce93efaf8b42cf6845a3588545a29c0fa5f643df292 +DIST dict-en-20170101.oxt 5960816 SHA256 0522dcd0692b00d7ef555b5f5582750d5cb8279ac4c70e2b2190cec60169b366 SHA512 fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d WHIRLPOOL afc033e0a07121f5b15b1956393c950d75a42e648e885b3e65eafe8de6d191a105196f7c8a41ab2716ec8ec96bb210455d99fa5fc0b5825b7b0539ec3404c9bc diff --git a/app-dicts/myspell-en/myspell-en-20170101.ebuild b/app-dicts/myspell-en/myspell-en-20170101.ebuild new file mode 100644 index 000000000000..862e5ea7a64c --- /dev/null +++ b/app-dicts/myspell-en/myspell-en-20170101.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="http://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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" |