Hi, Please find attached the first libcangjie-1.1-r0.ebuild. This is an IBus engine for users of the Cangjie and Quick input methods. It is primarily intended to Hong Kong people who want to input Traditional Chinese, as they are (by far) the majority of Cangjie and Quick users. However, it should work for others as well (e.g to input Simplified Chinese). Note that the actual input logic is handled by libcangjie. I am suggesting "app-i18n/libcangjie"
Created attachment 374218 [details] libcangjie-1.1-r0.ebuild
Created attachment 374230 [details] libcangjie-1.1-r0.ebuild updated ebuild to pass repoman checks
Comment on attachment 374230 [details] libcangjie-1.1-r0.ebuild You shouldn't depend on base system packages like gcc: >DEPEND="sys-devel/gcc These are defaults: >src_configure() { > econf >} > >src_install() { > emake DESTDIR="${D}" install >}
Created attachment 374280 [details] libcangjie-1.1.ebuild Removed system GCC dependency. Removed default sections. Attached new ebuild repoman passed
I am also able to maintain this package.
Comment on attachment 374280 [details] libcangjie-1.1.ebuild >DESCRIPTION="The cangjie engine for IBus Framework" >HOMEPAGE="https://github.com/Cangjians/ibus-cangjie" HOMEPAGE should be "https://github.com/Cangjians/libcangjie" for this package? Then the DESCRIPTION also can be changed.
Created attachment 374362 [details] libcangjie-1.1.ebuild Fixed Licence. Fixed homepage. Fixed licence. Added new ebuild.
It also need RDEPEND="${RDEPEND}"? > I am also able to maintain this package. http://wiki.gentoo.org/wiki/Project:Proxy_Maintainers Then please be a proxy maintainer, cjk herd will be maintainer herd.
Created attachment 374434 [details] libcangjie-1.1.ebuild Added RDEPEND to ebuild.
I have checked this via repoman, equery and a full emerge of the package. Will email proxy maintainers as well.
+*libcangjie-1.1 (08 Apr 2014) + + 08 Apr 2014; Naohiro Aota <naota@gentoo.org> +libcangjie-1.1.ebuild, + +metadata.xml: + New ebuild app-i18n/libcangjie written by Brendan Horan. #506720