summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing ↵Marius Mauch2006-03-191-19/+60
| | | | | | RSYNC_ variables, rename RSYNC_RETRIES to PORTAGE_RSYNC_RETRIES svn path=/main/trunk/; revision=2955
* update -I long optionMike Frysinger2006-03-191-1/+1
| | | | svn path=/main/trunk/; revision=2954
* delete extraneous printMike Frysinger2006-03-191-1/+0
| | | | svn path=/main/trunk/; revision=2953
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR ↵Zac Medico2006-03-192-3/+17
| | | | | | to portage.settings when --nocolor is specified. See bug #126756. svn path=/main/trunk/; revision=2952
* Fix typo in spelling of been in emerge-webrsync. Thanks to bonsaikitten for ↵Zac Medico2006-03-181-1/+1
| | | | | | reporting. svn path=/main/trunk/; revision=2943
* Make PORTAGE_INST_UID and PORTAGE_INST_GID default to 0 in case of ↵Zac Medico2006-03-184-8/+8
| | | | | | environment problems. svn path=/main/trunk/; revision=2942
* Make successful inherit calls return success so that \'source ${EBUILD}` ↵Zac Medico2006-03-181-1/+2
| | | | | | returns success when an ebuild calls inherit last. svn path=/main/trunk/; revision=2940
* Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when ↵Zac Medico2006-03-181-1/+1
| | | | | | PORTAGE_WORKDIR_MODE is unset or null. svn path=/main/trunk/; revision=2933
* Prevent "eclass-debug.log: No such file or directory" messages that are ↵Zac Medico2006-03-181-1/+1
| | | | | | produced during the "depend" phase when ${T} doesn't exist. svn path=/main/trunk/; revision=2931
* Fix deprecated emerge syntax in emerge-webrsync for bug #126558.Zac Medico2006-03-171-1/+1
| | | | svn path=/main/trunk/; revision=2924
* Merge emerge-webrsync uid and gid fixes from the prefix branch.Zac Medico2006-03-171-4/+5
| | | | svn path=/main/trunk/; revision=2923
* Use `mv -f` to make sure mv does not prompt for confirmation.Zac Medico2006-03-171-1/+1
| | | | svn path=/main/trunk/; revision=2911
* Add package atom validation to the `emerge --config` action. Thanks to ↵Zac Medico2006-03-161-12/+19
| | | | | | sekretarz for reporting and providing an initial patch. svn path=/main/trunk/; revision=2908
* touchup some more misc bits of bash codeMike Frysinger2006-03-161-15/+12
| | | | svn path=/main/trunk/; revision=2905
* cleanup bash code in use*() and has*() functions with the help of agriffisMike Frysinger2006-03-161-41/+15
| | | | svn path=/main/trunk/; revision=2903
* add support for unpacking .tbz, .a, and .deb filesMike Frysinger2006-03-161-1/+4
| | | | svn path=/main/trunk/; revision=2902
* Add a new PORTAGE_WORKDIR_MODE config variable so that the mode of WORKDIR ↵Zac Medico2006-03-161-2/+4
| | | | | | is no longer hard coded. See bug #8688. svn path=/main/trunk/; revision=2901
* declare more local variables to prevent env pollutionMike Frysinger2006-03-161-2/+4
| | | | svn path=/main/trunk/; revision=2900
* - dont allow people to call `install` with -s via ↵Mike Frysinger2006-03-161-39/+28
| | | | | | | | insopts/diropts/exeopts/libopts and simplify them in general - fix "nostrip" usage and DEBUGBUILD svn path=/main/trunk/; revision=2898
* add --quiet support to --colsMike Frysinger2006-03-151-15/+26
| | | | svn path=/main/trunk/; revision=2891
* Generate depgraph.applied_useflags in the display method as necessary for ↵Zac Medico2006-03-151-4/+10
| | | | | | use with --resume. See bug #126120. svn path=/main/trunk/; revision=2890
* Remove bin/dopython because it's not either used or useful. Thanks to Brian ↵Zac Medico2006-03-141-23/+0
| | | | | | Harring for noticing. svn path=/main/trunk/; revision=2889
* Catch keyboardinterrupt during imports, don't print nasty tracebacks there, ↵Alec Warner2006-03-141-1/+4
| | | | | | later on we have signal handlers for control C svn path=/main/trunk/; revision=2885
* Simplify emerge's secpass logic.Zac Medico2006-03-131-19/+11
| | | | svn path=/main/trunk/; revision=2867
* Fix KeyError: 'mergelist' error (regression from r2847). See bug #125993.Zac Medico2006-03-131-0/+1
| | | | svn path=/main/trunk/; revision=2864
* Use find -path instead of -name for compatibility with both gnu and bsd ↵Zac Medico2006-03-121-1/+1
| | | | | | userlands. See bug #125919. svn path=/main/trunk/; revision=2863
* ppc64 isnt ok just yet, so dont scan for exec stacksMike Frysinger2006-03-121-1/+1
| | | | svn path=/main/trunk/; revision=2860
* Add --tree to the blacklist when --resume is used. See bug #54040.Zac Medico2006-03-121-1/+1
| | | | svn path=/main/trunk/; revision=2857
* backport portage-pkg path change from savior branchMike Frysinger2006-03-111-4/+4
| | | | svn path=/main/trunk/; revision=2850
* dont reset spinner for non-ttys if --quiet is in useMike Frysinger2006-03-111-2/+3
| | | | svn path=/main/trunk/; revision=2849
* Do automatic backup the resume list when it's length is greater than 1 for ↵v2.1_pre6Zac Medico2006-03-111-1/+12
| | | | | | bug #122527. svn path=/main/trunk/; revision=2847
* Move PORTAGE_INST_UID and PORTAGE_INST_GID from ebuild.sh to make.globals so ↵Zac Medico2006-03-111-4/+0
| | | | | | they can be overridden. svn path=/main/trunk/; revision=2846
* Make dobin and dosbin use PORTAGE_INST_UID and PORTAGE_INST_GID.Zac Medico2006-03-112-2/+2
| | | | svn path=/main/trunk/; revision=2845
* Do the clean phase at the end of dblink.treewalk() to ensure that it is ↵Zac Medico2006-03-111-8/+1
| | | | | | triggered when both source and binary packages are merged. See bug #105706. svn path=/main/trunk/; revision=2843
* Fix dyn_clean in ebuild.sh so that it removes the builddir correctly (if it ↵Zac Medico2006-03-101-3/+5
| | | | | | is empty). See bug #105706. svn path=/main/trunk/; revision=2840
* Fix emerge's "Post-Build Cleaning" so that it works with --buildpkgonly in ↵Zac Medico2006-03-101-10/+12
| | | | | | FEATURES. See bug #105706. svn path=/main/trunk/; revision=2839
* Move dyn_rpm and dyn_spec from ebuild.sh to misc-functions.sh.Zac Medico2006-03-102-48/+40
| | | | svn path=/main/trunk/; revision=2838
* Move the install phase qa checks from ebuild.sh to misc-functions.sh and add ↵Zac Medico2006-03-092-255/+260
| | | | | | the necessary support to spawnebuild. svn path=/main/trunk/; revision=2837
* Remove "myarg" from the ebuild.sh env before it is saved so that it doesn't ↵Zac Medico2006-03-091-0/+3
| | | | | | interfere when ebuild.sh is sourced by other scripts. svn path=/main/trunk/; revision=2836
* Remove install_mask from ebuild.sh since it's in misc-functions.sh now.Zac Medico2006-03-091-22/+0
| | | | svn path=/main/trunk/; revision=2833
* Split install_mask and parts of dyn_preinst from ebuild.sh to ↵Zac Medico2006-03-092-87/+132
| | | | | | misc-functions.sh and add the necessary support to doebuild. svn path=/main/trunk/; revision=2832
* Split dyn_package from ebuild.sh to misc-functions.sh and add MISC_SH_BINARY ↵Zac Medico2006-03-092-31/+50
| | | | | | support to spawnebuild. svn path=/main/trunk/; revision=2831
* add support for ebuild authors to mark stuff as ignorableMike Frysinger2006-03-091-8/+38
| | | | svn path=/main/trunk/; revision=2830
* document new --no-ldconfig optionMike Frysinger2006-03-091-1/+1
| | | | svn path=/main/trunk/; revision=2828
* Move PKG_INSTALL_MASK functionality (see bug #81025) from dyn_install to ↵Zac Medico2006-03-081-3/+1
| | | | | | dyn_package because we don't want PKG_INSTALL_MASK to affect the install phase (INSTALL_MASK is in dyn_preinst). svn path=/main/trunk/; revision=2826
* - commit initial split install masking code. this commits adds new portage ↵Ned Ludd2006-03-081-15/+26
| | | | | | variable PKG_INSTALL_MASK for fine tuning what gets added to the binary .tbz2 and xpak data. This function will probably be later split out into a misc-functions.sh by zac svn path=/main/trunk/; revision=2825
* Make the parallel-fetch process sleep for 3 seconds at the beginning in ↵Zac Medico2006-03-071-0/+1
| | | | | | order to allow the parent process to have the first fetch (rather than display a 'waiting for a lock' message). Suggestion by Brian Harring. svn path=/main/trunk/; revision=2824
* - make portage display the ROOT when unmerging a selected packageNed Ludd2006-03-071-0/+3
| | | | svn path=/main/trunk/; revision=2820
* only scan for exec stacks on linux/glibc hostsMike Frysinger2006-03-061-7/+12
| | | | svn path=/main/trunk/; revision=2819
* Remove the leading / from WORLD_FILE for better cooperation with ↵Zac Medico2006-03-063-13/+14
| | | | | | os.path.join (see bug #124471). svn path=/main/trunk/; revision=2818