Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358943 - ebuild for stringtemplate 3.2.1
Summary: ebuild for stringtemplate 3.2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2011-03-14 20:58 UTC by Oliver Nautsch
Modified: 2011-03-15 20:00 UTC (History)
0 users

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


Attachments
The ebuild file for version 3.2.1 (stringtemplate-3.2.1.ebuild,1.72 KB, text/plain)
2011-03-14 20:59 UTC, Oliver Nautsch
Details
stringtemplate-3.2.1.ebuild with javadoc (stringtemplate-3.2.1.ebuild,1.70 KB, text/plain)
2011-03-15 10:59 UTC, Oliver Nautsch
Details
stringtemplate-3.2.1.ebuild (stringtemplate-3.2.1.ebuild,1.67 KB, text/plain)
2011-03-15 16:02 UTC, Oliver Nautsch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Nautsch 2011-03-14 20:58:17 UTC
ebuild for stringtemplate 3.2.1 (see http://www.stringtemplate.org/). 

stringtemplate 3.2 has an ant build. stringtemplate 3.2.1 uses maven. I changed the ebuild to work with ejavac. javadoc is still missing.

Reproducible: Always
Comment 1 Oliver Nautsch 2011-03-14 20:59:40 UTC
Created attachment 265869 [details]
The ebuild file for version 3.2.1

Here is the ebuild for version 3.2.1.
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2011-03-15 06:12:14 UTC
(In reply to comment #1)
> Created attachment 265869 [details]
> The ebuild file for version 3.2.1
> 
> Here is the ebuild for version 3.2.1.

One more thing I missed in online review. You already die in antlr2 function definition. Additional dies in antlr2 calls should be removed.
Comment 3 Oliver Nautsch 2011-03-15 10:59:49 UTC
Created attachment 265927 [details]
stringtemplate-3.2.1.ebuild with javadoc

+ with javadoc 
+ additional dies in antlr2 calls removed
+ java-pkg_newjar build/${PN}.jar - 2nd param removed
+ source && java-pkg_dosrc src/* in a single line
+ junit removed as dependency
Comment 4 Oliver Nautsch 2011-03-15 16:02:32 UTC
Created attachment 265975 [details]
stringtemplate-3.2.1.ebuild

+ RDEPEND=">=virtual/jre-1.5...
+ DEPEND=">=virtual/jdk-1.5...
+ use @${T}/sources for javadoc 
+ selfdependency removed (ejavac call)
Comment 5 Serkan Kaba (RETIRED) gentoo-dev 2011-03-15 20:00:53 UTC
Thank you for the report and the ebuild. It's now added to tree.