diff options
author | Elizabeth Myers <elizabeth@interlinked.me> | 2016-03-04 02:07:19 -0600 |
---|---|---|
committer | Elizabeth Myers <elizabeth@interlinked.me> | 2016-03-04 02:07:19 -0600 |
commit | 9fe77bee97ecccfd7676d42ad4e1c89346e694b8 (patch) | |
tree | e087b2e3b0fa366d13eeed42ccd078daadfc42bb /app-dicts/myspell-cy | |
parent | app-dicts/myspell-en: minor rename to the saved file for 2016.02.01 (diff) | |
download | gentoo-9fe77bee97ecccfd7676d42ad4e1c89346e694b8.tar.gz gentoo-9fe77bee97ecccfd7676d42ad4e1c89346e694b8.tar.bz2 gentoo-9fe77bee97ecccfd7676d42ad4e1c89346e694b8.zip |
app-dicts/myspell-cy: update to 2013.07.08
Diffstat (limited to 'app-dicts/myspell-cy')
-rw-r--r-- | app-dicts/myspell-cy/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-cy/myspell-cy-2013.07.08.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/myspell-cy/Manifest b/app-dicts/myspell-cy/Manifest index 9749d8049f6b..236ee25c4dc4 100644 --- a/app-dicts/myspell-cy/Manifest +++ b/app-dicts/myspell-cy/Manifest @@ -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 diff --git a/app-dicts/myspell-cy/myspell-cy-2013.07.08.ebuild b/app-dicts/myspell-cy/myspell-cy-2013.07.08.ebuild new file mode 100644 index 000000000000..a13c11151bab --- /dev/null +++ b/app-dicts/myspell-cy/myspell-cy-2013.07.08.ebuild @@ -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="" |