Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 205328

Summary: x11-misc/remind nls support
Product: Gentoo Linux Reporter: Jan Seeger <jan.seeger>
Component: New packagesAssignee: Torsten Veller (RETIRED) <tove>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: desktop-misc
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: remind ebuild using locale

Description Jan Seeger 2008-01-11 14:11:06 UTC
The normal remind ebuild currently in portage does not respect the LANG variable and is thus not built for the correct language. I use the nls use flag to determine if to build with a specific language.
This is my first real ebuild and pretty much only for my own consumption, but I wanted to share it nonetheless. NOTE: The get_language function needs some more work.

Reproducible: Always
Comment 1 Jan Seeger 2008-01-11 14:11:57 UTC
Created attachment 140707 [details]
remind ebuild using locale
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2008-02-02 23:30:43 UTC
Thanks for your ebuild.

But I will not commit it to the tree as it hides the problem: The language should be chosen at runtime and not at compile-time. So this is more a upstream bug.

(If you don't want to maintain a modified ebuild you can also use  EXTRA_EMAKE='LANGDEF=-DLANG=GERMAN' (if you want a german ui).
Put it in /etc/portage/env/x11-misc/remind and it works automagically with future versions.)

Thanks