diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-29 16:53:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-29 16:53:27 +0100 |
commit | 1173ad5704ce725916e0c332416aff326d850d06 (patch) | |
tree | d48d60977ce19864893dfb2222bf2982ffb4262a /app-dicts/myspell-sw | |
parent | 8c364c784966be1700ea39ae45028f3e9be9cae0 (diff) |
gentoo resync : 29.03.2018
Diffstat (limited to 'app-dicts/myspell-sw')
-rw-r--r-- | app-dicts/myspell-sw/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-sw/myspell-sw-20110106.ebuild | 28 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-dicts/myspell-sw/Manifest b/app-dicts/myspell-sw/Manifest index 31c657857213..bc8ffb847acf 100644 --- a/app-dicts/myspell-sw/Manifest +++ b/app-dicts/myspell-sw/Manifest @@ -1,3 +1,5 @@ +DIST myspell-sw-20110106.oxt 423064 BLAKE2B 32e74434714c62b4f5248775ac0ca0262d774a339c84899c822d0099ba1d90830620f748796d246373b566f5b1bbeddbb0b46fd3cf5d9c02168e2f0c18263dbf SHA512 734e760fb3ed95905f7ececc38ad3d4d87f77d5a953e5427d6d242ec73567a35311fea26d1298edb5d1650d6e07a6859c82bff8a6f309d226307873067cc7e98 DIST myspell-sw_KE-20060316.zip 193118 BLAKE2B c71dc2b85a360e89f824b5df299c424ecc4f5dd198a6213a29f26d78e436fc899f1febc015700eaa63c13295a818633934af15f8cf874773ab01cd5f6d4d1121 SHA512 0ba002f3264ef66d1caa938640fb26709cf2ec45b65f73982311924b2a317bc8ed73bc8942569ab68d54bfe6b8a5f57e869473ea60de790707fe430eaa24b8d4 EBUILD myspell-sw-20060316.ebuild 499 BLAKE2B 8f308be9f263539c21974cd84f810c2dac5b4ce60f2defeb55f08d96de403c221febb4ffd8f3976cb8daaf567c398988254ba3ca6f033807ebcb00a9979cdcaf SHA512 7f78b2e66370befedd3f4f31a4ca53a6c9d7826a7e876728d1e976fab12f5986195d7353c59a61939ac30c900098f749e76b0c14d95181363d1a5696ad073c3c +EBUILD myspell-sw-20110106.ebuild 588 BLAKE2B 220e35ce43d612052ce60c4eb9fb2034a98a5fb13032f615d253aa6542c86f6030b5f26f183feb5fa4cca48b9cea8ae55e12a1854089e6ffb333dfe589f7e55d SHA512 d07a9ac1cc51a403df299131ddffe08f50b8c8809cfc9afc18af5275b32c56d96265bac4f12b92d27d03589f4c34ce36f398e7ef8dce4508c6513d5ff174f096 MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 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="" |