diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-09 18:43:16 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-09 18:43:16 +0000 |
commit | a28ae154fb002d9cfee8a9d845218bd62c63e75d (patch) | |
tree | 7e7477adefdb74e281b460b98f334e097aa9f7ca /app-dicts/myspell-hu/myspell-hu-20060509.ebuild | |
parent | CVS snapshot with SMP support, #131797 thanks to Miroslaw Mieszczak. (diff) | |
download | gentoo-2-a28ae154fb002d9cfee8a9d845218bd62c63e75d.tar.gz gentoo-2-a28ae154fb002d9cfee8a9d845218bd62c63e75d.tar.bz2 gentoo-2-a28ae154fb002d9cfee8a9d845218bd62c63e75d.zip |
Version bump; use real upstream rather than OpenOffice.org repository. Many thanks to Andras - bug #132256
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'app-dicts/myspell-hu/myspell-hu-20060509.ebuild')
-rw-r--r-- | app-dicts/myspell-hu/myspell-hu-20060509.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-dicts/myspell-hu/myspell-hu-20060509.ebuild b/app-dicts/myspell-hu/myspell-hu-20060509.ebuild new file mode 100644 index 000000000000..93d29bef2c53 --- /dev/null +++ b/app-dicts/myspell-hu/myspell-hu-20060509.ebuild @@ -0,0 +1,33 @@ +# Copyright 2006-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-hu/myspell-hu-20060509.ebuild,v 1.1 2006/05/09 18:43:16 kevquinn Exp $ + +DESCRIPTION="Hungarian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://magyarispell.sourceforge.net/ + http://huhypn.tipogral.hu/ + http://lingucomponent.openoffice.org/" +SRC_URI="http://magyarispell.sourceforge.net/hu_HU-1.0.tar.gz + http://www.tipogral.hu/download/huhyphn-20050329.tar.gz + mirror://gentoo/myspell-thes_hu_HU-20060316.zip" + +KEYWORDS="~x86" + +MYSPELL_SPELLING_DICTIONARIES=( +"hu,HU,hu_HU_u8,Hungarian (Hungary),hu_HU-1.0.tar.gz" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"hu,HU,hyph_hu,Hungarian (Hungary),huhyphn-20050329.tar.gz" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"hu,HU,th_hu_HU,Hungarian (Hungary),thes_hu_HU.zip" +) + +inherit myspell + +src_unpack() { + unpack ${A} + mv */* . +} |