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
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.
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 :)