diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-04 16:02:18 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-04 16:02:30 +1000 |
commit | c9f400b2c7130aca213b009c4bdfe4e683057cbf (patch) | |
tree | 4eac4ef1d56efd239534fcc9b8cd9483cd755eb4 /app-dicts/myspell-en | |
parent | x11-themes/smplayer-themes: version bump 17.3.0 (diff) | |
download | gentoo-c9f400b2c7130aca213b009c4bdfe4e683057cbf.tar.gz gentoo-c9f400b2c7130aca213b009c4bdfe4e683057cbf.tar.bz2 gentoo-c9f400b2c7130aca213b009c4bdfe4e683057cbf.zip |
app-dicts/myspell-en: version bump 20170501
Gentoo-bug: 619572
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-dicts/myspell-en')
-rw-r--r-- | app-dicts/myspell-en/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-en/myspell-en-20170501.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest index b5a9ba07eeef..38c6b78c44ca 100644 --- a/app-dicts/myspell-en/Manifest +++ b/app-dicts/myspell-en/Manifest @@ -1,2 +1,3 @@ DIST dict-en-20160901.oxt 6025820 SHA256 04ed9a2cbfeb42d77519232239e2c850b43b618f41e36dbe6e3389d1bc76676a SHA512 f52b1fe8c32c6f7dad389d43f52356ecc989365113593513c61a36ad6fed03c6eab7e08c9a07b281c1a30bdf6dbe2d201bc2ed83c6b1fce1006e16de969a30b0 WHIRLPOOL 7819569189de66e3b988a8168f57246467fe3c64c48030592adffcddd576445db643942e2fd05ce7dde52ce93efaf8b42cf6845a3588545a29c0fa5f643df292 DIST dict-en-20170101.oxt 5960816 SHA256 0522dcd0692b00d7ef555b5f5582750d5cb8279ac4c70e2b2190cec60169b366 SHA512 fae05d3e4bdc9bbd5dda6eb2c0de2f5d0860973e75fe0931bcb0d0e0a5015fb6042beec7f811bee0011f519d13d0f3b52b09fbd906a75340bf311177885ccc1d WHIRLPOOL afc033e0a07121f5b15b1956393c950d75a42e648e885b3e65eafe8de6d191a105196f7c8a41ab2716ec8ec96bb210455d99fa5fc0b5825b7b0539ec3404c9bc +DIST dict-en-20170501.oxt 5964856 SHA256 942d38f685eff64d1c97edb0b50fe938e66b0ee1d6117ca104ebdd7ae7edc123 SHA512 df8b2f15903d650b5fe9499dd278d2831f98aba421e83d38e7807e42c3c2304fc7921f12663589a7195de6d298be6103e3f7a58b15755512bd1db0e4c4f7c5d5 WHIRLPOOL ad71ec4dde9f380b43262d719c8247c31e9953c50df0093ef57b81b08ce26c70989454f27c1d789e5bdc2523deab68bdbfdcc2b158d5c66123baf45b088d67f4 diff --git a/app-dicts/myspell-en/myspell-en-20170501.ebuild b/app-dicts/myspell-en/myspell-en-20170501.ebuild new file mode 100644 index 000000000000..4a22cb35078f --- /dev/null +++ b/app-dicts/myspell-en/myspell-en-20170501.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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="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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" |