summaryrefslogtreecommitdiff
path: root/dev-java/java-dep-check/java-dep-check-0.4.ebuild
AgeCommit message (Collapse)Author
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-10-18dev-java/java-dep-check: Major Changes see listWilliam L. Thomson Jr
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>