diff options
author | thang <thang@localhost.(none)> | 2011-12-09 23:12:58 +0700 |
---|---|---|
committer | thang <thang@localhost.(none)> | 2011-12-09 23:12:58 +0700 |
commit | 385d7d9e8693873cd1616587a55d972e6fc4fbba (patch) | |
tree | 6c1308b25a09cf2f9b4c127fd7b44701b6ce1724 | |
download | gentoo-vn-385d7d9e8693873cd1616587a55d972e6fc4fbba.tar.gz gentoo-vn-385d7d9e8693873cd1616587a55d972e6fc4fbba.tar.bz2 gentoo-vn-385d7d9e8693873cd1616587a55d972e6fc4fbba.zip |
myspell dict
-rw-r--r-- | app-dicts/myspell-vi/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-vi/myspell-vi-20080604.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/myspell-vi/Manifest b/app-dicts/myspell-vi/Manifest new file mode 100644 index 0000000..694f8cd --- /dev/null +++ b/app-dicts/myspell-vi/Manifest @@ -0,0 +1,2 @@ +DIST vi_VN.zip 20589 RMD160 9b4804941b27dda2a8b0b85e0f8a8bdef3513042 SHA1 c3c8141f5be806624e1804494f3a36aa52772e2b SHA256 28af9fd9964c721ddf11bfc1955bf0bc28cabd467bb7f89a6190446f5e68665d +EBUILD myspell-vi-20080604.ebuild 587 RMD160 64646a770d3c57b70e2fb677bbba985ce291af31 SHA1 2317a191365ab8efef7cea6bdd010a1d1244d73a SHA256 c362c7087436049ab92da9d28cd35d75522e12039d30dbc2f5485464718ab754 diff --git a/app-dicts/myspell-vi/myspell-vi-20080604.ebuild b/app-dicts/myspell-vi/myspell-vi-20080604.ebuild new file mode 100644 index 0000000..e965fb7 --- /dev/null +++ b/app-dicts/myspell-vi/myspell-vi-20080604.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +MYSPELL_SPELLING_DICTIONARIES=( +"vi,VN,vi_VN,Vietnamese (Vietnam),vi_VN.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell +SRC_URI="http://hunspell-spellcheck-vi.googlecode.com/files/vi_VN.zip" +DESCRIPTION="Vietnamese dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://translate.sourceforge.net/" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" |