Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275980 - games-engines/qtads-1.9: LINGUAS support
Summary: games-engines/qtads-1.9: LINGUAS support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 18:17 UTC by Nikos Chantziaras
Modified: 2009-06-30 18:40 UTC (History)
0 users

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


Attachments
qtads-1.9.ebuild.patch (qtads-1.9.ebuild.patch,1.18 KB, patch)
2009-06-30 18:19 UTC, Nikos Chantziaras
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos Chantziaras 2009-06-30 18:17:27 UTC
(I'm opening this as per suggestion: http://bugs.gentoo.org/show_bug.cgi?id=217341#c16)

The current games-engines/qtads-1.9.ebuild lacks LINGUAS support resulting in the internationalization files being installed regardless of the user's LINGUAS.  I'm attaching a patch for it that solves the issue.

Note: The RDEPEND="${DEPEND}" is used to make a future switch to EAPI=3 easier (EAPI 3 lacks the implicit RDEPEND="${DEPEND}".)
Comment 1 Nikos Chantziaras 2009-06-30 18:19:28 UTC
Created attachment 196195 [details, diff]
qtads-1.9.ebuild.patch
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-06-30 18:24:59 UTC
Yeah, that was on purpose.  There's not much point in LINGUAS support here.
Comment 3 Nikos Chantziaras 2009-06-30 18:40:18 UTC
Hm?  The German translation is included right now unconditionally.  I wonder why LINGUAS support hurts here, especially since that's what LINGUAS is there for in the first place :P  Isn't it good practice to have support for it, even though there's only two languages right now?  (English and German, and I hope to include Greek in future versions.)