diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:17:51 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:17:51 +0000 |
commit | 0d797b7c39d0e7a2f197a93b48e7f233085464d7 (patch) | |
tree | e7e9191f03e6b6653b220ab5be24ef653f5f2580 /app-dicts | |
parent | New ebuild for Swedish myspell dictionary (diff) | |
download | historical-0d797b7c39d0e7a2f197a93b48e7f233085464d7.tar.gz historical-0d797b7c39d0e7a2f197a93b48e7f233085464d7.tar.bz2 historical-0d797b7c39d0e7a2f197a93b48e7f233085464d7.zip |
New ebuild for Kiswahili myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-sw/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-sw/files/digest-myspell-sw-20060316 | 3 | ||||
-rw-r--r-- | app-dicts/myspell-sw/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-sw/myspell-sw-20060316.ebuild | 21 |
4 files changed, 40 insertions, 0 deletions
diff --git a/app-dicts/myspell-sw/ChangeLog b/app-dicts/myspell-sw/ChangeLog new file mode 100644 index 000000000000..5522a03ac081 --- /dev/null +++ b/app-dicts/myspell-sw/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-sw +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sw/ChangeLog,v 1.1 2006/05/01 16:17:51 kevquinn Exp $ + +*myspell-sw-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-sw-20060316.ebuild: + New ebuild for Kiswahili myspell dictionary + diff --git a/app-dicts/myspell-sw/files/digest-myspell-sw-20060316 b/app-dicts/myspell-sw/files/digest-myspell-sw-20060316 new file mode 100644 index 000000000000..e5ffdb697caa --- /dev/null +++ b/app-dicts/myspell-sw/files/digest-myspell-sw-20060316 @@ -0,0 +1,3 @@ +MD5 af1bb4afd5e46e3624a785d1323ee6a7 myspell-sw_KE-20060316.zip 193118 +RMD160 61737d786c89c70ff774ea60af0eaf43c958343c myspell-sw_KE-20060316.zip 193118 +SHA256 74ffe9d50066acab0a46a06cdd243d3ec09f8f35ab046ff7a0192780d8177095 myspell-sw_KE-20060316.zip 193118 diff --git a/app-dicts/myspell-sw/metadata.xml b/app-dicts/myspell-sw/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-sw/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-sw/myspell-sw-20060316.ebuild b/app-dicts/myspell-sw/myspell-sw-20060316.ebuild new file mode 100644 index 000000000000..78e4721d910f --- /dev/null +++ b/app-dicts/myspell-sw/myspell-sw-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-sw/myspell-sw-20060316.ebuild,v 1.1 2006/05/01 16:17:51 kevquinn Exp $ + +DESCRIPTION="Kiswahili dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"sw,KE,sw_KE,Kiswahili (Africa),sw_KE.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |