Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62590 - jdbc2-oracle have bad file name
Summary: jdbc2-oracle have bad file name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 01:30 UTC by Antonio
Modified: 2004-09-02 01:42 UTC (History)
0 users

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 Antonio 2004-09-02 01:30:04 UTC
In ebuild for jdbc2-oracle there are error in file name doc:

file_main_orig=classes12.zip
file_main_debug_orig=classes12_g.zip
file_rowset_orig=ocrs12.zip
file_nls_orig=nls_charset12.zip
file_doc_orig=javadoc.tat    <--------------- is javadoc.tar

file_main=${P}-${file_main_orig}
file_main_debug=${P}-${file_main_debug_orig}
file_rowset=${P}-${file_rowset_orig}
file_nls=${P}-${file_nls_orig}
file_doc=${P}-${file_doc_orig}



javadoc.tar and not javadoc.tat

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-02 01:42:01 UTC
Thanks, fixed in cvs