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-cy: update to 2013.07.08
- Loading branch information
Showing
2 changed files
with
28 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 +1,2 @@ | ||
DIST myspell-cy-2013.07.08.oxt 691468 SHA256 6c3c7d09db73a91b8c187377c8ce15b5aeb139ce92a9a1f281a9bb7392b91b29 SHA512 3faa794d0fb62a3f9545afb9740d217b24357be1769082beb8d3fec54fcf5eee9e7ec5b54a316b10e48135db48406d814bdfa3f0448e3c527772fb4e69f17edd WHIRLPOOL 166d5233899a9316709725f6c7e1770e3b4171312cf4c158c30e4a54d14bbf2d96825d0a1a99131822782d6fe2ddf335434ae498cd0fcbc9809054fdac1a4bca | ||
DIST myspell-cy_GB-20060316.zip 690204 SHA256 3ef99256b716a848400734079c5e9851e649a72c936c57a52de90d4269ed41c7 SHA512 f573a1f151c64eade7c2901ed56bec58c4f74a0cd409d2ee27e11a37191c98e0df1d889085110ce7d0c3cb1d8e8244f1915101d17a8ec77a4121411b9fb80870 WHIRLPOOL 3ecec2630a0018fc5c4d0a0de59565530a56c18285045c297ad8bd8dc699b99162d59cad48a8d1aea8c86a8c5f300ea464540fb37fe07726fcbdb376c5b713c3 |
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,27 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
MYSPELL_DICT=( | ||
"cy_GB.aff" | ||
"cy_GB.dic" | ||
) | ||
|
||
MYSPELL_HYPH=( | ||
) | ||
|
||
MYSPELL_THES=( | ||
) | ||
|
||
inherit myspell-r2 | ||
|
||
DESCRIPTION="Welsh dictionaries for myspell/hunspell" | ||
HOMEPAGE="http://extensions.openoffice.org/en/project/gwirydd-sillafu-cymraeg-welsh-language-spell-checker" | ||
SRC_URI="mirror://sourceforge/aoo-extensions/geiriadur-cy.oxt -> ${P}.oxt" | ||
|
||
LICENSE="GPL-2 LGPL-2.1" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" | ||
IUSE="" |