Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5643 - mutt with Japanese support
Summary: mutt with Japanese support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Stuart Bouyer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-27 06:00 UTC by Cong
Modified: 2003-02-04 19:42 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 Cong 2002-07-27 06:00:03 UTC
I use USE flag cjk to decide whether enable Japanese or not.  
  
$ diff /usr/portage/net-mail/mutt/mutt-1.4.ebuild etc/mutt-1.4.ebuild  
7c7,8 
< SRC_URI="ftp://ftp.mutt.org/pub/mutt/mutt-${PV}i.tar.gz" 
--- 
> SRC_URI="ftp://ftp.mutt.org/pub/mutt/mutt-${PV}i.tar.gz 
>       cjk?( http://www.emaillab.org/mutt/1.4/mutt-${PV}i-ja.1.tar.gz )" 
19a21,28 
> src_unpack() { 
>       unpack ${P}i.tar.gz 
>       use cjk && unpack ${P}i-ja.1.tar.gz 
>  
>       cd ${S} 
>       use cjk && patch -p1 < ../mutt-1.4i-ja.1/patch-1.4.tt.ja.1 || die 
> } 
>  
30a40 
>       use cjk && myconf="$myconf --enable-default-japanese"
Comment 1 Stuart Bouyer (RETIRED) gentoo-dev 2002-07-28 08:12:43 UTC
Added the patch to mutt-1.4-r2.ebuild. 
It's currently masked for testing, please let me know if it works.

Thanks

Stuart
Comment 2 Stuart Bouyer (RETIRED) gentoo-dev 2002-07-30 09:28:36 UTC
unmaked and ready to go.

Thanks again
Comment 3 Cong 2002-07-30 09:33:09 UTC
Good Job, Stuart! Thank you.