diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-01-13 01:46:52 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-01-13 02:02:32 +1100 |
commit | 20cd72eaad6252ea5a848589c50e67ab8f2899a5 (patch) | |
tree | bcea3fd27bb58ed29a5cecb7132a05853de9414a /app-dicts | |
parent | app-dicts/myspell-de: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-20cd72eaad6252ea5a848589c50e67ab8f2899a5.tar.gz gentoo-20cd72eaad6252ea5a848589c50e67ab8f2899a5.tar.bz2 gentoo-20cd72eaad6252ea5a848589c50e67ab8f2899a5.zip |
app-dicts/myspell-el: version bump 0.9
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-el/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-el/myspell-el-0.9.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-dicts/myspell-el/Manifest b/app-dicts/myspell-el/Manifest index c0047f69c0b2..0a48e1e5a8af 100644 --- a/app-dicts/myspell-el/Manifest +++ b/app-dicts/myspell-el/Manifest @@ -1,2 +1,3 @@ DIST el_GR-0.8.zip 1532950 SHA256 fe7ae86b632daf3248bda61333a7691805c140de88eb85f86d48dda103a4448c SHA512 b8209890259dc0c003cf3219363f2270eb879cc8b6f34752b1b49ce07cd7461e0d948faf39b5b54760ad36c29264632f0fa2b4c91fec40d3e44cebf3789c42fb WHIRLPOOL e3b581852b6ebdf5477d5b13bf1733b9825182d047347f47b3d440de397d4d361985285208d1af539a5282910ebd3e6fcef910137870235e94d1539d797aa65d +DIST el_GR-0.9.zip 2120747 SHA256 638984ed883a313ee1633bfe87ba6260b4c7771f22c1a0113d3d49138be8eead SHA512 8eb9d951bab3caf09f53e7ee98ff155ade8d9198533264ebdd53b413e38d9b84e5101938c1abb3e220e0764c98186fb2f5480be50e98e7effb7bcc8c961eaa49 WHIRLPOOL 1ac6ec72df5bb1c77801059e9e05cbded2750b910ff8291f8a24fb78b6e50d8e71524f92ad2f3628ed7be940a60c9f57e3fcc4afd2de278b8e7c3d990b69321e DIST hyph_el.zip 2224 SHA256 e3cb11a1505d3d74f7e229892c753bcca024534af14bd6f47cbda080dbb6d4e3 SHA512 259a1ad3b4f38cf6aa67027cd3354488b298375450ed99b07e4ea8d355e90211caabfc40ce71af73e5d354348541bf8a486aecced23f75a4fe9abb8f6c2ac3c3 WHIRLPOOL 17c8f3de60ff7ba6fb17ab691466e2fe7591338e9df60bd3cabce67a6ef769cbf6a23b718d69eda6f97e1b5580685f4c052bca35a59eb955a14f2f2b9e4667d7 diff --git a/app-dicts/myspell-el/myspell-el-0.9.ebuild b/app-dicts/myspell-el/myspell-el-0.9.ebuild new file mode 100644 index 000000000000..bce48ebca618 --- /dev/null +++ b/app-dicts/myspell-el/myspell-el-0.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MYSPELL_DICT=( + "el_GR.aff" + "el_GR.dic" +) + +MYSPELL_HYPH=( + "hyph_el.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Greek dictionaries for myspell/hunspell" +HOMEPAGE="http://elspell.math.upatras.gr" +SRC_URI="${HOMEPAGE}/files/ooffice/el_GR-${PV}.zip ${HOMEPAGE}/files/ooffice/hyph_el.zip" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |