diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-29 15:17:51 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-29 15:17:51 +0000 |
commit | 4205b5999147626554f696aef64ee0fce386b80f (patch) | |
tree | e6c76a573e8bbd9a4ef27930c14e87fdd761cddd | |
parent | Version bump. Fixes bug #215293 (diff) | |
download | gentoo-2-4205b5999147626554f696aef64ee0fce386b80f.tar.gz gentoo-2-4205b5999147626554f696aef64ee0fce386b80f.tar.bz2 gentoo-2-4205b5999147626554f696aef64ee0fce386b80f.zip |
Version bump as per bug 213069. Thanks, Asbjørn Nilsen Riseth, for providing the ebuilds.
(Portage version: 2.1.4.4)
-rw-r--r-- | app-dicts/myspell-nn/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/myspell-nn/myspell-nn-20080310.ebuild | 23 |
2 files changed, 31 insertions, 1 deletions
diff --git a/app-dicts/myspell-nn/ChangeLog b/app-dicts/myspell-nn/ChangeLog index 4ce53da0f669..230ca04a9753 100644 --- a/app-dicts/myspell-nn/ChangeLog +++ b/app-dicts/myspell-nn/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/myspell-nn # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nn/ChangeLog,v 1.14 2008/03/12 12:37:56 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nn/ChangeLog,v 1.15 2008/03/29 15:17:51 philantrop Exp $ + +*myspell-nn-20080310 (29 Mar 2008) + + 29 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +myspell-nn-20080310.ebuild: + Version bump as per bug 213069. Thanks, Asbjørn Nilsen Riseth, for + providing the ebuilds. 12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Removing Kevin Quinn (kevquinn, #93689) from metadata.xml. diff --git a/app-dicts/myspell-nn/myspell-nn-20080310.ebuild b/app-dicts/myspell-nn/myspell-nn-20080310.ebuild new file mode 100644 index 000000000000..205cf1a3d97f --- /dev/null +++ b/app-dicts/myspell-nn/myspell-nn-20080310.ebuild @@ -0,0 +1,23 @@ +# Copyright 2006-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nn/myspell-nn-20080310.ebuild,v 1.1 2008/03/29 15:17:51 philantrop Exp $ + +MYSPELL_SPELLING_DICTIONARIES=( +"nn,NO,nn_NO,Norwegian nynorsk (Norway),nn_NO.zip" +) + +MYSPELL_HYPHENATION_DICTIONARIES=( +"nn,NO,hyph_nn_NO,Norwegian nynorsk (Norway),hyph_nn_NO.zip" +) + +MYSPELL_THESAURUS_DICTIONARIES=( +"nn,NO,th_nn_NO_v2,Norwegian nynorsk (Norway),th_nn_NO_v2.zip" +) + +inherit myspell + +DESCRIPTION="Norwegian dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://spell-norwegian.alioth.debian.org/" + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" |