diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:18:54 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:18:54 +0000 |
commit | 64820aa95dbc62fe2a49cb49462ce2e164b724dd (patch) | |
tree | dca807af46066c5b1b1604221ff22e3549d9523e /app-dicts | |
parent | New ebuild for Kiswahili myspell dictionary (diff) | |
download | historical-64820aa95dbc62fe2a49cb49462ce2e164b724dd.tar.gz historical-64820aa95dbc62fe2a49cb49462ce2e164b724dd.tar.bz2 historical-64820aa95dbc62fe2a49cb49462ce2e164b724dd.zip |
New ebuild for Setswana myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-tn/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-tn/files/digest-myspell-tn-20060316 | 3 | ||||
-rw-r--r-- | app-dicts/myspell-tn/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-tn/myspell-tn-20060316.ebuild | 21 |
4 files changed, 40 insertions, 0 deletions
diff --git a/app-dicts/myspell-tn/ChangeLog b/app-dicts/myspell-tn/ChangeLog new file mode 100644 index 000000000000..f23afdd28a78 --- /dev/null +++ b/app-dicts/myspell-tn/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-tn +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-tn/ChangeLog,v 1.1 2006/05/01 16:18:54 kevquinn Exp $ + +*myspell-tn-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-tn-20060316.ebuild: + New ebuild for Setswana myspell dictionary + diff --git a/app-dicts/myspell-tn/files/digest-myspell-tn-20060316 b/app-dicts/myspell-tn/files/digest-myspell-tn-20060316 new file mode 100644 index 000000000000..d4e55ca83053 --- /dev/null +++ b/app-dicts/myspell-tn/files/digest-myspell-tn-20060316 @@ -0,0 +1,3 @@ +MD5 5f1112e5cb9df8895258d46d4de15b1e myspell-tn_ZA-20060316.zip 17125 +RMD160 a229103dcaf2ef7d555abe691a5c49e9c42b9794 myspell-tn_ZA-20060316.zip 17125 +SHA256 dc4a82c6a8d19d294201962b68ae276f1fbcd6963042bdbd532914124e9be741 myspell-tn_ZA-20060316.zip 17125 diff --git a/app-dicts/myspell-tn/metadata.xml b/app-dicts/myspell-tn/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-tn/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-tn/myspell-tn-20060316.ebuild b/app-dicts/myspell-tn/myspell-tn-20060316.ebuild new file mode 100644 index 000000000000..404517802db2 --- /dev/null +++ b/app-dicts/myspell-tn/myspell-tn-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-tn/myspell-tn-20060316.ebuild,v 1.1 2006/05/01 16:18:54 kevquinn Exp $ + +DESCRIPTION="Setswana dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"tn,ZA,tn_ZA,Setswana (Africa),tn_ZA.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |