Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229191 - sys-apps/portage-2.1.4.4: ebuild example.ebuild digest doesn't read fetch sources (SRC_URI) and trys to fetch files from normal mirrors
Summary: sys-apps/portage-2.1.4.4: ebuild example.ebuild digest doesn't read fetch sou...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 10:18 UTC by Robert Bombka
Modified: 2008-06-24 12:01 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 Robert Bombka 2008-06-24 10:18:30 UTC
cat /usr/portage/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild | grep SRC_URI
OUTPUT:
SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"


rm /usr/portage/x11-plugins/pidgin-otr/Manifest 
ebuild /usr/portage/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild digest

he fetches the files from your normal mirrors (which works in this case but it has probably it's reason that another source is supplied in the ebuild).
He should fetch it from cypherpunks.ca/otr....

Reproducible: Always

Steps to Reproduce:
1.cat /usr/portage/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild | grep SRC_URI
2.rm /usr/portage/x11-plugins/pidgin-otr/Manifest 
3.ebuild /usr/portage/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild digest

Actual Results:  
He fetches the files from my normal Gentoo Mirrors.

Expected Results:  
Fetch the files from the source supplied in the ebuild.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-06-24 11:34:19 UTC
Use RESTRICT="mirror".