diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-26 13:55:37 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:07 -0400 |
commit | 3fb4e82efe707e5210c45f806286949ce1e0649d (patch) | |
tree | 4c150a9f871c0323eb8a90f0870f502c24880804 /app-dicts/myspell-sw | |
parent | app-dicts/myspell-ms: version bump (diff) | |
download | gentoo-3fb4e82efe707e5210c45f806286949ce1e0649d.tar.gz gentoo-3fb4e82efe707e5210c45f806286949ce1e0649d.tar.bz2 gentoo-3fb4e82efe707e5210c45f806286949ce1e0649d.zip |
app-dicts/myspell-sw: version bump
EAPI 6 and myspell-r2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-dicts/myspell-sw')
-rw-r--r-- | app-dicts/myspell-sw/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-sw/myspell-sw-20110106.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-sw/Manifest b/app-dicts/myspell-sw/Manifest index cf596949910f..952aa92b514a 100644 --- a/app-dicts/myspell-sw/Manifest +++ b/app-dicts/myspell-sw/Manifest @@ -1 +1,2 @@ +DIST myspell-sw-20110106.oxt 423064 BLAKE2B 32e74434714c62b4f5248775ac0ca0262d774a339c84899c822d0099ba1d90830620f748796d246373b566f5b1bbeddbb0b46fd3cf5d9c02168e2f0c18263dbf SHA512 734e760fb3ed95905f7ececc38ad3d4d87f77d5a953e5427d6d242ec73567a35311fea26d1298edb5d1650d6e07a6859c82bff8a6f309d226307873067cc7e98 DIST myspell-sw_KE-20060316.zip 193118 BLAKE2B c71dc2b85a360e89f824b5df299c424ecc4f5dd198a6213a29f26d78e436fc899f1febc015700eaa63c13295a818633934af15f8cf874773ab01cd5f6d4d1121 SHA512 0ba002f3264ef66d1caa938640fb26709cf2ec45b65f73982311924b2a317bc8ed73bc8942569ab68d54bfe6b8a5f57e869473ea60de790707fe430eaa24b8d4 diff --git a/app-dicts/myspell-sw/myspell-sw-20110106.ebuild b/app-dicts/myspell-sw/myspell-sw-20110106.ebuild new file mode 100644 index 000000000000..e81657974645 --- /dev/null +++ b/app-dicts/myspell-sw/myspell-sw-20110106.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "sw_KE.aff" + "sw_KE.dic" + "sw_TZ.aff" + "sw_TZ.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Kiswahili dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="https://extensions.openoffice.org/en/project/swahili-dictionary" +SRC_URI="mirror://sourceforge/aoo-extensions/dicts.sw.oxt -> ${P}.oxt" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |