Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607078 - app-dicts/myspell-fr: do not add FR region
Summary: app-dicts/myspell-fr: do not add FR region
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-24 13:10 UTC by Erik Quaeghebeur
Modified: 2017-01-26 22:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2017-01-24 13:10:25 UTC
In the ebuild, we have

	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
	}

Here, fr-<something> is renamed to fr_FR-<something>, suggesting that this is for French (the country) locales. However, these spellings are essentially used world-wide, not just in France, so the region indicator should not be included.
Comment 1 Erik Quaeghebeur 2017-01-26 22:18:15 UTC
Closing, as it will be dealt with in Bug 607084, if it is dealt with at all.