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

Bug 14625

Summary: This enhancement could automatize the download for diferent archs on the setiathome package
Product: Gentoo Linux Reporter: Alvaro Figueroa (RETIRED) <fede2>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: Normal    
Version: 1.4_rc2   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alvaro Figueroa (RETIRED) gentoo-dev 2003-01-27 10:33:05 UTC
I'm not into making ebuilds yet, so I leave the code up to you.

My suggestion is the following: Use the variable PROFILE_ARCH to modify the
value of SRC_URI to automatically download the binary tar file for the arch on
witch the ebuild is being run.

For a list of SRC_URI for some archs, please go to
http://setiathome.ssl.berkeley.edu/unix.html
Comment 1 Alvaro Figueroa (RETIRED) gentoo-dev 2003-01-27 10:35:17 UTC
BTW, examples of the use of that variable, can be found on glibc 2.2.5's ebuild
Comment 2 SpanKY gentoo-dev 2003-01-27 13:40:35 UTC
you can do this: 
SRC_URI="x86? ( pkg to download ) 
ppc? ( pkg to download ) 
sparc? ( pkg to download )" 
 
and so on and so forth ... if you want support for a specific package file a bug for a specific 
pkg