dev-java/java-dep-check: Major Changes see list
authorWilliam L. Thomson Jr <wlt@o-sinc.com>
Tue, 13 Sep 2016 19:50:26 +0000 (15:50 -0400)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 18 Oct 2016 19:51:06 +0000 (20:51 +0100)
commitebff34c8840ea64f3aacf9ee0a9f14cf782b4311
tree81f204c90982cf4477df0c1828ac28e37485e6b0
parent09ef09a802836b4c51f91851cf6e72397edfe212
dev-java/java-dep-check: Major Changes see list

1. Added initial Java docs, could use more inline comments on function
2. Switched to Lambda expressions and Streams were possible
3. Updated to use asm 5 from asm 3
4. Changed how initial package.env is loaded, via props vs parsing lines
5. Preffixed global class variables with m for member of class

TODO
1. Another block calling external java-config -p should use package.env
   Needs to support preffix, to load other packages package.env thus use
   of java-config -p for now.
2. May need to refactor how this package is laid out, file names, etc

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2323

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
dev-java/java-dep-check/files/Main-0.4.java [new file with mode: 0644]
dev-java/java-dep-check/java-dep-check-0.4.ebuild [new file with mode: 0644]