Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/
Date: Fri, 04 Mar 2016 07:26:26
Message-Id: 1457063076.648e8e39d3f86496ac01932fd30957069e1bb6f6.idella4@gentoo
1 commit: 648e8e39d3f86496ac01932fd30957069e1bb6f6
2 Author: Elizabeth Myers <elizabeth <AT> interlinked <DOT> me>
3 AuthorDate: Fri Mar 4 03:44:05 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 03:44:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648e8e39
7
8 app-dicts/myspell-en: upgrade to 2016.02.01
9
10 app-dicts/myspell-en/myspell-en-2016.02.01.ebuild | 38 +++++++++++++++++++++++
11 1 file changed, 38 insertions(+)
12
13 diff --git a/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
14 new file mode 100644
15 index 0000000..e171129
16 --- /dev/null
17 +++ b/app-dicts/myspell-en/myspell-en-2016.02.01.ebuild
18 @@ -0,0 +1,38 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +MYSPELL_DICT=(
26 + "en_AU.aff"
27 + "en_AU.dic"
28 + "en_CA.aff"
29 + "en_CA.dic"
30 + "en_GB.aff"
31 + "en_GB.dic"
32 + "en_US.aff"
33 + "en_US.dic"
34 + "en_ZA.aff"
35 + "en_ZA.dic"
36 +)
37 +
38 +MYSPELL_HYPH=(
39 + "hyph_en_GB.dic"
40 +)
41 +
42 +MYSPELL_THES=(
43 + "th_en_US_v2.dat"
44 + "th_en_US_v2.idx"
45 +)
46 +
47 +inherit myspell-r2
48 +
49 +DESCRIPTION="English dictionaries for myspell/hunspell"
50 +HOMEPAGE="http://extensions.libreoffice.org/extension-center/english-dictionaries"
51 +SRC_URI="http://extensions.libreoffice.org/extension-center/english-dictionaries/releases/${PV}/dict-en.oxt"
52 +
53 +LICENSE="GPL-2 LGPL-2.1 Princeton myspell-en_CA-KevinAtkinson"
54 +SLOT="0"
55 +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"
56 +IUSE=""