Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44788 - egenix-mx-base-2.0.5 404 error in SRC_URI, got correct url
Summary: egenix-mx-base-2.0.5 404 error in SRC_URI, got correct url
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 17:19 UTC by scope
Modified: 2004-03-16 11:30 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 scope 2004-03-15 17:19:49 UTC
for the ebuild to download the file the SRC_URI line needs to be changed.. here is the diff between the old and new files:

9c9
< SRC_URI="http://www.lemburg.com/files/python/${P}.tar.gz"
---
> SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz"

just needs the hostname in the url changed

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 scope 2004-03-15 17:20:54 UTC
sorry the ebuld is: dev-python/egenix-mx-base-2.0.5
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2004-03-16 11:30:22 UTC
I corrected all egenix-mx-base ebuilds. Thanks for catching this.