summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2006-07-09 01:00:45 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2006-07-09 01:00:45 +0000
commit428d27116766eb35d54bb93651f9c79891ae3950 (patch)
tree9fed354e2b85bd1a093501c9c5fa79525b13fc23
parentMarked stable on mips. (diff)
downloadgentoo-2-428d27116766eb35d54bb93651f9c79891ae3950.tar.gz
gentoo-2-428d27116766eb35d54bb93651f9c79891ae3950.tar.bz2
gentoo-2-428d27116766eb35d54bb93651f9c79891ae3950.zip
rearrange to avoid clobber of DESCRIPTION by multilib.eclass - thanks Mr_Bones_ for the heads-up
(Portage version: 2.1.1_pre2-r2)
-rw-r--r--app-dicts/myspell-af/ChangeLog7
-rw-r--r--app-dicts/myspell-af/myspell-af-20060316.ebuild14
2 files changed, 13 insertions, 8 deletions
diff --git a/app-dicts/myspell-af/ChangeLog b/app-dicts/myspell-af/ChangeLog
index 53a9b9be80dc..9453b7d8ad0d 100644
--- a/app-dicts/myspell-af/ChangeLog
+++ b/app-dicts/myspell-af/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/myspell-af
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-af/ChangeLog,v 1.5 2006/07/08 23:42:40 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-af/ChangeLog,v 1.6 2006/07/09 01:00:45 kevquinn Exp $
+
+ 09 Jul 2006; Kevin F. Quinn <kevquinn@gentoo.org>
+ myspell-af-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-af-20060316.ebuild:
Stable on ppc.
diff --git a/app-dicts/myspell-af/myspell-af-20060316.ebuild b/app-dicts/myspell-af/myspell-af-20060316.ebuild
index 79c8deb7706b..93bed5136bf5 100644
--- a/app-dicts/myspell-af/myspell-af-20060316.ebuild
+++ b/app-dicts/myspell-af/myspell-af-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-af/myspell-af-20060316.ebuild,v 1.6 2006/07/08 23:42:40 pylon Exp $
-
-DESCRIPTION="Afrikaans dictionaries for myspell/hunspell"
-LICENSE="LGPL-2.1"
-HOMEPAGE="http://lingucomponent.openoffice.org/ http://translate.org.za/"
-
-KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd"
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-af/myspell-af-20060316.ebuild,v 1.7 2006/07/09 01:00:45 kevquinn Exp $
MYSPELL_SPELLING_DICTIONARIES=(
"af,ZA,af_ZA,Afrikaans (South Africa),af_ZA.zip"
@@ -19,3 +13,9 @@ MYSPELL_THESAURUS_DICTIONARIES=(
)
inherit myspell
+
+DESCRIPTION="Afrikaans dictionaries for myspell/hunspell"
+LICENSE="LGPL-2.1"
+HOMEPAGE="http://lingucomponent.openoffice.org/ http://translate.org.za/"
+
+KEYWORDS="~amd64 ppc sparc ~x86 ~x86-fbsd"