diff options
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-nl/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-20060316.ebuild | 16 |
2 files changed, 14 insertions, 9 deletions
diff --git a/app-dicts/myspell-nl/ChangeLog b/app-dicts/myspell-nl/ChangeLog index c5cddbbb109e..70599e903ee4 100644 --- a/app-dicts/myspell-nl/ChangeLog +++ b/app-dicts/myspell-nl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-nl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v 1.5 2006/07/08 23:42:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/ChangeLog,v 1.6 2006/07/09 01:15:30 kevquinn Exp $ + + 09 Jul 2006; Kevin F. Quinn <kevquinn@gentoo.org> + myspell-nl-20060316.ebuild: + rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks + Mr_Bones_ for the heads-up 08 Jul 2006; Lars Weiler <pylon@gentoo.org> myspell-nl-20060316.ebuild: Stable on ppc. diff --git a/app-dicts/myspell-nl/myspell-nl-20060316.ebuild b/app-dicts/myspell-nl/myspell-nl-20060316.ebuild index fb501957da36..22a68502ece4 100644 --- a/app-dicts/myspell-nl/myspell-nl-20060316.ebuild +++ b/app-dicts/myspell-nl/myspell-nl-20060316.ebuild @@ -1,16 +1,10 @@ # Copyright 2006-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/myspell-nl-20060316.ebuild,v 1.6 2006/07/08 23:42:41 pylon Exp $ - -DESCRIPTION="Dutch dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://www.goddijn.com/words.htm" - -KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-nl/myspell-nl-20060316.ebuild,v 1.7 2006/07/09 01:15:30 kevquinn Exp $ MYSPELL_SPELLING_DICTIONARIES=( -"nl,NL,nl_med,Dutch (medical),nl_med.zip" "nl,NL,nl_NL,Dutch (Netherlands),nl_NL.zip" +"nl,NL,nl_med,Dutch (medical),nl_med.zip" ) MYSPELL_HYPHENATION_DICTIONARIES=( @@ -21,3 +15,9 @@ MYSPELL_THESAURUS_DICTIONARIES=( ) inherit myspell + +DESCRIPTION="Dutch dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://www.goddijn.com/words.htm" + +KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" |