diff options
author | 2006-07-09 01:13:06 +0000 | |
---|---|---|
committer | 2006-07-09 01:13:06 +0000 | |
commit | b3d47f323052cb76baeee1d7f9bea9fd2e697a9d (patch) | |
tree | 374eacdba43629846faa08083c147128d23b6259 /app-dicts | |
parent | rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bone... (diff) | |
download | gentoo-2-b3d47f323052cb76baeee1d7f9bea9fd2e697a9d.tar.gz gentoo-2-b3d47f323052cb76baeee1d7f9bea9fd2e697a9d.tar.bz2 gentoo-2-b3d47f323052cb76baeee1d7f9bea9fd2e697a9d.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')
-rw-r--r-- | app-dicts/myspell-lv/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/myspell-lv/myspell-lv-20060316.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/app-dicts/myspell-lv/ChangeLog b/app-dicts/myspell-lv/ChangeLog index e61f0d9ae183..3961bf2ef112 100644 --- a/app-dicts/myspell-lv/ChangeLog +++ b/app-dicts/myspell-lv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/myspell-lv # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.5 2006/07/08 23:42:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/ChangeLog,v 1.6 2006/07/09 01:13:06 kevquinn Exp $ + + 09 Jul 2006; Kevin F. Quinn <kevquinn@gentoo.org> + myspell-lv-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-lv-20060316.ebuild: Stable on ppc. diff --git a/app-dicts/myspell-lv/myspell-lv-20060316.ebuild b/app-dicts/myspell-lv/myspell-lv-20060316.ebuild index f79e6b4a29af..601f77f0ff05 100644 --- a/app-dicts/myspell-lv/myspell-lv-20060316.ebuild +++ b/app-dicts/myspell-lv/myspell-lv-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-lv/myspell-lv-20060316.ebuild,v 1.6 2006/07/08 23:42:41 pylon Exp $ - -DESCRIPTION="Latvian dictionaries for myspell/hunspell" -LICENSE="LGPL-2.1" -HOMEPAGE="http://lingucomponent.openoffice.org/" - -KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lv/myspell-lv-20060316.ebuild,v 1.7 2006/07/09 01:13:06 kevquinn Exp $ MYSPELL_SPELLING_DICTIONARIES=( "lv,LV,lv_LV,Latvian (Latvia),lv_LV.zip" @@ -19,3 +13,9 @@ MYSPELL_THESAURUS_DICTIONARIES=( ) inherit myspell + +DESCRIPTION="Latvian dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/" + +KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd" |