summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo. (trunk r10631)Zac Medico2008-06-101-2/+1
* Use pkg.mtime instead of calling stat().Zac Medico2008-06-101-1/+1
* Fix typo. (trunk r10628)Zac Medico2008-06-101-1/+1
* Fix missing initialization. (trunk r10626)Zac Medico2008-06-091-0/+1
* Add CONTENTS indexing support for optimization of owner lookups. TheZac Medico2008-06-093-79/+264
* When inside fakeroot, directories with portage's gid appearZac Medico2008-06-091-2/+9
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is missingZac Medico2008-06-091-0/+2
* Make portdbapi.aux_get() return float type for _mtime_. (trunk r10603)Zac Medico2008-06-091-1/+4
* 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-092-1/+6
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-092-5/+20
* 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
* Add vardbapi.aux_get() support for an "_mtime_" value which corresponds toZac Medico2008-06-091-11/+19
* Inside, create_trees(), pass target_root="/" into the config constructorZac Medico2008-06-071-1/+1
* Validate ROOT from make.conf. (trunk r10596)Zac Medico2008-06-071-0/+2
* 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
* Bug #224713 - Avoid TypeError when make.conf is missing:v2.1.5.4Zac Medico2008-06-041-0/+2