Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 293830

Summary: sys-apps/portage: List only one url per line for --pretend --fetchonly
Product: Portage Development Reporter: Allen Brooker (AllenJB) <gentoo-bugs>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=109304
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 377365    

Description Allen Brooker (AllenJB) 2009-11-20 10:42:14 UTC
emerge should list only one url per line for "emerge -pf <package>". This would allow the output to be used with wget -i. For example:
emerge -pf axel > filelist.txt
wget -i filelist.txt

With the current output, wget replaces the spaces between urls with %20, which obviously results in it not finding the files.

(This can be useful if you need to download the files from another machine or install (eg. outside a chroot)).