diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 11:12:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 11:12:47 +0000 |
commit | ea8239ff881eb668805dfa432f2d92d43f68c6b9 (patch) | |
tree | a7bc9b9a4e76eb615186b85c03ed4d38cb48358a /app-dicts/myspell-he/myspell-he-2010.11.05.ebuild | |
parent | Sync mysql and mysql-v2 eclasses from the mysql overlay. (diff) | |
download | gentoo-2-ea8239ff881eb668805dfa432f2d92d43f68c6b9.tar.gz gentoo-2-ea8239ff881eb668805dfa432f2d92d43f68c6b9.tar.bz2 gentoo-2-ea8239ff881eb668805dfa432f2d92d43f68c6b9.zip |
Bump to latest release and use upstream versioning.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-he/myspell-he-2010.11.05.ebuild')
-rw-r--r-- | app-dicts/myspell-he/myspell-he-2010.11.05.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild b/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild new file mode 100644 index 000000000000..65434c74c869 --- /dev/null +++ b/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-2010.11.05.ebuild,v 1.1 2012/07/23 11:12:46 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "he_IL.aff" + "he_IL.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Hebrew dictionaries for myspell/hunspell" +HOMEPAGE=" + http://extensions.libreoffice.org/extension-center/hebrew-he-spell-check-dictionary +" +SRC_URI=" + http://extensions.libreoffice.org/extension-center/hebrew-he-spell-check-dictionary/releases/${PV//./-}/hebrew-dictionary -> ${P}.oxt +" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |