diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:15:30 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:15:30 +0000 |
commit | 58fc9ecda63b4f233ff3d8dfd36cadaec9e7aaa8 (patch) | |
tree | bfac3653cf6922c2eaea9f9e06f30f3c260ca297 /app-dicts/myspell-nl/myspell-nl-20060316.ebuild | |
parent | rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bone... (diff) | |
download | gentoo-2-58fc9ecda63b4f233ff3d8dfd36cadaec9e7aaa8.tar.gz gentoo-2-58fc9ecda63b4f233ff3d8dfd36cadaec9e7aaa8.tar.bz2 gentoo-2-58fc9ecda63b4f233ff3d8dfd36cadaec9e7aaa8.zip |
rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bones_ for the heads-up
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'app-dicts/myspell-nl/myspell-nl-20060316.ebuild')
-rw-r--r-- | app-dicts/myspell-nl/myspell-nl-20060316.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
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" |