Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2617

Summary: antlr-2.7.1-r2 Ebuild bugfix/addition
Product: Gentoo Linux Reporter: Bardur Arantsson <bugs-gentoo.org>
Component: New packagesAssignee: Karl Trygve Kalleberg (RETIRED) <karltk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to enable installation of "package.env"
package.env file which should be used for antlr

Description Bardur Arantsson 2002-05-09 11:56:52 UTC
Currently the ebuild for dev-java/antlr-2.7.1 does not install 
a "package.env" file, which is required for java-config to recognize the package. 
 
The attached patch to the ebuild fixes this, so that a "package.env" file is 
installed in the /usr/share/antlr directory. The "package.env" file (which should 
be copied into the ${FILESDIR} of the ebuild) is also attached.
Comment 1 Bardur Arantsson 2002-05-09 11:57:31 UTC
Created attachment 916 [details, diff]
patch to enable installation of "package.env"
Comment 2 Bardur Arantsson 2002-05-09 11:57:55 UTC
Created attachment 917 [details]
package.env file which should be used for antlr
Comment 3 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-05-10 10:30:07 UTC
Wrong solution. Use dojar instead of hardcoding the package.env. dojar-solution
added to dev-java/antlr-2.7.1-r3.