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

Bug 70501

Summary: Additional USE flags for uim: anthy, prime, skk
Product: Gentoo Linux Reporter: Sudrien <sudrien>
Component: [OLD] UnspecifiedAssignee: CJK Team <cjk>
Status: RESOLVED LATER    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: added USE flags, uim-kdehelper as PDEPEND
uim-0.4.5-r1.ebuild

Description Sudrien 2004-11-08 13:43:38 UTC
The current app-i18n/uim ebuild suggests installing anthy to get uim-anthy. adding this as a USE flag based dependancey would be more appropriate.

anthy? ( app-i18n/anthy )

Also, a qt USE flag should build uim-kdehelper afterwards.


-Sud.



Reproducible: Always
Steps to Reproduce:
Comment 1 Michael Kohl (RETIRED) gentoo-dev 2004-11-09 04:16:08 UTC
I won't be able to do it before the weekend, but if nobody steps up until then I'll see what I can do for you.
Comment 2 Sudrien 2004-11-09 11:55:24 UTC
Created attachment 43617 [details]
added USE flags, uim-kdehelper as PDEPEND

Not sure if I decided correctly between DEPEND and RDEPEND, but modifed ebuild
to fit expectations.

(wanted anthy, figured I might as well add the other use flags already out
there)

Could somebody check for accuracy?
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-09 12:31:26 UTC
I don't think uim-kdehelper is stable enough to
include as PDEPEND. Also, we might wait for the
next release to add canna USE flag (we cannot
pass --disable-canna in <=uim-0.4.5, but they 
added --{enable,disable}-canna to SVN HEAD).
Seems ok for me to add anthy and skk USE flags.
(they are local USE flags, though)
Comment 4 Sudrien 2004-12-07 07:22:55 UTC
Created attachment 45437 [details]
uim-0.4.5-r1.ebuild

Ok, this ebuild has anthy, skk and prime USE flags. Are these packages all
currently stable enough to add it to the portage tree?
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-12-07 21:47:37 UTC
I think they are stable enough, but the following 
dependencies are not met:

anthy -> ppc64
skk-jisyo -> ppc64
prime -> ppc64, sparc and amd64

nigoro (a forthcoming ppc64 dev) can check
ppc64 stuff, and matsuu can check prime
on sparc and amd64. Please wait until
nigoro becomes a Gentoo dev officially.
(He finised quizzes, so it won't take much
time, I hope)
Comment 6 Sudrien 2005-02-20 19:01:51 UTC
uim-0.4.6_beta2 is out with qt and canna flags - adding anthy to it would be good enough to resolve this bug.

Although an anthy flag in 0.4.5.1 would be nice too...

-Sud.
Comment 7 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-20 19:56:11 UTC
Yeah, I was thinking of adding anthy, prime and skk USE flag to it
(perhaps scim USE flag, too). nigoro: could you check anthy,
skk-jisyo, and prime and add them to ~ppc64? matsuu: please
do the same thing on sparc and amd64.
Comment 8 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-04-23 05:48:31 UTC
Actually *.scm files (for each input method) are not pluggable,
and we need to recreate /usr/share/uim/installed-modules.scm
everytime we add new one. I talked to uim developers and they
knew the problem, and they said they will solve this problem 
in the next release or so. (Debian and Mandriva have a small
hack to make scm files pluggable, but I'm not doing this simply
because I don't have time to do so. If someone has a patch to
do this, I'm happy to include it to Portage)