diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:02:05 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:02:05 +0000 |
commit | 5f8e7f017ee8ddc2dd8b93d609abca0d8eead03e (patch) | |
tree | 7aac7f103089b3b0d92f53ba9997d2d51afa8126 /app-dicts/myspell-ca | |
parent | rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bone... (diff) | |
download | gentoo-2-5f8e7f017ee8ddc2dd8b93d609abca0d8eead03e.tar.gz gentoo-2-5f8e7f017ee8ddc2dd8b93d609abca0d8eead03e.tar.bz2 gentoo-2-5f8e7f017ee8ddc2dd8b93d609abca0d8eead03e.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-ca')
-rw-r--r-- | app-dicts/myspell-ca/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-ca/myspell-ca-20060316.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/app-dicts/myspell-ca/ChangeLog b/app-dicts/myspell-ca/ChangeLog index a1ab10887a9a..994ea970d85c 100644 --- a/app-dicts/myspell-ca/ChangeLog +++ b/app-dicts/myspell-ca/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-ca # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ca/ChangeLog,v 1.5 2006/07/08 23:42:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ca/ChangeLog,v 1.6 2006/07/09 01:02:05 kevquinn Exp $ + + 09 Jul 2006; Kevin F. Quinn <kevquinn@gentoo.org> + myspell-ca-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-ca-20060316.ebuild: Stable on ppc. diff --git a/app-dicts/myspell-ca/myspell-ca-20060316.ebuild b/app-dicts/myspell-ca/myspell-ca-20060316.ebuild index 66db5d453a3b..5dad9376a40d 100644 --- a/app-dicts/myspell-ca/myspell-ca-20060316.ebuild +++ b/app-dicts/myspell-ca/myspell-ca-20060316.ebuild @@ -1,12 +1,6 @@ # Copyright 2006-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ca/myspell-ca-20060316.ebuild,v 1.6 2006/07/08 23:42:41 pylon Exp $ - -DESCRIPTION="Catalan dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/" - -KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ca/myspell-ca-20060316.ebuild,v 1.7 2006/07/09 01:02:05 kevquinn Exp $ MYSPELL_SPELLING_DICTIONARIES=( "ca,ES,ca_ES,Catalan (Spain),ca_ES.zip" @@ -19,3 +13,9 @@ MYSPELL_THESAURUS_DICTIONARIES=( ) inherit myspell + +DESCRIPTION="Catalan dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" |