From 29394a324637464a0dd262d540b9113ec7e0d116 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 13 Jun 2012 12:47:39 +0000 Subject: Add latest version of french dicts, cant speak the lang or test and the diff is huge. Leave for someone else to test. (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) --- app-dicts/myspell-fr/ChangeLog | 9 ++++++- app-dicts/myspell-fr/myspell-fr-4.5.ebuild | 41 ++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 app-dicts/myspell-fr/myspell-fr-4.5.ebuild (limited to 'app-dicts') diff --git a/app-dicts/myspell-fr/ChangeLog b/app-dicts/myspell-fr/ChangeLog index 072fa79e9366..c104a241d03c 100644 --- a/app-dicts/myspell-fr/ChangeLog +++ b/app-dicts/myspell-fr/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/myspell-fr # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fr/ChangeLog,v 1.21 2012/05/17 18:15:18 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fr/ChangeLog,v 1.22 2012/06/13 12:47:39 scarabeus Exp $ + +*myspell-fr-4.5 (13 Jun 2012) + + 13 Jun 2012; Tomáš Chvátal +myspell-fr-4.5.ebuild, + myspell-fr-20060316.ebuild: + Add latest version of french dicts, cant speak the lang or test and the diff + is huge. Leave for someone else to test. 17 May 2012; Alexis Ballier myspell-fr-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-fr/myspell-fr-4.5.ebuild b/app-dicts/myspell-fr/myspell-fr-4.5.ebuild new file mode 100644 index 000000000000..d91fd9369c39 --- /dev/null +++ b/app-dicts/myspell-fr/myspell-fr-4.5.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fr/myspell-fr-4.5.ebuild,v 1.1 2012/06/13 12:47:39 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "fr-moderne.aff" + "fr-moderne.dic" + "fr-classique.aff" + "fr-classique.dic" + "fr-classique+reforme1990.aff" + "fr-classique+reforme1990.dic" + "fr-reforme1990.aff" + "fr-reforme1990.dic" +) + +MYSPELL_HYPH=( + "hyph_fr.dic" +) + +MYSPELL_THES=( + "thes_fr.dat" + "thes_fr.idx" +) + +inherit myspell-r2 + +DESCRIPTION="French dictionaries for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/dictionnaires-francais" +SRC_URI=" + http://extensions.libreoffice.org/extension-center/dictionnaires-francais/releases/${PV}/ooo-dictionnaire-fr-moderne-v${PV}.oxt + http://extensions.libreoffice.org/extension-center/dictionnaires-francais/releases/${PV}/ooo-dictionnaire-fr-classique-v${PV}.oxt + http://extensions.libreoffice.org/extension-center/dictionnaires-francais/releases/${PV}/ooo-dictionnaire-fr-classique-reforme1990-v${PV}.oxt + http://extensions.libreoffice.org/extension-center/dictionnaires-francais/releases/${PV}/ooo-dictionnaire-fr-reforme1990-v${PV}.oxt +" + +LICENSE="GPL-2 LGPL-2.1 MPL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux ~x86-macos" +IUSE="" -- cgit v1.2.3-65-gdbad