Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-sw/
Date: Tue, 27 Mar 2018 22:30:50
Message-Id: 1522189807.3fb4e82efe707e5210c45f806286949ce1e0649d.bman@gentoo
1 commit: 3fb4e82efe707e5210c45f806286949ce1e0649d
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Mon Mar 26 18:55:37 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 22:30:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb4e82e
7
8 app-dicts/myspell-sw: version bump
9
10 EAPI 6 and myspell-r2
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 app-dicts/myspell-sw/Manifest | 1 +
15 app-dicts/myspell-sw/myspell-sw-20110106.ebuild | 28 +++++++++++++++++++++++++
16 2 files changed, 29 insertions(+)
17
18 diff --git a/app-dicts/myspell-sw/Manifest b/app-dicts/myspell-sw/Manifest
19 index cf596949910..952aa92b514 100644
20 --- a/app-dicts/myspell-sw/Manifest
21 +++ b/app-dicts/myspell-sw/Manifest
22 @@ -1 +1,2 @@
23 +DIST myspell-sw-20110106.oxt 423064 BLAKE2B 32e74434714c62b4f5248775ac0ca0262d774a339c84899c822d0099ba1d90830620f748796d246373b566f5b1bbeddbb0b46fd3cf5d9c02168e2f0c18263dbf SHA512 734e760fb3ed95905f7ececc38ad3d4d87f77d5a953e5427d6d242ec73567a35311fea26d1298edb5d1650d6e07a6859c82bff8a6f309d226307873067cc7e98
24 DIST myspell-sw_KE-20060316.zip 193118 BLAKE2B c71dc2b85a360e89f824b5df299c424ecc4f5dd198a6213a29f26d78e436fc899f1febc015700eaa63c13295a818633934af15f8cf874773ab01cd5f6d4d1121 SHA512 0ba002f3264ef66d1caa938640fb26709cf2ec45b65f73982311924b2a317bc8ed73bc8942569ab68d54bfe6b8a5f57e869473ea60de790707fe430eaa24b8d4
25
26 diff --git a/app-dicts/myspell-sw/myspell-sw-20110106.ebuild b/app-dicts/myspell-sw/myspell-sw-20110106.ebuild
27 new file mode 100644
28 index 00000000000..e8165797464
29 --- /dev/null
30 +++ b/app-dicts/myspell-sw/myspell-sw-20110106.ebuild
31 @@ -0,0 +1,28 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +MYSPELL_DICT=(
38 + "sw_KE.aff"
39 + "sw_KE.dic"
40 + "sw_TZ.aff"
41 + "sw_TZ.dic"
42 +)
43 +
44 +MYSPELL_HYPH=(
45 +)
46 +
47 +MYSPELL_THES=(
48 +)
49 +
50 +inherit myspell-r2
51 +
52 +DESCRIPTION="Kiswahili dictionaries for myspell/hunspell"
53 +LICENSE="LGPL-2.1"
54 +HOMEPAGE="https://extensions.openoffice.org/en/project/swahili-dictionary"
55 +SRC_URI="mirror://sourceforge/aoo-extensions/dicts.sw.oxt -> ${P}.oxt"
56 +
57 +SLOT="0"
58 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
59 +IUSE=""