http://code.google.com/p/mozc/downloads/detail?name=mozc-1.6.1187.102.tar.bz2 Reproducible: Always r124 2012-08-31 1.6.1187.102 Remove an undocumented build option --use_libprotobuf ( Issue 14 ) If you want to use system-installed protobuf, use following style instead. GYP_DEFINES="use_libprotobuf=1" python build_mozc.py gyp Stop using SetRect API on Mac ( Issue 91 ). Remove scim-mozc from the repository ( Issue 131 ). Remove Debian-specific files from the repository ( Issue 132 ). ibus-mozc now requires IBus 1.4.1 or higher ( Issue 156 ). Refactor build-time data dependency including test data set ( Issue 162 ) Add a configuration option to specify the SDK version for Mac (Issue 166) Add experimental support for Clang (Issue 166) All warnings found by Clang revision 159409 have been fixed or suppressed. Supported Preference button on ibus-setup. ( Issue 169 ) Update the license header on base/scoped_ptr.h ( Issue 171 ) Implement X11 selection event monitor in ibus-mozc to improve the availability of reverse conversion. ( Issue 172 ) libxcb-xfixes0-dev is now required to build ibus-mozc by default. You can still remove this dependency as follows. GYP_DEFINES="enable_x11_selection_monitor=0" python build_mozc.py gyp ibus-mozc now detects locale ja_JP.utf8 as well as ja_JP.UTF-8. Stop using RX by default. Support Visual C++ 2012 to build Mozc except for protobuf:379.
Created attachment 323964 [details] mozc-1.6.1187.102.ebuild The attached ebuild is for mozc-1.6.1187.102. Please help test. Changes to the ebuild: 1. scim-mozc is removed. 2. Update dependency according to release note. ibus-1.4.1 is a requirement now add x11-libs/libxcb (which provides "libxcb-xfixes0-dev" mentioned in release note)
Created attachment 323966 [details] diff between app-i18n/mozc-1.5.1090.102 and app-i18n/mozc-1.6.1187.102 ebuild Diff between app-i18n/mozc-1.5.1090.102 and app-i18n/mozc-1.6.1187.102 ebuild.
Added to the tree. Thanks.