Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47497 - ebuild quake3-urbanterror fetch wrong
Summary: ebuild quake3-urbanterror fetch wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-11 04:30 UTC by Antonio
Modified: 2004-04-13 04:31 UTC (History)
1 user (show)

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


Attachments
ebuild correct (quake3-urbanterror-3.4.ebuild,797 bytes, text/plain)
2004-04-11 04:35 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-04-11 04:30:06 UTC
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 Antonio 2004-04-11 04:35:03 UTC
Created attachment 29071 [details]
ebuild correct

This is ebuild correct
Comment 2 Andrew Crouthamel 2004-04-11 09:33:53 UTC
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 Chris Gianelloni (RETIRED) gentoo-dev 2004-04-11 10:12:38 UTC
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 Antonio 2004-04-11 16:23:59 UTC
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 Chris Gianelloni (RETIRED) gentoo-dev 2004-04-11 16:50:54 UTC
I already fixed it.

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

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

and not unpack UrbanTerror34.zip
Comment 7 Antonio 2004-04-13 04:31:34 UTC
Sorry !
it is OK
Thanks