diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:16:59 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:16:59 +0000 |
commit | beb562e451e4dc48382bc74686d19e81799674e9 (patch) | |
tree | 90207cb7ab26455f854ae1c346ed681ebf264915 /app-dicts/myspell-pt | |
parent | rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bone... (diff) | |
download | gentoo-2-beb562e451e4dc48382bc74686d19e81799674e9.tar.gz gentoo-2-beb562e451e4dc48382bc74686d19e81799674e9.tar.bz2 gentoo-2-beb562e451e4dc48382bc74686d19e81799674e9.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-pt')
-rw-r--r-- | app-dicts/myspell-pt/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-pt/myspell-pt-20060316.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/app-dicts/myspell-pt/ChangeLog b/app-dicts/myspell-pt/ChangeLog index bd2896f6b50b..b4bfefb0b633 100644 --- a/app-dicts/myspell-pt/ChangeLog +++ b/app-dicts/myspell-pt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-pt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt/ChangeLog,v 1.5 2006/07/08 23:42:40 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt/ChangeLog,v 1.6 2006/07/09 01:16:59 kevquinn Exp $ + + 09 Jul 2006; Kevin F. Quinn <kevquinn@gentoo.org> + myspell-pt-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-pt-20060316.ebuild: Stable on ppc. diff --git a/app-dicts/myspell-pt/myspell-pt-20060316.ebuild b/app-dicts/myspell-pt/myspell-pt-20060316.ebuild index 1fb02295b423..847fa348e9ab 100644 --- a/app-dicts/myspell-pt/myspell-pt-20060316.ebuild +++ b/app-dicts/myspell-pt/myspell-pt-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-pt/myspell-pt-20060316.ebuild,v 1.6 2006/07/08 23:42:40 pylon Exp $ - -DESCRIPTION="Portuguese 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-pt/myspell-pt-20060316.ebuild,v 1.7 2006/07/09 01:16:59 kevquinn Exp $ MYSPELL_SPELLING_DICTIONARIES=( "pt,BR,pt_BR,Portuguese (Brazil),pt_BR.zip" @@ -22,3 +16,9 @@ MYSPELL_THESAURUS_DICTIONARIES=( ) inherit myspell + +DESCRIPTION="Portuguese dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" |