Skip to content

Commit

Permalink
Tue Jul 26 20:27:13 +07 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
perfect7gentleman committed Jul 26, 2016
1 parent b8c3d8d commit a976e80
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-dicts/myspell-en/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DIST dict-en-20160501.oxt 6140101 SHA256 64fbf21969a129ce43bf4dfc243a0d4bd75af72eb0ac2a1b9615736d5cf97923 SHA512 d3e0b943d685d54604b9ce9b303e7ea039e428463458688c596faad1fe5cd61b62490473d233dc580fec6692aac39a6de35f94a219ad13b563d8d9af642be7e8 WHIRLPOOL 4a0157c5d8c50eb7dd2c65279ae2dce98734180a9f53a5867409897af9b12dd1a143a419b8c61aa0ccd0b91a62b1726d0b6d74c8f788c11d1e0eec720af32d1f
DIST dict-en-20160701.oxt 6153790 SHA256 728eeb21851599bb66e84f3ea463bbc1232290f37048ec0430d826662a90d806 SHA512 dd8638292d2d1561ffbcf7d4af003602ca1f690d2da7e60d94372bbba7a2132d09a40ae1d937984f2f665b78540738d69943c3531761e764b3621e9853551805 WHIRLPOOL c91de91a7a071da06cdd2ca640f8375f87ff142a573885742c10d40c1c08cd14b9bf739ba83c6ac6cd62e7ae1f2007702ba0061a20c6714fdeca317325e74120
EBUILD myspell-en-20160501.ebuild 978 SHA256 a0b96152a6364e59297b046dc5504461b3f48d6dce67c9245b0422c314a5ec4e SHA512 e78002ec4c521209559f73f9acf7a81de21f4fdb455a55e0a25a7df587e4bf8e0a9a7778d031ec02abee01f366fbd44fc41fe08f26ad0d18ade198fc599215e2 WHIRLPOOL 70cd3c921910878b4b0114c81884f69472012b877da8eb912d11cddb4a624c082565ec7fa274d3061f351d380fd194f5f7e6216c300b911311403cc7e31998ef
EBUILD myspell-en-20160701.ebuild 978 SHA256 a0b96152a6364e59297b046dc5504461b3f48d6dce67c9245b0422c314a5ec4e SHA512 e78002ec4c521209559f73f9acf7a81de21f4fdb455a55e0a25a7df587e4bf8e0a9a7778d031ec02abee01f366fbd44fc41fe08f26ad0d18ade198fc599215e2 WHIRLPOOL 70cd3c921910878b4b0114c81884f69472012b877da8eb912d11cddb4a624c082565ec7fa274d3061f351d380fd194f5f7e6216c300b911311403cc7e31998ef
MISC metadata.xml 448 SHA256 81554f71d1a9caf157f3959339ee39e6c9d9f21d5ae3aa80cb76ab0f6f46a57d SHA512 39215faa3d1f2b09e322dadba0132104d7d4b8559f530353161222ecb9681d4cb90fde27cedd2b4615fcf75d671be83a31e22d221e3c13f29e76443da262f305 WHIRLPOOL adfacd5b1dd7b5b5e773aee639b209cb247f660e2b9b2f1c608e17c7d276bf880b4eac685b379d1144665849f6fb000ef419f83cceadefd83c3b7791f61343ac
40 changes: 40 additions & 0 deletions app-dicts/myspell-en/myspell-en-20160701.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2016 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/extension-center/english-dictionaries"
SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${MY_PV}/dict-en.oxt -> 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=""

0 comments on commit a976e80

Please sign in to comment.