summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* It was pointed out that we have a Test-Manifest perl package, which would get...Alec Warner2006-04-031-1/+1
* Fix yet another typo of mine, thanks to exgAlec Warner2006-04-031-1/+1
* Fix ordering in cvs calls to be correct, thanks to exg for the fix (again)Alec Warner2006-04-031-6/+6
* Fixes for repoman thanks to exg@gentoo.org and bug #128451, Excludes Manifest...Alec Warner2006-04-031-6/+12
* Fix minor typo: reported by Brian HarringAlec Warner2006-04-031-1/+1
* Take sound advice and move all the use expand files into desc/Alec Warner2006-04-031-1/+1
* Make repoman check for USE expand descriptions in other files so USE_EXPAND v...Alec Warner2006-04-032-3/+5
* Fixing stupid exception handlingAlec Warner2006-04-021-3/+1
* Compare distfiles timestamps with the files in PORTAGE_ACTUAL_DISTDIR instead...Zac Medico2006-03-291-1/+1
* add missing space in quiet col outputMike Frysinger2006-03-291-1/+1
* Recommend PORTAGE_RSYNC_EXTRA_OPTS instead of PORTAGE_RSYNC_OPTSMarius Mauch2006-03-281-1/+1
* - set sane perms on unpacking. If anybody hates this than they are welcome to...Ned Ludd2006-03-271-0/+1
* fix some nasty repoman tricks causing problems (always use absolute paths wit...Marius Mauch2006-03-271-3/+3
* Allow users in the portage group to fetch. Thanks to truedfx for reporting th...Zac Medico2006-03-261-5/+12
* Add files/ prefix for AUX files in manifest1 entries; fix digest.unused check...v2.1_pre7Marius Mauch2006-03-251-8/+15
* Load virtuals on demand in order to avoid needless vdb scanning during a simp...Zac Medico2006-03-252-3/+3
* Create tbz2 package directly in ${PKGDIR}/All to avoid need for temp file (in...Zac Medico2006-03-241-8/+9
* Add a portage_debug module and python-trace feature for --debug mode.Zac Medico2006-03-232-0/+8
* Include the die call itself (including line number) in the printed call stack...Zac Medico2006-03-231-0/+1
* Enable bash tracing during sourcing of bashrc for --debug mode. See bug #126...Zac Medico2006-03-221-1/+9
* Make emerge-webrsync only do metadata-transfer when necessary. Thanks to Pat...Zac Medico2006-03-201-2/+6
* Move has, hasq, and hasv functions to isolated-functions.sh since they do not...Zac Medico2006-03-202-16/+17
* Do not split PORTAGE_RSYNC_EXTRA_OPTS and add it directly to rsynccommand in ...Zac Medico2006-03-201-10/+11
* Miscellaneous fixes and cleanup for the rsync options handling.Zac Medico2006-03-191-43/+71
* Fix deprecated RSYNC_TIMEOUT handling (move it where rsync_flags is defined) ...Zac Medico2006-03-191-12/+8
* Add support for generic PORTAGE_RSYNC_{EXTRA_,}OPTS, deprecate existing RSYNC...Marius Mauch2006-03-191-19/+60
* update -I long optionMike Frysinger2006-03-191-1/+1
* delete extraneous printMike Frysinger2006-03-191-1/+0
* Add NOCOLOR support to ebuild.sh and make emerge automatically add NOCOLOR to...Zac Medico2006-03-192-3/+17
* Fix typo in spelling of been in emerge-webrsync. Thanks to bonsaikitten for ...Zac Medico2006-03-181-1/+1
* Make PORTAGE_INST_UID and PORTAGE_INST_GID default to 0 in case of environmen...Zac Medico2006-03-184-8/+8
* Make successful inherit calls return success so that \'source ${EBUILD}` retu...Zac Medico2006-03-181-1/+2
* Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when PORTAGE_W...Zac Medico2006-03-181-1/+1
* Prevent "eclass-debug.log: No such file or directory" messages that are produ...Zac Medico2006-03-181-1/+1
* Fix deprecated emerge syntax in emerge-webrsync for bug #126558.Zac Medico2006-03-171-1/+1
* Merge emerge-webrsync uid and gid fixes from the prefix branch.Zac Medico2006-03-171-4/+5
* Use `mv -f` to make sure mv does not prompt for confirmation.Zac Medico2006-03-171-1/+1
* Add package atom validation to the `emerge --config` action. Thanks to sekre...Zac Medico2006-03-161-12/+19
* touchup some more misc bits of bash codeMike Frysinger2006-03-161-15/+12
* cleanup bash code in use*() and has*() functions with the help of agriffisMike Frysinger2006-03-161-41/+15
* add support for unpacking .tbz, .a, and .deb filesMike Frysinger2006-03-161-1/+4
* Add a new PORTAGE_WORKDIR_MODE config variable so that the mode of WORKDIR is...Zac Medico2006-03-161-2/+4
* declare more local variables to prevent env pollutionMike Frysinger2006-03-161-2/+4
* - dont allow people to call `install` with -s via insopts/diropts/exeopts/lib...Mike Frysinger2006-03-161-39/+28
* add --quiet support to --colsMike Frysinger2006-03-151-15/+26
* Generate depgraph.applied_useflags in the display method as necessary for use...Zac Medico2006-03-151-4/+10
* Remove bin/dopython because it's not either used or useful. Thanks to Brian ...Zac Medico2006-03-141-23/+0
* Catch keyboardinterrupt during imports, don't print nasty tracebacks there, l...Alec Warner2006-03-141-1/+4
* Simplify emerge's secpass logic.Zac Medico2006-03-131-19/+11
* Fix KeyError: 'mergelist' error (regression from r2847). See bug #125993.Zac Medico2006-03-131-0/+1