diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-29 19:23:42 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-29 19:23:42 +0000 |
commit | f7d40d7b748978d762a610cb604ce0b520cb1c22 (patch) | |
tree | cf1217703d6cafd170dc09116eeff26e4dbc9337 /app-dicts | |
parent | stable ppc, bug 215074 (diff) | |
download | gentoo-2-f7d40d7b748978d762a610cb604ce0b520cb1c22.tar.gz gentoo-2-f7d40d7b748978d762a610cb604ce0b520cb1c22.tar.bz2 gentoo-2-f7d40d7b748978d762a610cb604ce0b520cb1c22.zip |
Version bump as per bug 179191. Thanks, András, for providing the ebuild.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-hu/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-hu/myspell-hu-20080315.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-dicts/myspell-hu/ChangeLog b/app-dicts/myspell-hu/ChangeLog index b800cd2a90ed..697fae91870a 100644 --- a/app-dicts/myspell-hu/ChangeLog +++ b/app-dicts/myspell-hu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-hu # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-hu/ChangeLog,v 1.20 2008/03/12 12:11:26 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-hu/ChangeLog,v 1.21 2008/03/29 19:23:42 philantrop Exp $ + +*myspell-hu-20080315 (29 Mar 2008) + + 29 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +myspell-hu-20080315.ebuild: + Version bump as per bug 179191. Thanks, András, for providing the ebuild. 12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Removing Kevin Quinn (kevquinn, #93689) from metadata.xml. diff --git a/app-dicts/myspell-hu/myspell-hu-20080315.ebuild b/app-dicts/myspell-hu/myspell-hu-20080315.ebuild new file mode 100644 index 000000000000..f1d1c2c802f0 --- /dev/null +++ b/app-dicts/myspell-hu/myspell-hu-20080315.ebuild @@ -0,0 +1,25 @@ +# Copyright 2006-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-hu/myspell-hu-20080315.ebuild,v 1.1 2008/03/29 19:23:42 philantrop Exp $ + +MYSPELL_SPELLING_DICTIONARIES=( +"hu,HU,hu_HU,Hungarian UTF-8 (Hungary),hu_HU.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"hu,HU,hyph_hu_HU,Hungarian (Hungary),hyph_hu_HU.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"hu,HU,th_hu_HU_v2,Hungarian (Hungary),thes_hu_HU_v2.zip" +) + +inherit myspell + +DESCRIPTION="Hungarian dictionaries for myspell/hunspell" +LICENSE="GPL-3 GPL-2 LGPL-2.1 MPL-1.1" +HOMEPAGE="http://magyarispell.sourceforge.net/ + http://www.tipogral.hu/ + http://wiki.services.openoffice.org/wiki/Dictionaries" + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" |