Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14625 - This enhancement could automatize the download for diferent archs on the setiathome package
Summary: This enhancement could automatize the download for diferent archs on the seti...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 10:33 UTC by Alvaro Figueroa (RETIRED)
Modified: 2003-01-27 13:40 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 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