diff options
author | Elizabeth Myers <elizabeth@interlinked.me> | 2016-03-17 07:13:31 -0500 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-03-17 20:28:09 +0800 |
commit | 5af516a7d83e2e1f7b6c50cd2c81546b5f6a7d59 (patch) | |
tree | cf2f096983eb9259e09021862cfb267744133c24 /app-dicts/myspell-cy/myspell-cy-20130708.ebuild | |
parent | x11-libs/libva-intel-driver: bump to 1.7.0 (diff) | |
download | gentoo-5af516a7d83e2e1f7b6c50cd2c81546b5f6a7d59.tar.gz gentoo-5af516a7d83e2e1f7b6c50cd2c81546b5f6a7d59.tar.bz2 gentoo-5af516a7d83e2e1f7b6c50cd2c81546b5f6a7d59.zip |
app-dicts/myspell-cy: fix versioning information
Closes: https://github.com/gentoo/gentoo/pull/1071
Cloases Bug #575616
Diffstat (limited to 'app-dicts/myspell-cy/myspell-cy-20130708.ebuild')
-rw-r--r-- | app-dicts/myspell-cy/myspell-cy-20130708.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/myspell-cy/myspell-cy-20130708.ebuild b/app-dicts/myspell-cy/myspell-cy-20130708.ebuild new file mode 100644 index 000000000000..a13c11151bab --- /dev/null +++ b/app-dicts/myspell-cy/myspell-cy-20130708.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="" |