diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:01:56 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:01:56 +0000 |
commit | 9d1ac8be9862141d093840c348dda197cf46e682 (patch) | |
tree | 4a4c811f31dd3faf45f06fdb54d0d85850cca68d /app-dicts/myspell-he | |
parent | Made dependency on games-fps/quake3-data conditional on USE=cdinstall (I thou... (diff) | |
download | historical-9d1ac8be9862141d093840c348dda197cf46e682.tar.gz historical-9d1ac8be9862141d093840c348dda197cf46e682.tar.bz2 historical-9d1ac8be9862141d093840c348dda197cf46e682.zip |
New ebuild for Hebrew myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts/myspell-he')
-rw-r--r-- | app-dicts/myspell-he/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-he/files/digest-myspell-he-20060316 | 3 | ||||
-rw-r--r-- | app-dicts/myspell-he/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-he/myspell-he-20060316.ebuild | 21 |
4 files changed, 40 insertions, 0 deletions
diff --git a/app-dicts/myspell-he/ChangeLog b/app-dicts/myspell-he/ChangeLog new file mode 100644 index 000000000000..bc92e7a1da85 --- /dev/null +++ b/app-dicts/myspell-he/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-he +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/ChangeLog,v 1.1 2006/05/01 16:01:56 kevquinn Exp $ + +*myspell-he-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-he-20060316.ebuild: + New ebuild for Hebrew myspell dictionary + diff --git a/app-dicts/myspell-he/files/digest-myspell-he-20060316 b/app-dicts/myspell-he/files/digest-myspell-he-20060316 new file mode 100644 index 000000000000..e3e47b5d5b71 --- /dev/null +++ b/app-dicts/myspell-he/files/digest-myspell-he-20060316 @@ -0,0 +1,3 @@ +MD5 3589957efcec6096fd9dfe875ddd305f myspell-he_IL-20060316.zip 835991 +RMD160 e40415e0107020f6d204b31c7059c8c702815958 myspell-he_IL-20060316.zip 835991 +SHA256 dc1230ddefe8a4ebde4a28539a0c2db641a897d3f534e21192a1ae947258b545 myspell-he_IL-20060316.zip 835991 diff --git a/app-dicts/myspell-he/metadata.xml b/app-dicts/myspell-he/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-he/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-dicts</herd> +<maintainer><email>kevquinn@gentoo.org</email></maintainer> +</pkgmetadata> diff --git a/app-dicts/myspell-he/myspell-he-20060316.ebuild b/app-dicts/myspell-he/myspell-he-20060316.ebuild new file mode 100644 index 000000000000..f98663015670 --- /dev/null +++ b/app-dicts/myspell-he/myspell-he-20060316.ebuild @@ -0,0 +1,21 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-20060316.ebuild,v 1.1 2006/05/01 16:01:56 kevquinn Exp $ + +DESCRIPTION="Hebrew dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://ivrix.org.il/projects/spell-checker/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"he,IL,he_IL,Hebrew (Israel),he_IL.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |