diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-26 13:17:09 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:02 -0400 |
commit | daa72044252ec1a8c24f75b48a92216da388fd1f (patch) | |
tree | ff94eed3f2b86df132313e6d1a7c806204857d2d /app-dicts | |
parent | app-dicts/myspell-hr: version bump (diff) | |
download | gentoo-daa72044252ec1a8c24f75b48a92216da388fd1f.tar.gz gentoo-daa72044252ec1a8c24f75b48a92216da388fd1f.tar.bz2 gentoo-daa72044252ec1a8c24f75b48a92216da388fd1f.zip |
app-dicts/myspell-ia: 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-ia/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-ia/myspell-ia-20140518.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-dicts/myspell-ia/Manifest b/app-dicts/myspell-ia/Manifest index ec8e20abb633..795fa9cdfd65 100644 --- a/app-dicts/myspell-ia/Manifest +++ b/app-dicts/myspell-ia/Manifest @@ -1,2 +1,3 @@ DIST myspell-hyph_ia_ANY-20060316.zip 2364 BLAKE2B 0d71e8736900e51b2174dfc99dc332c74792082153e59a41b89d6948f5ee776753fb7a2803e505092c76ae821428ba7c169ba7798ba6304e11e51d09b9535456 SHA512 8c74c9a8795f392d460e67aac4aed2c53e080e4a493155369b2b2a85cdb8a440fc4ba6c8dd9ae150bec3bc1a91972ff7d9e1bd26781800e0b127f0284277b534 +DIST myspell-ia-20140518.oxt 224790 BLAKE2B a35c1beb10858ef259f11766dda60b6311a25532e11c983cb75f6bcf9bd4bd21af34b9372ae1e9fc1f64228c3155433868d0388350b10ff47c096f4e11126a1c SHA512 12f0bb5f14f1a7931f04143a670782b5c4764dbf2540da144cd6f1343cd06eba030007108a399f550daaf1f2161831e8f20a7db363d6857639a23a03e644bc4b DIST myspell-ia_ANY-20060316.zip 182850 BLAKE2B 6e8c4adb78faf897dcf1deb529a2e8f2ecffbdfd9f06e945114de9bdbd1adafee89b27cc23b7ecf3172fe267872d318b7dd37046e693b0ba2a8d7088f2d93d8a SHA512 80be07c6ce8184c7005dba109ff089f888d653db2d2431dcadf296e9515ff91370380248405a579eaa410f101560e47cadf076533cda79e9e52f6fb12c98dda0 diff --git a/app-dicts/myspell-ia/myspell-ia-20140518.ebuild b/app-dicts/myspell-ia/myspell-ia-20140518.ebuild new file mode 100644 index 000000000000..3983ff9fc08a --- /dev/null +++ b/app-dicts/myspell-ia/myspell-ia-20140518.ebuild @@ -0,0 +1,29 @@ +# 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=( + "ia.aff" + "ia.dic" +) + +MYSPELL_HYPH=( + "ia-hyph.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Interlingua dictionaries for myspell/hunspell" +LICENSE="GPL-3" +HOMEPAGE="https://extensions.openoffice.org/en/project/interlingua-dictionario-orthographic-e-regulas-de-division-de-parolas" +SRC_URI="mirror://sourceforge/aoo-extensions/dict-ia-${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="" |