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 | |
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')
-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" |