Bug 16408 - im-ja-0.1.ebuild (New Package)
Bug#: 16408 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: yakina@gentoo.org Reported By: ryan.shaw@stanfordalumni.org
Component: Ebuilds
URL:  http://im-ja.sf.net
Summary: im-ja-0.1.ebuild (New Package)
Keywords:  
Status Whiteboard: 
Opened: 2003-02-26 08:21 0000
Description:   Opened: 2003-02-26 08:21 0000
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 From Ryan Shaw 2003-02-26 08:21:40 0000 -------
Created an attachment (id=8739) [details]
im-ja-0.1.ebuild

------- Comment #2 From Edward Middleton 2003-05-02 11:50:41 0000 -------
im-ja version 0.4 has been released.  Here is an ebuild for the new verison.

------- Comment #3 From Edward Middleton 2003-05-02 11:56:44 0000 -------
Created an attachment (id=11389) [details]
updated version for 0.4

------- Comment #4 From Stuart Bouyer 2003-05-02 19:49:26 0000 -------
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 From Edward Middleton 2003-05-03 10:46:01 0000 -------
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 From Edward Middleton 2003-05-03 10:48:14 0000 -------
Created an attachment (id=11437) [details]
im-ja-0.4_alpha2.ebuild

Updated version including readme and other files

------- Comment #7 From Park Ji-in 2003-05-08 13:50:39 0000 -------
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 From Edward Middleton 2003-05-11 11:24:22 0000 -------
Thanks Park Ji-in.  I already had the file downloaded when I tested it. Here is
the new fixed version.

------- Comment #9 From Edward Middleton 2003-05-11 11:25:35 0000 -------
Created an attachment (id=11791) [details]
im-ja-0.4_alpha3.ebuild

------- Comment #10 From YAMAKURA Makoto 2003-05-13 22:59:59 0000 -------
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 From Edward Middleton 2003-05-14 09:05:08 0000 -------
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 From Edward Middleton 2003-05-14 09:06:13 0000 -------
Created an attachment (id=11968) [details]
im-ja-0.4.ebuild

------- Comment #13 From YAMAKURA Makoto 2003-05-15 13:28:27 0000 -------
committed, thanks!