diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:21:29 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:21:29 +0000 |
commit | c4323fc6847e6c5ed0666dae9db6452466e33890 (patch) | |
tree | 1223f71b4bb1902b4bd8ae5368faa163035c0dac /app-dicts/myspell-es | |
parent | Marked stable on mips. (diff) | |
download | historical-c4323fc6847e6c5ed0666dae9db6452466e33890.tar.gz historical-c4323fc6847e6c5ed0666dae9db6452466e33890.tar.bz2 historical-c4323fc6847e6c5ed0666dae9db6452466e33890.zip |
rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bones_ for the heads-up
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'app-dicts/myspell-es')
-rw-r--r-- | app-dicts/myspell-es/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-es/myspell-es-20060316.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/app-dicts/myspell-es/ChangeLog b/app-dicts/myspell-es/ChangeLog index dc0a6a744fe9..dc31b4aac156 100644 --- a/app-dicts/myspell-es/ChangeLog +++ b/app-dicts/myspell-es/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-es # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-es/ChangeLog,v 1.5 2006/07/08 23:42:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-es/ChangeLog,v 1.6 2006/07/09 01:06:16 kevquinn Exp $ + + 09 Jul 2006; Kevin F. Quinn <kevquinn@gentoo.org> + myspell-es-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-es-20060316.ebuild: Stable on ppc. diff --git a/app-dicts/myspell-es/myspell-es-20060316.ebuild b/app-dicts/myspell-es/myspell-es-20060316.ebuild index 2acc36f0b8c3..c2e388ea8422 100644 --- a/app-dicts/myspell-es/myspell-es-20060316.ebuild +++ b/app-dicts/myspell-es/myspell-es-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-es/myspell-es-20060316.ebuild,v 1.6 2006/07/08 23:42:41 pylon Exp $ - -DESCRIPTION="Spanish and Galician dictionaries for myspell/hunspell" -LICENSE="GPL-2 LGPL-2.1" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://sourceforge.net/projects/openoffice-es/ http://openoffice-es.sf.net/thesaurus/" - -KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-es/myspell-es-20060316.ebuild,v 1.7 2006/07/09 01:06:16 kevquinn Exp $ MYSPELL_SPELLING_DICTIONARIES=( "es,AR,es_AR,Spanish (Argentina),es_AR.zip" @@ -83,3 +77,9 @@ MYSPELL_THESAURUS_DICTIONARIES=( ) inherit myspell + +DESCRIPTION="Spanish and Galician dictionaries for myspell/hunspell" +LICENSE="GPL-2 LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://sourceforge.net/projects/openoffice-es/ http://openoffice-es.sf.net/thesaurus/" + +KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" |