Bug 55843 - quake2-icculus-0.15-r1 typo in ebuild, USE="xatrix" wont work
Bug#: 55843 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: pixelbrei@h3c.de
Component: Games
URL: 
Summary: quake2-icculus-0.15-r1 typo in ebuild, USE="xatrix" wont work
Keywords:  
Status Whiteboard: 
Opened: 2004-07-01 17:49 0000
Description:   Opened: 2004-07-01 17:49 0000
In this specific ebuild, there is a typo, which makes portage try to unpack a
file which does not exist. In quake2-icculus-0.15-r1.ebuild, line 47, the code
"$(useq xatrix && echo matrix)" should read "$(useq xatrix && echo xatrix)".

Reproducible: Always
Steps to Reproduce:
1. Set USE="xatrix"
2. emerge =quake2-icculus-0.15-r1


Actual Results:  
emerge wants to unpack a file named matrixsrc320.shar.Z (which, of course,
doesn't exist), instead of the downloaded xatrixsrc320.shar.Z.

Expected Results:  
It should unpack the file downloaded, with correct filename.

------- Comment #1 From Mr. Bones. 2004-07-01 18:51:11 0000 -------
Fixed in cvs.  Thanks for the bug report.