diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 15:53:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-06-13 15:53:55 +0000 |
commit | 163a4f7cc97ca8c8db0b9b04826dba097ec84ab9 (patch) | |
tree | 9e4eeef2b9deba5a1e31bd37fd4a636e94cd852d /app-dicts | |
parent | Add fix from upstream for building w/out gc-sections. (diff) | |
download | gentoo-2-163a4f7cc97ca8c8db0b9b04826dba097ec84ab9.tar.gz gentoo-2-163a4f7cc97ca8c8db0b9b04826dba097ec84ab9.tar.bz2 gentoo-2-163a4f7cc97ca8c8db0b9b04826dba097ec84ab9.zip |
Bump to latest and remove older.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-af/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-af/myspell-af-20060316.ebuild | 22 | ||||
-rw-r--r-- | app-dicts/myspell-af/myspell-af-20080701.ebuild | 28 |
3 files changed, 35 insertions, 23 deletions
diff --git a/app-dicts/myspell-af/ChangeLog b/app-dicts/myspell-af/ChangeLog index 980f1613529e..197077434b14 100644 --- a/app-dicts/myspell-af/ChangeLog +++ b/app-dicts/myspell-af/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-af # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-af/ChangeLog,v 1.19 2012/05/17 18:07:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-af/ChangeLog,v 1.20 2012/06/13 15:53:55 scarabeus Exp $ + +*myspell-af-20080701 (13 Jun 2012) + + 13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> + -myspell-af-20060316.ebuild, +myspell-af-20080701.ebuild: + Bump to latest and remove older. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-af-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-af/myspell-af-20060316.ebuild b/app-dicts/myspell-af/myspell-af-20060316.ebuild deleted file mode 100644 index 74581af42d8d..000000000000 --- a/app-dicts/myspell-af/myspell-af-20060316.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 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.19 2012/05/17 18:07:02 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"af,ZA,af_ZA,Afrikaans (South Africa),af_ZA.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -) - -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="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" diff --git a/app-dicts/myspell-af/myspell-af-20080701.ebuild b/app-dicts/myspell-af/myspell-af-20080701.ebuild new file mode 100644 index 000000000000..73a96b8ca64b --- /dev/null +++ b/app-dicts/myspell-af/myspell-af-20080701.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-af/myspell-af-20080701.ebuild,v 1.1 2012/06/13 15:53:55 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "af_ZA.aff" + "af_ZA.dic" +) + +MYSPELL_HYPH=( + "hyph_af_ZA.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Afrikaans dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.services.openoffice.org/project/dict_af" +SRC_URI="mirror://sourceforge/aoo-extensions/1109/0/dict-af.oxt" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |