diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:11:45 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:11:45 +0000 |
commit | 2c1b679925f83d20ffa09e9da95fe9b00ed71a50 (patch) | |
tree | afa9b81060fd27a9c04583553dddc91115ab6224 /app-dicts/myspell-nl | |
parent | New ebuild for Malay myspell dictionary (diff) | |
download | historical-2c1b679925f83d20ffa09e9da95fe9b00ed71a50.tar.gz historical-2c1b679925f83d20ffa09e9da95fe9b00ed71a50.tar.bz2 historical-2c1b679925f83d20ffa09e9da95fe9b00ed71a50.zip |
New ebuild for Dutch myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts/myspell-nl')
-rw-r--r-- | app-dicts/myspell-nl/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-nl/files/digest-myspell-nl-20060316 | 9 | ||||
-rw-r--r-- | app-dicts/myspell-nl/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-20060316.ebuild | 23 |
4 files changed, 48 insertions, 0 deletions
diff --git a/app-dicts/myspell-nl/ChangeLog b/app-dicts/myspell-nl/ChangeLog new file mode 100644 index 000000000000..0b0c41b58676 --- /dev/null +++ b/app-dicts/myspell-nl/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-nl +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v 1.1 2006/05/01 16:11:45 kevquinn Exp $ + +*myspell-nl-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-nl-20060316.ebuild: + New ebuild for Dutch myspell dictionary + diff --git a/app-dicts/myspell-nl/files/digest-myspell-nl-20060316 b/app-dicts/myspell-nl/files/digest-myspell-nl-20060316 new file mode 100644 index 000000000000..2895048641ea --- /dev/null +++ b/app-dicts/myspell-nl/files/digest-myspell-nl-20060316 @@ -0,0 +1,9 @@ +MD5 6f0b18ce830445ae8337df8913155196 myspell-hyph_nl_NL-20060316.zip 55655 +RMD160 3d2f193503d66171c7cf07fbb3e2ef4a143a7cd2 myspell-hyph_nl_NL-20060316.zip 55655 +SHA256 f48cb8a7ec86b94fe7383fd0c781c83b69c57b595cb10a6a69a5444f4f2368a7 myspell-hyph_nl_NL-20060316.zip 55655 +MD5 23f25d3c2a384bb19936f13c4e0d3490 myspell-nl_NL-20060316.zip 744387 +RMD160 4fa5ccf1cc4ecc2d8aea1e9af79d1202bb01080a myspell-nl_NL-20060316.zip 744387 +SHA256 1ba25f286a53c8ff335f0bb7c138111cc6e9b4b69f328def147aeec4d3588f60 myspell-nl_NL-20060316.zip 744387 +MD5 d577da9e151d3a1d38a150f8e2c7c15a myspell-nl_med-20060316.zip 9140 +RMD160 be989f2affb9a4a6c378182875f6c9b4f1a83212 myspell-nl_med-20060316.zip 9140 +SHA256 c1226669efc540953f7af2f19f32854b02636c3ef0aac5efa6fd0faa4fe44a70 myspell-nl_med-20060316.zip 9140 diff --git a/app-dicts/myspell-nl/metadata.xml b/app-dicts/myspell-nl/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-nl/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-nl/myspell-nl-20060316.ebuild b/app-dicts/myspell-nl/myspell-nl-20060316.ebuild new file mode 100644 index 000000000000..c4b15c403fe5 --- /dev/null +++ b/app-dicts/myspell-nl/myspell-nl-20060316.ebuild @@ -0,0 +1,23 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/myspell-nl-20060316.ebuild,v 1.1 2006/05/01 16:11:45 kevquinn Exp $ + +DESCRIPTION="Dutch dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://www.goddijn.com/words.htm" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"nl,NL,nl_med,Dutch (medical),nl_med.zip" +"nl,NL,nl_NL,Dutch (Netherlands),nl_NL.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"nl,NL,hyph_nl_NL,Dutch (Netherlands), hyph_nl_NL.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |