diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:09:12 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-07-09 01:09:12 +0000 |
commit | 2304c16dd97f4925c352d9c76b2569bd62a5bc41 (patch) | |
tree | 3a164116811344d30d6886d97e055d563dea404e /app-dicts/myspell-he | |
parent | rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bone... (diff) | |
download | gentoo-2-2304c16dd97f4925c352d9c76b2569bd62a5bc41.tar.gz gentoo-2-2304c16dd97f4925c352d9c76b2569bd62a5bc41.tar.bz2 gentoo-2-2304c16dd97f4925c352d9c76b2569bd62a5bc41.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-he')
-rw-r--r-- | app-dicts/myspell-he/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-he/myspell-he-20060316.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/app-dicts/myspell-he/ChangeLog b/app-dicts/myspell-he/ChangeLog index b2ec01a9cdb4..30307ad0cf0d 100644 --- a/app-dicts/myspell-he/ChangeLog +++ b/app-dicts/myspell-he/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-he # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/ChangeLog,v 1.5 2006/07/08 23:42:40 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/ChangeLog,v 1.6 2006/07/09 01:09:12 kevquinn Exp $ + + 09 Jul 2006; Kevin F. Quinn <kevquinn@gentoo.org> + myspell-he-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-he-20060316.ebuild: Stable on ppc. diff --git a/app-dicts/myspell-he/myspell-he-20060316.ebuild b/app-dicts/myspell-he/myspell-he-20060316.ebuild index a2adb8eb82b4..684552d56b21 100644 --- a/app-dicts/myspell-he/myspell-he-20060316.ebuild +++ b/app-dicts/myspell-he/myspell-he-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-he/myspell-he-20060316.ebuild,v 1.6 2006/07/08 23:42:40 pylon Exp $ - -DESCRIPTION="Hebrew dictionaries for myspell/hunspell" -LICENSE="GPL-2" -HOMEPAGE="http://lingucomponent.openoffice.org/ http://ivrix.org.il/projects/spell-checker/" - -KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-he/myspell-he-20060316.ebuild,v 1.7 2006/07/09 01:09:12 kevquinn Exp $ MYSPELL_SPELLING_DICTIONARIES=( "he,IL,he_IL,Hebrew (Israel),he_IL.zip" @@ -19,3 +13,9 @@ MYSPELL_THESAURUS_DICTIONARIES=( ) inherit myspell + +DESCRIPTION="Hebrew dictionaries for myspell/hunspell" +LICENSE="GPL-2" +HOMEPAGE="http://lingucomponent.openoffice.org/ http://ivrix.org.il/projects/spell-checker/" + +KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" |