summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Bug #239560:v2.1.4.5Zac Medico2008-10-092-1782/+725
* 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
* Exclude calls to autoheader and makeinfo from the automake "maintainer mode"Zac Medico2008-08-171-1/+4
* 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-192-2/+13
* Use optparse instead of getopt. (trunk r10709:10711)Zac Medico2008-06-191-13/+20
* More eblank.v2.1.5.6Zac Medico2008-06-172-16/+1
* Remove the rest of eblank.Zac Medico2008-06-174-17/+2
* Revert eblank since a formatting function is out of place among the currentZac Medico2008-06-174-14/+3
* Add missing helper_functions.docbook from previous commit.Zac Medico2008-06-171-0/+57
* * Document eblank and eqawarn in the ebuild.5 man page.Zac Medico2008-06-173-0/+9
* Add note about bug #226505. (trunk r10685)Zac Medico2008-06-171-0/+9
* Add a "Interaction with previous installed version" section to document theZac Medico2008-06-171-0/+57
* Add "blank" to the default PORTAGE_ELOG_CLASSES setting. (trunk r10681)Zac Medico2008-06-172-3/+3
* Fix BLANK order and color. (trunk r10679)Zac Medico2008-06-171-3/+3
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-175-6/+24
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-173-2/+19
* Fix typo. (trunk r10673)Zac Medico2008-06-161-1/+1
* Document the new ACCEPT_CHOSTS variable. (trunk r10671)Zac Medico2008-06-162-4/+9
* Tweak the config._accept_chost() regex. (trunk r10669)Zac Medico2008-06-161-1/+1
* Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved.Zac Medico2008-06-161-1/+1
* Bug #223417 - Due to 1 second mtime granularity in < python-1.5, mtime checksZac Medico2008-06-161-22/+25
* 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
* Add two new build log qa checks, suggested by Diego Pettenò:Zac Medico2008-06-161-1/+53
* Pass missing "installed" parameter into Package constructor. (trunk r10651)Zac Medico2008-06-161-1/+1
* Fix config._accept_chost_re so it's only an instance variable.Zac Medico2008-06-151-1/+1
* Add support for and ACCEPT_CHOSTS variable that controls masking behaviorZac Medico2008-06-152-6/+25
* 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
* Add another sanity check in the owners cache. (trunk r10640)Zac Medico2008-06-101-1/+4
* Use isinstance() instead of handling TypeError. (trunk r10638)Zac Medico2008-06-101-4/+2
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is empty andZac Medico2008-06-101-0/+12
* Add some sanity checks and error tolerance in the owners cache.Zac Medico2008-06-101-1/+15