public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-dicts/myspell-fr: ChangeLog myspell-fr-4.5-r1.ebuild myspell-fr-4.5.ebuild myspell-fr-20060316.ebuild
@ 2012-06-13 17:41 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2012-06-13 17:41 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/06/13 17:41:05

  Modified:             ChangeLog
  Added:                myspell-fr-4.5-r1.ebuild
  Removed:              myspell-fr-4.5.ebuild myspell-fr-20060316.ebuild
  Log:
  Stabilise new dict and name fr_FR the default one as proposed by bicatali and confirmed by what we do in suse.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.24                 app-dicts/myspell-fr/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-fr/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-fr/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-fr/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-dicts/myspell-fr/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	13 Jun 2012 13:03:38 -0000	1.23
+++ ChangeLog	13 Jun 2012 17:41:04 -0000	1.24
@@ -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.23 2012/06/13 13:03:38 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-fr/ChangeLog,v 1.24 2012/06/13 17:41:04 scarabeus Exp $
+
+*myspell-fr-4.5-r1 (13 Jun 2012)
+
+  13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> -myspell-fr-4.5.ebuild,
+  +myspell-fr-4.5-r1.ebuild, -myspell-fr-20060316.ebuild:
+  Stabilise new dict and name fr_FR the default one as proposed by bicatali and
+  confirmed by what we do in suse.
 
   13 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org> myspell-fr-20060316.ebuild,
   myspell-fr-4.5.ebuild:



1.1                  app-dicts/myspell-fr/myspell-fr-4.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-fr/myspell-fr-4.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/myspell-fr/myspell-fr-4.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: myspell-fr-4.5-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2012/06/13 17:41:04 scarabeus Exp $

EAPI=4

MYSPELL_DICT=(
	"fr-moderne.aff"
	"fr-moderne.dic"
	"fr-classique.aff"
	"fr-classique.dic"
	"fr_FR.aff"
	"fr_FR.dic"
	"fr-reforme1990.aff"
	"fr-reforme1990.dic"
)

MYSPELL_HYPH=(
	"hyph_fr_FR_v3.dic"
)

MYSPELL_THES=(
	"th_fr_FR_v3.dat"
	"th_fr_FR_v3.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=""

src_prepare() {
	# the default should be classique+reforme1990
	# renaming to fr_FR
	mv fr-classique+reforme1990.aff fr_FR.aff || die
	mv fr-classique+reforme1990.dic fr_FR.dic || die

	# move the hyphen/thes to common used name
	# versions determined from README files
	mv hyph_fr.dic hyph_fr_FR_v3.dic || die
	mv thes_fr.dat th_fr_FR_v3.dat || die
	mv thes_fr.idx th_fr_FR_v3.idx || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-13 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 17:41 [gentoo-commits] gentoo-x86 commit in app-dicts/myspell-fr: ChangeLog myspell-fr-4.5-r1.ebuild myspell-fr-4.5.ebuild myspell-fr-20060316.ebuild Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox