Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115986 - dev-util/checkstyle-4.1 (version bump)
Summary: dev-util/checkstyle-4.1 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 105215 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-18 15:07 UTC by Chris B Olsen
Modified: 2005-12-18 21:57 UTC (History)
1 user (show)

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 Chris B Olsen 2005-12-18 15:07:12 UTC
The checkstyle ebuild is a year out of date.
Need version 4.1
Update ebuild is here:
http://cboservices.dyndns.biz/checkstyle.ebuild.tar.bz
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-18 15:17:28 UTC
*** Bug 105215 has been marked as a duplicate of this bug. ***
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2005-12-18 21:13:20 UTC
In the future, please attach files to the bug, rather than making them available on another site. You never know when your site might go down, or the files go unavailable.

Additionally, if the changes between the old ebuild and new are fairly trivial, it would be enough to just attach a diff between them.

Now for the ebuild itself... ' >=dev-java/commons-beanutils-1.7* ' is an invalid atom. It needs to be '>=dev-java/commons-beanutils-1.7' or '=dev-java/commons-beanutils-1.7* '. The latter is actually better, because commons-beanutils it would get you the slot of commons-beanutils you want.
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2005-12-18 21:57:32 UTC
Added to CVS, with some modifications. Thanks for reporting!