diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:05:08 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:05:08 +0000 |
commit | 56f2c405634a8200b9e3bfd0f10ff2ee0cb213fa (patch) | |
tree | 23524ae122bd2050419e5d2a3dcf853a7e2ba043 /app-dicts/myspell-it | |
parent | New ebuild for Indonesian myspell dictionary (diff) | |
download | historical-56f2c405634a8200b9e3bfd0f10ff2ee0cb213fa.tar.gz historical-56f2c405634a8200b9e3bfd0f10ff2ee0cb213fa.tar.bz2 historical-56f2c405634a8200b9e3bfd0f10ff2ee0cb213fa.zip |
New ebuild for Italian myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts/myspell-it')
-rw-r--r-- | app-dicts/myspell-it/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-it/files/digest-myspell-it-20060316 | 9 | ||||
-rw-r--r-- | app-dicts/myspell-it/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-it/myspell-it-20060316.ebuild | 25 |
4 files changed, 50 insertions, 0 deletions
diff --git a/app-dicts/myspell-it/ChangeLog b/app-dicts/myspell-it/ChangeLog new file mode 100644 index 000000000000..49cc1a1c41f4 --- /dev/null +++ b/app-dicts/myspell-it/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-it +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/ChangeLog,v 1.1 2006/05/01 16:05:08 kevquinn Exp $ + +*myspell-it-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-it-20060316.ebuild: + New ebuild for Italian myspell dictionary + diff --git a/app-dicts/myspell-it/files/digest-myspell-it-20060316 b/app-dicts/myspell-it/files/digest-myspell-it-20060316 new file mode 100644 index 000000000000..6a63ddca38a5 --- /dev/null +++ b/app-dicts/myspell-it/files/digest-myspell-it-20060316 @@ -0,0 +1,9 @@ +MD5 db546e7bb7cf72fc3c751e70f83ed659 myspell-hyph_it_IT-20060316.zip 1603 +RMD160 3fc1cbb64dda685c1c163b6314c9852e40a676ca myspell-hyph_it_IT-20060316.zip 1603 +SHA256 53cc217f7c907445ad24bc852c7c86dd1ae929588517158c791b86d613733b41 myspell-hyph_it_IT-20060316.zip 1603 +MD5 765ffda3d2dadf67da29611819289be5 myspell-it_IT-20060316.zip 370114 +RMD160 fbeaff477e03464341323d228c27741381bbf364 myspell-it_IT-20060316.zip 370114 +SHA256 320cf98a155778ce6847dc3afadfc45b0d0ee85f28678c506b0a53ac4645dc06 myspell-it_IT-20060316.zip 370114 +MD5 52ab1f91dbf6ae75c509f0dc995e20de myspell-la-20060316.zip 57218 +RMD160 478a5a9abfe93fd813517fa6ff37c5c729c95ca6 myspell-la-20060316.zip 57218 +SHA256 06090d920cfa9d19390cb59a43c55f01ac1d6b87ea1fe91b6c5c2d0fe4d28c1f myspell-la-20060316.zip 57218 diff --git a/app-dicts/myspell-it/metadata.xml b/app-dicts/myspell-it/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-it/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-it/myspell-it-20060316.ebuild b/app-dicts/myspell-it/myspell-it-20060316.ebuild new file mode 100644 index 000000000000..b2e5bce5246d --- /dev/null +++ b/app-dicts/myspell-it/myspell-it-20060316.ebuild @@ -0,0 +1,25 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-it/myspell-it-20060316.ebuild,v 1.1 2006/05/01 16:05:08 kevquinn Exp $ + +DESCRIPTION="Italian dictionaries for myspell/hunspell" +LICENSE="GPL-2 LPPL-1.3b" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://sourceforge.net/projects/linguistico/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"it,IT,it_IT,Italian (Italy),it_IT.zip" +"it,CH,it_IT,Italian (Switzerland),it_IT.zip" +"it,IT,la,Latin (for x-register),la.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"it,IT,hyph_it_IT,Italian (Italy),hyph_it_IT.zip" +"it,CH,hyph_it_IT,Italian (Switzerland),hyph_it_IT.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |