This ebuild adds support for RXTX, a native lib providing serial and parallel communication for Java. I reccomend it goes in dev-java/rxtx RXTX hompage: http://rxtx.org/
Created attachment 44794 [details] ebuild for RXTX
Er, it might be worth including some info messages saying that programs that use RXTX must be run in the following manner: java -Djava.library.path=$(java-config -i rxtx-2) Class I wonder if there's a better solution ...
What did you intend by: DEPEND="!virtual/javacomm"
The 2.1.x versions of RXTX conflict with the java communications API from Sun. See bug #71606
news on this one? would be a dep for an ebuild for http://eps.sourceforge.net/
ebuild added. thanks for your effort.