Hi! Please find attached jexcelapi-2.5.1.ebuild. JExcelAPI is a Java API to read, write, and modify Excel spreadsheetsa toolkit for list transformations. I suggest dev-java/jexcelapi. Eddy Reproducible: Always Steps to Reproduce:
Created attachment 47266 [details] jexcelapi-2.5.1.ebuild (New Package) Made with abeni.
Looks mostly good. Can you make the following modifications: 1) Only actually build the documentation if the doc useflag is set. Saves a bit of time. 2) See if you can build it with jikes. If not, comment the ebuild saying that it's not compatible with jikes 3) Version the jdk required, e.g. virtual/jdk-1.4 4) Set jre in RDEPEND (if it can run on the jre only): virtual/jre-1.4 5) SLOT it as 2.5. Probably, it's not binary compatible with 1.x and other 2.x versions. Please have a look at http://gentoo-wiki.com/Gentoo_Java_Policy for help, or ask in #gentoo-java on irc.freenode.net. Thanks a lot for your contribution!
Created attachment 49179 [details] jexcelapi-2.5.1.ebuild (New Package) 3) Version the jdk required, e.g. virtual/jdk-1.4 sun-jdk-1.2 refuses to run on my system (glibc problems), so I made the package to DEPEND on jdk-1.3 I read the wiki and am working on IUSE="source". I'll try to use `jar` instead of DEPENDing on `zip`. Cheers, -Eddy
i've commited a slightly modified version of your ebuild, thanks.