Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144827 - dev-java/groovy version number in installed .jar
Summary: dev-java/groovy version number in installed .jar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 144738
  Show dependency tree
 
Reported: 2006-08-23 01:09 UTC by Jakob Truelsen
Modified: 2006-08-27 03:35 UTC (History)
0 users

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


Attachments
The ebuild (groovy-1.0_beta4-r2.ebuild,3.66 KB, text/plain)
2006-08-26 03:58 UTC, Jakob Truelsen
Details
The ebuild (groovy-1.0_beta4-r2.ebuild,3.66 KB, text/plain)
2006-08-26 04:03 UTC, Jakob Truelsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Truelsen 2006-08-23 01:09:26 UTC
Hi 

I have found that the dev-java/groovy only installes a jar file with a version numer this is both a bugging and in violation with the gentoo java guidelines.

Jakob
Comment 1 Jakob Truelsen 2006-08-23 01:14:55 UTC
also this ebuild siriusly needs an version bump as there has been 12 releases sins the ebuild.. (and the package is no longer in beta)
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-08-23 01:48:49 UTC
Looked at chances for bumped migrated ebuild, and they use maven :(
Comment 3 Jakob Truelsen 2006-08-26 03:58:00 UTC
Created attachment 95118 [details]
The ebuild

Ok, I see they are using maven, I am trying to create an ebuild for a newer version. In the meantime I have made a new ebuild for the old verison, it no longer installs the jar with a version number..
Comment 4 Jakob Truelsen 2006-08-26 04:03:28 UTC
Created attachment 95121 [details]
The ebuild

Ops.. version number mentioned in ebuild.. sorry.
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2006-08-26 07:51:41 UTC
Commited with some improvements. 

* your ebuild had incomplete RDEPEND (dev-java/ stuff needs to be in both DEPEND and RDEPEND)
* works with JAVA_PKG_STRICT=1 by using jar-from on ant-core
* using $(use_doc) with eant

I will open a new bug for the version bump.