summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bug #239471 - Handle InvalidDependString from portdbapi.getfetchlist() insideZac Medico2008-10-061-6/+12
* Bug #239006 - In FakeVartree._aux_get_wrapper(), fall back to vdb metadataZac Medico2008-10-061-3899/+1525
* Bug #222091 - Filter out any instances of the \1 character from variableZac Medico2008-10-061-79/+17
* Fix WorldHandler so that it works properly when ROOT != /. Thanks to solarZac Medico2008-09-131-2/+2
* Bug #229069 - Before deleting the depgraph, break references pointingZac Medico2008-08-171-0/+34
* Fix spelling of depgraph._complete_threshold. (trunk r10774)Zac Medico2008-08-171-3/+3
* If dep calculation time exceeds 20 seconds then automaticallyZac Medico2008-08-171-5/+16
* Clear dbapi caches just after deleting the depgraph in action_build().Zac Medico2008-08-171-0/+13
* Fix some remaining corner cases that cause bug #220341 to reappearZac Medico2008-08-171-14/+15
* Bug #228939 - Fix display list interaction with --tree mode to preventZac Medico2008-08-171-1/+4
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-08-171-1/+1
* Pass a Package instance into LineCheck.new(). (trunk r10725)Zac Medico2008-06-191-4/+4
* Refactor the 'inherit.autotools' and 'IUSE.undefined' checksZac Medico2008-06-191-27/+68
* Bug #228075 - Explicitly call gc.collect() to try and free memoryZac Medico2008-06-191-0/+8
* As suggested by remi`, make the 'inherit.autotools' check only ebuilds thatZac Medico2008-06-191-7/+6
* Bug #225285 - Add support for persistent options stored in the EBUILD_DEFAULT...Zac Medico2008-06-191-3/+10
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-191-1/+9
* Use optparse instead of getopt. (trunk r10709:10711)Zac Medico2008-06-191-13/+20
* Remove the rest of eblank.Zac Medico2008-06-171-12/+1
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-3/+3
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-171-1/+17
* Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved.Zac Medico2008-06-161-1/+1
* Make some post_merge() things conditional on the vdb lock being heldZac Medico2008-06-161-7/+9
* Add some write access checks in post_merge() in order to avoid triggeringZac Medico2008-06-161-3/+7
* Fix the 'inherit.autotools' check to account for apache-2_src_unpack()Zac Medico2008-06-161-0/+5
* Pass missing "installed" parameter into Package constructor. (trunk r10651)Zac Medico2008-06-161-1/+1
* Add support for and ACCEPT_CHOSTS variable that controls masking behaviorZac Medico2008-06-151-6/+4
* Handle InvalidDependString in _package_cache.__setitem__(). (trunk r10648)v2.1.5.5Zac Medico2008-06-111-4/+7
* Bug #225767 - Suppress warnings for installed packages masked by keywordsZac Medico2008-06-111-1/+39
* Use spawn() instead of system(). (trunk r10642)Zac Medico2008-06-111-2/+18
* Use pkg.mtime instead of calling stat().Zac Medico2008-06-101-1/+1
* Add CONTENTS indexing support for optimization of owner lookups. TheZac Medico2008-06-092-29/+21
* Add additional functions such as eaclocal and eautoheader to theZac Medico2008-06-091-1/+5
* Make repoman pass Package instances into run_checks(), so that the checksZac Medico2008-06-092-11/+29
* Bug #224271 - New check 'IUSE.undefined', renamed from genericZac Medico2008-06-091-1/+3
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-091-5/+17
* remove old/unused gen_wrapper function (trunk r10591)Zac Medico2008-06-092-10/+1
* Add Package.counter and mtime attributes. (trunk r10587)Zac Medico2008-06-091-3/+20
* Make load_emerge_config() filter out empty PORTAGE_CONFIGROOT and ROOTZac Medico2008-06-071-1/+3
* Bug #224271 - Add a 'IUSE is not defined' ebuild.minorsyn warning.Zac Medico2008-06-071-0/+7
* Use sets for more accurate cache modification counts in BlockerCache andZac Medico2008-06-041-5/+5
* Fix regex for compatibility with the regex implementation from FreeBSD'sZac Medico2008-06-041-1/+1
* Tweak the installed masked code from bug #223447 so that it less noisyZac Medico2008-06-041-3/+4
* Add modification threshold for BlockerCache.flush(), to avoid wasteful IO.Zac Medico2008-06-041-6/+10
* Fix typo. (trunk r10538)v2.1.5.3Zac Medico2008-06-011-1/+1
* Mention masked packages in another --resume message. (trunk r10535)Zac Medico2008-06-011-3/+3
* Reference depgraph.UnsatisfiedResumeDep instead of mydepgraph since theZac Medico2008-06-011-1/+1
* Update the --skipfirst dropped packages warning to mention "masking"Zac Medico2008-06-011-1/+2
* Update the UnsatisfiedResumeDep display to distinguish masked packagesZac Medico2008-06-011-6/+13
* Revert changes wrt argument atoms in the previous commit since it's notZac Medico2008-06-011-10/+8