forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-dicts/myspell-el: version bump 0.9
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Michael Palimaka
committed
Jan 12, 2017
1 parent
1c8419b
commit 20cd72e
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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="" |