diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-01-13 02:02:18 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-01-13 02:02:33 +1100 |
commit | d0ff64b2f256a5d55235326af3fbfb2dfae6e691 (patch) | |
tree | c4c5d3f8527e111cb8482f1142a96cbd76300a05 /app-dicts/myspell-he | |
parent | app-dicts/myspell-el: version bump 0.9 (diff) | |
download | gentoo-d0ff64b2f256a5d55235326af3fbfb2dfae6e691.tar.gz gentoo-d0ff64b2f256a5d55235326af3fbfb2dfae6e691.tar.bz2 gentoo-d0ff64b2f256a5d55235326af3fbfb2dfae6e691.zip |
app-dicts/myspell-he: version bump 2012.08.15
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-dicts/myspell-he')
-rw-r--r-- | app-dicts/myspell-he/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-he/myspell-he-2012.08.15.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/myspell-he/Manifest b/app-dicts/myspell-he/Manifest index dcf5104ac99f..a11333b7f0ad 100644 --- a/app-dicts/myspell-he/Manifest +++ b/app-dicts/myspell-he/Manifest @@ -1 +1,2 @@ +DIST dict-he-2012-08-15.oxt 882585 SHA256 db5f503e82d5b9e346b35234d27d86d9762d7ea7ee6abe4331e6b77ba607bc93 SHA512 418feb49dba0ec97b63c44909ca8d2192c4c78ed59b9440d3962d6e2095db11f03c3598533c8fecd9cf46f098e96008b8cc298172ab08cc6b24b7df5623438c7 WHIRLPOOL ecff531a92a8e6c553a87ec7150cb8aa054b7efa56942f7d049bc8647722a4d6b5f80131273bbde5cd442be32cf031dca828813fd0408041fd677032db7abea9 DIST myspell-he-2010.11.05.oxt 631099 SHA256 f473f12f7f260ea1fee32954577fde38812af1c77a3c4221faf3d0d1facf074b SHA512 c6c4fe6a8b69b6898c441472ed91ecc8e03a02abe795895eb4dd4f06f2ae9a96ff809323922990d518a2f59218e04aaf931b278d0c76ee0b50e75af9a84aff4f WHIRLPOOL 0c8258b8921b9be43461a76d63c98b1c69e34278828d9a45d414c30f6d71e3018e14668893b832c53eba8fe1e373a8ff85931c2dd6fc5de275fa1f74eff05c4e diff --git a/app-dicts/myspell-he/myspell-he-2012.08.15.ebuild b/app-dicts/myspell-he/myspell-he-2012.08.15.ebuild new file mode 100644 index 000000000000..1725b3a740de --- /dev/null +++ b/app-dicts/myspell-he/myspell-he-2012.08.15.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MYSPELL_DICT=( + "he_IL.aff" + "he_IL.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Hebrew dictionaries for myspell/hunspell" +HOMEPAGE="https://extensions.libreoffice.org/extensions/hebrew-he-spell-check-dictionary" +SRC_URI="https://extensions.libreoffice.org/extensions/hebrew-he-spell-check-dictionary/${PV//./-}/@@download/file/dict-he-${PV//./-}.oxt" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |