summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-53/+60
* - People have started RESTRICTing "stricter", which we would like to discoura...Ned Ludd2006-04-301-9/+9
* Add PORTAGE_BIN_PATH and PORTAGE_PYM_PATH to the enviroment and use them to r...Zac Medico2006-04-301-1/+2
* Disable sandbox during package phase interaction with $PKGDIR for compatibili...Zac Medico2006-04-221-1/+3
* make misc-functions.sh executable as it's called directly from the python sideSimon Stelling2006-04-161-0/+0
* fix misuse of 'cat'Simon Stelling2006-04-161-2/+2
* use a temp file but this time cut out the duplicate calls to `find`Mike Frysinger2006-04-161-9/+10
* Make find arguments portable for bug #129935 and remove temp file usage for b...Zac Medico2006-04-161-12/+2
* `` must dieSimon Stelling2006-04-151-2/+2
* kill off custom bash hacks and replace with calls to find/xargs #121368Mike Frysinger2006-04-111-68/+18
* Create tbz2 package directly in ${PKGDIR}/All to avoid need for temp file (in...Zac Medico2006-03-241-8/+9
* Make PORTAGE_INST_UID and PORTAGE_INST_GID default to 0 in case of environmen...Zac Medico2006-03-181-4/+4
* Use `mv -f` to make sure mv does not prompt for confirmation.Zac Medico2006-03-171-1/+1
* Use find -path instead of -name for compatibility with both gnu and bsd userl...Zac Medico2006-03-121-1/+1
* ppc64 isnt ok just yet, so dont scan for exec stacksMike Frysinger2006-03-121-1/+1
* Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh.Zac Medico2006-03-101-0/+40
* Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ...Zac Medico2006-03-091-0/+259
* Split install_mask and parts of dyn_preinst from ebuild.sh to misc-functions....Zac Medico2006-03-091-0/+128
* Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ...Zac Medico2006-03-091-0/+45