| Bug#: 105710 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: java@gentoo.org | Reported By: 1723542c42148b2fe4af9f7ad1e382b30d4b7fd7@nurfuerspam.de | |
| Component: Ebuilds | |||
| URL: http://www.jonelo.de/java/jacksum/ | |||
| Summary: app-crypt/jacksum-1.6.0 (new version and bug in ebuild) | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-09-12 10:08 0000 | |||
| Description: | Opened: 2005-09-12 10:08 0000 |
Upstream released jacksum 1.6.0 a few days ago.
Please note:
* ${PN}-src.zip moved to source/${PN}-src.zip
* rm ${PN} *.jar results in a error about the missing file jacksum
Bug in the old ebuild:
* The wrapper-script should not use cd inside. Jacksum currently only workes
with absolute paths and fails on relative paths.
* Additionally exec should _IMO_ be used to start java, so that only one process
is being used.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Created an attachment (id=68267) [details]
jacksum-1.5.1-1.6.0.ebuild.patch
A small patch with the changes I made to the ebuild. (see above)