Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504964 - =games-emulation/dolphin-4.0 upstream SRC_URI changed
Summary: =games-emulation/dolphin-4.0 upstream SRC_URI changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Devan Franchini (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 14:10 UTC by Jerome Venturi
Modified: 2014-03-19 02:26 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 Jerome Venturi 2014-03-18 14:10:22 UTC
Hi, 

Just try to emerge games-emulation/dolphin-4.0 and the ebuild has wrong typo in SRC_URI and wget failed to get the file. Changing this line :
SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip"
to this line :
SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PN}-${PV}.zip"
And it's ok, but i don't think it's a right typo...

And also this line :
S="${WORKDIR}/${PN}-emu"
to this line :
S="${WORKDIR}/${PN}-${PV}"
And every thing is ok, but again i think it's not a good typo ...

Hope this could help. 
Thanks !




Reproducible: Always

Steps to Reproduce:
emerge =games-emulation/dolphin-4.0
Comment 1 Devan Franchini (RETIRED) gentoo-dev 2014-03-18 18:50:24 UTC
The issue is with the S variable, not with the SRC_URI :) When downloaded, it will download to the dolphin-4.0.zip file, but the URI should be as is. 

I'm going to resolve this issue with both 4.0 and 3.5 ebuild versions. I appreciate you letting me know.
Comment 2 Devan Franchini (RETIRED) gentoo-dev 2014-03-18 19:14:41 UTC
Should be fixed now, do let me know if you still run into any problems. I'll keep this open until the change becomes available on the portage tree.
Comment 3 Devan Franchini (RETIRED) gentoo-dev 2014-03-19 02:26:54 UTC
Fire away at your compiler ;)