Bug 47497 - ebuild quake3-urbanterror fetch wrong
Bug#: 47497 Product:  Gentoo Linux Version: 2004.0 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: netbix@tiscali.it
Component: Games
URL: 
Summary: ebuild quake3-urbanterror fetch wrong
Keywords:  
Status Whiteboard: 
Opened: 2004-04-11 04:30 0000
Description:   Opened: 2004-04-11 04:30 0000
In new ebuild for quake3-urbanterror-3.4 the file upgrade 3.4 ir incorrect.
The real name of patch is UrbanTerror34.zip and not urbanterror34.zip

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Antonio 2004-04-11 04:35:03 0000 -------
Created an attachment (id=29071) [details]
ebuild correct

This is ebuild correct

------- Comment #2 From Andrew Crouthamel 2004-04-11 09:33:53 0000 -------
I was about to submit this same bug.  Thanks for the new ebuild, I hope they
add it to portage soon since it's not that big of a change.

------- Comment #3 From Chris Gianelloni (RETIRED) 2004-04-11 10:12:38 0000 -------
I just fixed this in CVS. There's no need to submit an ebuild for such a simple
change.  A bug is plenty information enough.  After all, it was replacing 2
characters. ;]

Thanks for the submission.

------- Comment #4 From Antonio 2004-04-11 16:23:59 0000 -------
I are not correct this part:

..........
.........
src_unpack() {
	unpack urbanterror3.zip
	cd q3ut3
	unpack UrbanTerror31.zip
	unpack UrbanTerror32.zip
	unpack UrbanTerror33.zip
	unpack urbanterror34.zip  <-------------- correct it
}
....
..............

------- Comment #5 From Chris Gianelloni (RETIRED) 2004-04-11 16:50:54 0000 -------
I already fixed it.

Make sure you sync

------- Comment #6 From Antonio 2004-04-12 14:04:59 0000 -------
Are you sure ? i have sync today but this line is:

.......
......
unpack urbanterror34.zip  <-------------- correct it
.........
..........

and not unpack UrbanTerror34.zip

------- Comment #7 From Antonio 2004-04-13 04:31:34 0000 -------
Sorry !
it is OK
Thanks