Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93239 - dev-util/checkstyle version bump to 3.5
Summary: dev-util/checkstyle version bump to 3.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-05-19 11:52 UTC by Christopher G. Stach II
Modified: 2005-06-29 10:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher G. Stach II 2005-05-19 11:52:33 UTC
It should also probably be moved to dev-java from dev-util, as it only analyzes Java.
Comment 1 Christopher G. Stach II 2005-05-19 12:10:26 UTC
Also, please add this to the ebuild so the checkstyle task can be loaded into ant:

--- checkstyle-3.4-r4.ebuild    2005-05-14 11:10:54.000000000 -0500
+++ checkstyle-3.5.ebuild       2005-05-19 14:02:04.000000000 -0500
@@ -49,6 +49,8 @@
        insinto /usr/share/checkstyle
        jar cfm ${PN}.jar config/manifest.mf -C target/checkstyle .
        java-pkg_dojar ${PN}.jar
+       dodir /usr/share/ant-core/lib
+       dosym /usr/share/${PN}/lib/${PN}.jar /usr/share/ant-core/lib/
        use doc && java-pkg_dohtml -r docs/*
        dodoc README RIGHTS.antlr TODO
        mv docs/checkstyle_checks.xml
${D}/usr/share/checkstyle/checkstyle_checks.xml
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2005-06-29 10:37:26 UTC
thanks, bumped