diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:13:24 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-01 16:13:24 +0000 |
commit | ce18a47ac18c88f60dd0d351c511beb925dfc682 (patch) | |
tree | 7df942ff4c0d7b9086ea6e03a514f934f791c9b7 /app-dicts/myspell-pl | |
parent | New ebuild for Norwegian myspell dictionary (diff) | |
download | historical-ce18a47ac18c88f60dd0d351c511beb925dfc682.tar.gz historical-ce18a47ac18c88f60dd0d351c511beb925dfc682.tar.bz2 historical-ce18a47ac18c88f60dd0d351c511beb925dfc682.zip |
New ebuild for Polish myspell dictionary
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-dicts/myspell-pl')
-rw-r--r-- | app-dicts/myspell-pl/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/myspell-pl/files/digest-myspell-pl-20060316 | 9 | ||||
-rw-r--r-- | app-dicts/myspell-pl/metadata.xml | 6 | ||||
-rw-r--r-- | app-dicts/myspell-pl/myspell-pl-20060316.ebuild | 23 |
4 files changed, 48 insertions, 0 deletions
diff --git a/app-dicts/myspell-pl/ChangeLog b/app-dicts/myspell-pl/ChangeLog new file mode 100644 index 000000000000..a41ccb60b083 --- /dev/null +++ b/app-dicts/myspell-pl/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/myspell-pl +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pl/ChangeLog,v 1.1 2006/05/01 16:13:24 kevquinn Exp $ + +*myspell-pl-20060316 (01 May 2006) + + 01 May 2006; Kevin F. Quinn <kevquinn@gentoo.org> +metadata.xml, + +myspell-pl-20060316.ebuild: + New ebuild for Polish myspell dictionary + diff --git a/app-dicts/myspell-pl/files/digest-myspell-pl-20060316 b/app-dicts/myspell-pl/files/digest-myspell-pl-20060316 new file mode 100644 index 000000000000..dd3ca4789b6c --- /dev/null +++ b/app-dicts/myspell-pl/files/digest-myspell-pl-20060316 @@ -0,0 +1,9 @@ +MD5 90add9e0ebc002b04a44079cef529ef9 myspell-hyph_pl_PL-20060316.zip 11282 +RMD160 9fbe126f45187fdfec1fb83d5b1c36a2bae5b1ff myspell-hyph_pl_PL-20060316.zip 11282 +SHA256 e71c4c0c1975d461d9333f4a22cd0f449ec6dfe3cf6270dc89d5b78023384a86 myspell-hyph_pl_PL-20060316.zip 11282 +MD5 ac74a0749a4c7df3d1a460f94233f756 myspell-pl_PL-20060316.zip 779421 +RMD160 e7a1d612130927480a09dda21349993f1e8b3622 myspell-pl_PL-20060316.zip 779421 +SHA256 4e413bd0a85f67f306fda8420d95822a339ba3efd615ad1ad66b212885686a50 myspell-pl_PL-20060316.zip 779421 +MD5 c4651b317a5f90f96e2428ea18d3ce70 myspell-thes_pl_PL-20060316.zip 380532 +RMD160 48313350a59b729c1508deecd9dfab38f154b2af myspell-thes_pl_PL-20060316.zip 380532 +SHA256 1eca943a97a551ef6d7a04ca7adcc09f7aec33ae6d09e9fd8825fec4e7ddc5fd myspell-thes_pl_PL-20060316.zip 380532 diff --git a/app-dicts/myspell-pl/metadata.xml b/app-dicts/myspell-pl/metadata.xml new file mode 100644 index 000000000000..68a044041053 --- /dev/null +++ b/app-dicts/myspell-pl/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-pl/myspell-pl-20060316.ebuild b/app-dicts/myspell-pl/myspell-pl-20060316.ebuild new file mode 100644 index 000000000000..19f6d1d86d39 --- /dev/null +++ b/app-dicts/myspell-pl/myspell-pl-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-pl/myspell-pl-20060316.ebuild,v 1.1 2006/05/01 16:13:24 kevquinn Exp $ + +DESCRIPTION="Polish dictionaries for myspell/hunspell" +LICENSE="CCPL-ShareAlike-1.0 LGPL-2.1 GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://www.kurnik.pl/dictionary/ http://synonimy.sourceforge.net/" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"pl,PL,pl_PL,Polish (Poland),pl_PL.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"pl,PL,hyph_pl_PL,Polish (Poland),hyph_pl_PL.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"pl,PL,th_pl_PL,Polish (Poland),thes_pl_PL.zip" +) + +inherit myspell |