Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408769 - games-arcade/blobwars doesn't honor LINGUAS for locale files
Summary: games-arcade/blobwars doesn't honor LINGUAS for locale files
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: respect_LINGUAS
  Show dependency tree
 
Reported: 2012-03-18 20:34 UTC by Piotr Szymaniak
Modified: 2017-02-03 09:04 UTC (History)
1 user (show)

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 Piotr Szymaniak 2012-03-18 20:34:05 UTC
When package is emerged, it dumps LC_MESSAGES for many languages, whereas I have the line 'LINGUAS="en"' in make.conf.

Actual Results:  
LC_MESSAGES contains unwanted files

Expected Results:  
LC_MESSAGES should contain only files for selected LINGUAS



/usr/share/locale/ca/LC_MESSAGES/blobwars.mo
/usr/share/locale/da/LC_MESSAGES/blobwars.mo
/usr/share/locale/de/LC_MESSAGES/blobwars.mo
/usr/share/locale/es/LC_MESSAGES/blobwars.mo
/usr/share/locale/fr/LC_MESSAGES/blobwars.mo
/usr/share/locale/nl/LC_MESSAGES/blobwars.mo
/usr/share/locale/pl/LC_MESSAGES/blobwars.mo
/usr/share/locale/sv/LC_MESSAGES/blobwars.mo
Comment 1 Pacho Ramos gentoo-dev 2017-02-03 09:04:34 UTC
I won't add USE flags for controlling the installation of one file per USE, also, as explained in:
https://blogs.gentoo.org/mgorny/2016/05/16/how-linguas-are-thrice-wrong/

that doesn't seem the way to go (probably install_mask would be the best)