| 1 |
aballier |
1.18 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
kevquinn |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
scarabeus |
1.19 |
# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-uk/myspell-uk-20060316.ebuild,v 1.18 2012/05/17 18:31:15 aballier Exp $
|
| 4 |
kevquinn |
1.1 |
|
| 5 |
|
|
MYSPELL_SPELLING_DICTIONARIES=(
|
| 6 |
|
|
"uk,UA,uk_UA,Ukrainian (Ukraine),uk_UA.zip"
|
| 7 |
|
|
)
|
| 8 |
|
|
|
| 9 |
|
|
MYSPELL_HYPHENATION_DICTIONARIES=(
|
| 10 |
|
|
"uk,UA,hyph_uk_UA,Ukrainian (Ukraine),hyph_uk_UA.zip"
|
| 11 |
|
|
)
|
| 12 |
|
|
|
| 13 |
|
|
MYSPELL_THESAURUS_DICTIONARIES=(
|
| 14 |
|
|
)
|
| 15 |
|
|
|
| 16 |
|
|
inherit myspell
|
| 17 |
kevquinn |
1.7 |
|
| 18 |
|
|
DESCRIPTION="Ukrainian dictionaries for myspell/hunspell"
|
| 19 |
|
|
LICENSE="GPL-2"
|
| 20 |
|
|
HOMEPAGE="http://lingucomponent.openoffice.org/"
|
| 21 |
|
|
|
| 22 |
aballier |
1.18 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
|