Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16408 - im-ja-0.1.ebuild (New Package)
Summary: im-ja-0.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: YAMAKURA Makoto (RETIRED)
URL: http://im-ja.sf.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-26 08:21 UTC by Ryan Shaw
Modified: 2003-05-15 13:28 UTC (History)
4 users (show)

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


Attachments
im-ja-0.1.ebuild (im-ja-0.1.ebuild,633 bytes, text/plain)
2003-02-26 08:21 UTC, Ryan Shaw
Details
updated version for 0.4 (im-ja-0.4_alpha1.ebuild,794 bytes, text/plain)
2003-05-02 11:56 UTC, Edward Middleton
Details
im-ja-0.4_alpha2.ebuild (im-ja-0.4_alpha2.ebuild,720 bytes, text/plain)
2003-05-03 10:48 UTC, Edward Middleton
Details
im-ja-0.4_alpha3.ebuild (im-ja-0.4_alpha3.ebuild,720 bytes, text/plain)
2003-05-11 11:25 UTC, Edward Middleton
Details
im-ja-0.4.ebuild (im-ja-0.4.ebuild,756 bytes, text/plain)
2003-05-14 09:06 UTC, Edward Middleton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Shaw 2003-02-26 08:21:07 UTC
im-ja is a japanese input module for GTK+2. It provides a far better
smoother experience when inputting japanese into GTK+2 apps, and even
allows input via drawing.
Comment 1 Ryan Shaw 2003-02-26 08:21:40 UTC
Created attachment 8739 [details]
im-ja-0.1.ebuild
Comment 2 Edward Middleton 2003-05-02 11:50:41 UTC
im-ja version 0.4 has been released.  Here is an ebuild for the new verison.
Comment 3 Edward Middleton 2003-05-02 11:56:44 UTC
Created attachment 11389 [details]
updated version for 0.4
Comment 4 Stuart Bouyer 2003-05-02 19:49:26 UTC
Edward,

You probably don't want to force people into having both canna and freewnn installed just to use im-ja. You might want to try changing

     app-i18n/freewnn
     app-i18n/canna

to

     canna? >=app-i18n/canna-3.6
     freewnn? >=app-i18n/freewnn-1.1

StuBear
Comment 5 Edward Middleton 2003-05-03 10:46:01 UTC
For readers information

     app-i18n/freewnn
     app-i18n/canna

are currently required by the upstream packages.

This is a new version that includes the readme and other informational files.
Comment 6 Edward Middleton 2003-05-03 10:48:14 UTC
Created attachment 11437 [details]
im-ja-0.4_alpha2.ebuild

Updated version including readme and other files
Comment 7 Park Ji-in 2003-05-08 13:50:39 UTC
On my machine, ebuild doesnt work.
So I just change sequence of two line, 

HOMEPAGE="http://im-ja.sourceforge.net/"
SRC_URI="${HOMEPAGE}${P_}.tar.gz"

to 

SRC_URI="${HOMEPAGE}${P_}.tar.gz"
HOMEPAGE="http://im-ja.sourceforge.net/"
Comment 8 Edward Middleton 2003-05-11 11:24:22 UTC
Thanks Park Ji-in.  I already had the file downloaded when I tested it. Here is the new fixed version.
Comment 9 Edward Middleton 2003-05-11 11:25:35 UTC
Created attachment 11791 [details]
im-ja-0.4_alpha3.ebuild
Comment 10 YAMAKURA Makoto (RETIRED) gentoo-dev 2003-05-13 22:59:59 UTC
I will commit 0.4 ebuild to the tree with trivial changes (P_ and IUSE).
Btw, is there any reason it named '0.4_alpha3' not just '0.4'?

Thanks,
Comment 11 Edward Middleton 2003-05-14 09:05:08 UTC
I used the alpha numbers because I wanted feedback before making it a final version.  I just noticed and minor bug in im-ja-0.4_alpha3.ebuild  The /etc/gtk-2.0/gtk.immodules list should be recreated at postrm stage.  Here is the fixed version.
Comment 12 Edward Middleton 2003-05-14 09:06:13 UTC
Created attachment 11968 [details]
im-ja-0.4.ebuild
Comment 13 YAMAKURA Makoto (RETIRED) gentoo-dev 2003-05-15 13:28:27 UTC
committed, thanks!