Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506720 - app-i18n/libcangjie-1.1 - The library implementing the Cangjie input method
Summary: app-i18n/libcangjie-1.1 - The library implementing the Cangjie input method
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Default Assignee for New Packages
URL: https://github.com/Cangjians/ibus-can...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 506718
  Show dependency tree
 
Reported: 2014-04-04 02:12 UTC by Brendan Horan
Modified: 2014-04-08 00:22 UTC (History)
1 user (show)

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


Attachments
libcangjie-1.1-r0.ebuild (libcangjie-1.1-r0.ebuild,496 bytes, text/plain)
2014-04-04 02:13 UTC, Brendan Horan
Details
libcangjie-1.1-r0.ebuild (libcangjie-1.1-r0.ebuild,483 bytes, text/plain)
2014-04-04 08:39 UTC, Brendan Horan
Details
libcangjie-1.1.ebuild (libcangjie-1.1.ebuild,388 bytes, text/plain)
2014-04-05 06:39 UTC, Brendan Horan
Details
libcangjie-1.1.ebuild (libcangjie-1.1.ebuild,387 bytes, text/plain)
2014-04-06 07:54 UTC, Brendan Horan
Details
libcangjie-1.1.ebuild (libcangjie-1.1.ebuild,412 bytes, text/plain)
2014-04-07 01:21 UTC, Brendan Horan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Horan 2014-04-04 02:12:46 UTC
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"
Comment 1 Brendan Horan 2014-04-04 02:13:32 UTC
Created attachment 374218 [details]
libcangjie-1.1-r0.ebuild
Comment 2 Brendan Horan 2014-04-04 08:39:13 UTC
Created attachment 374230 [details]
libcangjie-1.1-r0.ebuild

updated ebuild to pass repoman checks
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-05 00:34:34 UTC
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
>}
Comment 4 Brendan Horan 2014-04-05 06:39:50 UTC
Created attachment 374280 [details]
libcangjie-1.1.ebuild

Removed system GCC dependency.
Removed default sections.
Attached new ebuild
repoman passed
Comment 5 Brendan Horan 2014-04-05 06:49:50 UTC
I am also able to maintain this package.
Comment 6 Naohiro Aota gentoo-dev 2014-04-06 06:04:20 UTC
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.
Comment 7 Brendan Horan 2014-04-06 07:54:18 UTC
Created attachment 374362 [details]
libcangjie-1.1.ebuild

Fixed Licence.
Fixed homepage.
Fixed licence.
Added new ebuild.
Comment 8 Naohiro Aota gentoo-dev 2014-04-07 00:13:45 UTC
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.
Comment 9 Brendan Horan 2014-04-07 01:21:55 UTC
Created attachment 374434 [details]
libcangjie-1.1.ebuild

Added RDEPEND to ebuild.
Comment 10 Brendan Horan 2014-04-07 01:27:02 UTC
I have checked this via repoman, equery and a full emerge of the package.
Will email proxy maintainers as well.
Comment 11 Naohiro Aota gentoo-dev 2014-04-08 00:22:00 UTC
+*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