Bug 72250 - libidn misses support for java package
Bug#: 72250 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dragonheart@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: libidn misses support for java package
Keywords:  Inclusion
Status Whiteboard: 
Opened: 2004-11-23 08:07 0000
Description:   Opened: 2004-11-23 08:07 0000
libidn has a java interface, but it misses the java use-flag to enable it (and
other flags actually).

The attached patch applied over current ebuild makes it possible to be compiled
and installed as a java package.

Regards,
Diego

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2004-11-23 08:07:53 0000 -------
Created an attachment (id=44574) [details]
Patches over current ebuild

------- Comment #2 From Daniel Black 2004-11-30 03:03:18 0000 -------
patch applied to 0.5.11-r1

please include unified diffs in future. Just makes it a bit easier.

Thankyou.

Any comments on installing it like:

/usr/share/java
/usr/share/java/libidn.jar -> libidn-0.5.11.jar
/usr/share/libidn
/usr/share/libidn/lib
/usr/share/libidn/lib/libidn-0.5.11.jar

Seems to be symlinking to somewhere but not to the jar file.

------- Comment #3 From Diego E. 'Flameeyes' Pettenò 2004-11-30 03:10:18 0000 -------
Sorry was my fault, I usually use unified diffs, too :)

About the symlink, seems like I forgot to remove the second file in /usr/share/java, the other one is removed by the 'rm ${D}/etcetc' line, which is created by make install (which I copied by postgres ebuild).

Thanks anyway :)