diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:16:01 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:16:01 +0000 |
commit | 69061f27162b99ffab03edebdf0df5cd78351a14 (patch) | |
tree | e245c1413badb9cbfeb5be4a4399776a3876eb62 /app-dicts/myspell-sl | |
parent | New ebuild for Slovak myspell dictionary (diff) | |
download | historical-69061f27162b99ffab03edebdf0df5cd78351a14.tar.gz historical-69061f27162b99ffab03edebdf0df5cd78351a14.tar.bz2 historical-69061f27162b99ffab03edebdf0df5cd78351a14.zip |
New ebuild for Slovenian myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts/myspell-sl')
-rw-r--r-- | app-dicts/myspell-sl/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-sl/files/digest-myspell-sl-20060316 | 6 | ||||
-rw-r--r-- | app-dicts/myspell-sl/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-sl/myspell-sl-20060316.ebuild | 22 |
4 files changed, 44 insertions, 0 deletions
diff --git a/app-dicts/myspell-sl/ChangeLog b/app-dicts/myspell-sl/ChangeLog new file mode 100644 index 000000000000..1f5651223f7e --- /dev/null +++ b/app-dicts/myspell-sl/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-sl +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-sl/ChangeLog,v 1.1 2006/05/01 16:16:01 kevquinn Exp $ + +*myspell-sl-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-sl-20060316.ebuild: + New ebuild for Slovenian myspell dictionary + diff --git a/app-dicts/myspell-sl/files/digest-myspell-sl-20060316 b/app-dicts/myspell-sl/files/digest-myspell-sl-20060316 new file mode 100644 index 000000000000..c1134ad7ee5f --- /dev/null +++ b/app-dicts/myspell-sl/files/digest-myspell-sl-20060316 @@ -0,0 +1,6 @@ +MD5 1a9ae1d95f0f12a7909c1d4e2c5fd8e1 myspell-hyph_sl_SI-20060316.zip 3655 +RMD160 dc3e5d0b833982ea54914ea393ed6eed8592de91 myspell-hyph_sl_SI-20060316.zip 3655 +SHA256 4b603f37da4bd2c2451009519d0402226e61f44a362ca7a09488aae2f2735b14 myspell-hyph_sl_SI-20060316.zip 3655 +MD5 a79c19d16bc26349bbded16b410616a8 myspell-sl_SI-20060316.zip 1178635 +RMD160 48e2ff43d266a725103d82f881bfb87e9be156d0 myspell-sl_SI-20060316.zip 1178635 +SHA256 4eda7ab75d128c7d4e191c5a0aaedb4c154876c8890a4413164c621d130ac37f myspell-sl_SI-20060316.zip 1178635 diff --git a/app-dicts/myspell-sl/metadata.xml b/app-dicts/myspell-sl/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-sl/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-sl/myspell-sl-20060316.ebuild b/app-dicts/myspell-sl/myspell-sl-20060316.ebuild new file mode 100644 index 000000000000..6a6e32ef65af --- /dev/null +++ b/app-dicts/myspell-sl/myspell-sl-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-sl/myspell-sl-20060316.ebuild,v 1.1 2006/05/01 16:16:01 kevquinn Exp $ + +DESCRIPTION="Slovenian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"sl,SI,sl_SI,Slovenian (Slovenia),sl_SI.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"sl,SI,hyph_sl_SI,Slovenian (Slovenia),hyph_sl_SI.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +) + +inherit myspell |