This bug will contain an ebuild for v1.14 of dev-java/FScript. Description From FScript website: "FScript is an extremely simple scripting language. Its intended use is as an embedded language in other Java programs. It is very simple to embed - it can be as simple as sub-classing one class to add your own functionality. However is not a complete programming language, as it has no library of standard functions (such as IO and string processing). FScript supplies a base functionality (such as flow control, variable handling and basic math operations) that can extended by the host application." Dependencies: - virtual/jdk-1.4 USE Options: - doc (enables JavaDoc (API) creation as well as general docs)
Created attachment 25038 [details] dev-java/fscript/fscript-1.14.ebuild Here is the ebuild.
I need to fix this ebuild.. I discovered an error in the JAR file generation.. -r1 to be added shortly.
Comment on attachment 25038 [details] dev-java/fscript/fscript-1.14.ebuild - bad jar file creation
Created attachment 25041 [details] dev-java/fscript/fscript-1.14.ebuild Updated ebuild: - Makefile tweaks for JAR compilation: - removed extraneous top level directory - renamed jar to include version
In portage now, thanks.