diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-27 00:39:59 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:08 -0400 |
commit | bcb791fe563a921a10ee82200918ecd401ecfa94 (patch) | |
tree | e406659af59d41fae95cff81089a9da901e2e516 /app-dicts | |
parent | app-dicts/myspell-sw: version bump (diff) | |
download | gentoo-bcb791fe563a921a10ee82200918ecd401ecfa94.tar.gz gentoo-bcb791fe563a921a10ee82200918ecd401ecfa94.tar.bz2 gentoo-bcb791fe563a921a10ee82200918ecd401ecfa94.zip |
app-dicts/myspell-zu: version bump
EAPI 6 and myspell-r2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-zu/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-zu/myspell-zu-20100126.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-zu/Manifest b/app-dicts/myspell-zu/Manifest index babad607f149..b51c28ef78ca 100644 --- a/app-dicts/myspell-zu/Manifest +++ b/app-dicts/myspell-zu/Manifest @@ -1 +1,2 @@ +DIST myspell-zu-20100126.oxt 393165 BLAKE2B 0c31ab3746ffece8546415e051641c26f14cac80306e5326cd6616e953c34d810a6b3b9a44860450da720975e6e73bf0b1cc0661b92f95c3005ebdf8dabde3a9 SHA512 0eeafbcfff3459ec65d0fcd3b845d0cf7b1deecc1ce1364fb45cab092b17986971a3518190355e6ce863514df4bf822804cd9006fd40c0bd03eb5ad6129c3b8e DIST myspell-zu_ZA-20060316.zip 290607 BLAKE2B 24952faa606fd7477fdaac81915ad31486fba8ad47533036b578ec281ef6946f2d418442d161f75f69350f722e771a67c40567f74359bd0885b36bbcf80dbc62 SHA512 dd504ef7969657243eb59aa5b85dd988602b5045666cdbf0787d4ebe492ea34d42edd8e4f9b58136e80add420c9ecc577d3285755fff3e17e668580cd2b82937 diff --git a/app-dicts/myspell-zu/myspell-zu-20100126.ebuild b/app-dicts/myspell-zu/myspell-zu-20100126.ebuild new file mode 100644 index 000000000000..0ed05d879cf1 --- /dev/null +++ b/app-dicts/myspell-zu/myspell-zu-20100126.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PV=${PV::4}.${PV:4:2}.${PV:6} + +MYSPELL_DICT=( + "zu_ZA.aff" + "zu_ZA.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Zulu dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="https://extensions.openoffice.org/en/project/zulu-spell-checker" +SRC_URI="mirror://sourceforge/aoo-extensions/dict-zu_za-${MY_PV}.oxt -> ${P}.oxt" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |