diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:04:19 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:04:19 +0000 |
commit | e801dd2ebd7de492e1fc018f90dded239bd956fc (patch) | |
tree | 3d29a4584d9d7573e605c200c155df47aa3c3b9d /app-dicts | |
parent | New ebuild for Interlingua myspell dictionary (diff) | |
download | historical-e801dd2ebd7de492e1fc018f90dded239bd956fc.tar.gz historical-e801dd2ebd7de492e1fc018f90dded239bd956fc.tar.bz2 historical-e801dd2ebd7de492e1fc018f90dded239bd956fc.zip |
New ebuild for Indonesian myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-id/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-id/files/digest-myspell-id-20060316 | 6 | ||||
-rw-r--r-- | app-dicts/myspell-id/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-id/myspell-id-20060316.ebuild | 22 |
4 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/myspell-id/ChangeLog b/app-dicts/myspell-id/ChangeLog new file mode 100644 index 000000000000..91e30303f990 --- /dev/null +++ b/app-dicts/myspell-id/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-id +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/ChangeLog,v 1.1 2006/05/01 16:04:19 kevquinn Exp $ + +*myspell-id-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-id-20060316.ebuild: + New ebuild for Indonesian myspell dictionary + diff --git a/app-dicts/myspell-id/files/digest-myspell-id-20060316 b/app-dicts/myspell-id/files/digest-myspell-id-20060316 new file mode 100644 index 000000000000..e9339f8abd29 --- /dev/null +++ b/app-dicts/myspell-id/files/digest-myspell-id-20060316 @@ -0,0 +1,6 @@ +MD5 f94557d7e57b22fa7e342f1c5bfe88ef myspell-hyph_id_ID-20060316.zip 40402 +RMD160 d011ddcf8b790a827054495e71c4882b901b824e myspell-hyph_id_ID-20060316.zip 40402 +SHA256 ed8148c37bdd5d4fa612f584529933cb79b5c69666d9e8515c07c0b4af79e424 myspell-hyph_id_ID-20060316.zip 40402 +MD5 fe0ac356fd725cf1d5197e040fb507fc myspell-id_ID-20060316.zip 117899 +RMD160 ce61465362aa9739147ec2d606aaa07a50023a72 myspell-id_ID-20060316.zip 117899 +SHA256 0e054cb63c6fa4f1a14f116cf6b941d73c2eb63a964919da26ef97223428578f myspell-id_ID-20060316.zip 117899 diff --git a/app-dicts/myspell-id/metadata.xml b/app-dicts/myspell-id/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-id/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-id/myspell-id-20060316.ebuild b/app-dicts/myspell-id/myspell-id-20060316.ebuild new file mode 100644 index 000000000000..fe83ad6cb567 --- /dev/null +++ b/app-dicts/myspell-id/myspell-id-20060316.ebuild @@ -0,0 +1,22 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-id/myspell-id-20060316.ebuild,v 1.1 2006/05/01 16:04:19 kevquinn Exp $ + +DESCRIPTION="Indonesian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"id,ID,id_ID,Indonesian (Indonesia),id_ID.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"id,ID,hyph_id_ID,Indonesian (Indonesia),hyph_id_ID.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |