| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the new emerge <file> feature. | Zac Medico | 2008-06-20 | 1 | -1/+1 |
* | Fix typo. | Zac Medico | 2008-06-20 | 1 | -1/+1 |
* | Make emerge <path> path search for multiple owners of directories. This | Zac Medico | 2008-06-20 | 1 | -20/+38 |
* | Pass a Package instance into LineCheck.new(), and use this to avoid | Zac Medico | 2008-06-19 | 1 | -10/+10 |
* | Refactor the 'inherit.autotools' and 'IUSE.undefined' checks | Zac Medico | 2008-06-19 | 1 | -26/+66 |
* | Bug #228075 - Explicitly call gc.collect() to try and free memory | Zac Medico | 2008-06-18 | 1 | -0/+8 |
* | As suggested by remi`, make the 'inherit.autotools' check only ebuilds that | Zac Medico | 2008-06-18 | 1 | -8/+6 |
* | Add an exemption for x-modular in the "inherit.autotools" check. Thanks to | Zac Medico | 2008-06-18 | 1 | -3/+4 |
* | Bug #225285 - Add a --skip-manifest option that disables all interaction | Zac Medico | 2008-06-18 | 1 | -1/+4 |
* | More eblank. | Zac Medico | 2008-06-17 | 2 | -2/+1 |
* | remove stray line | Marius Mauch | 2008-06-17 | 1 | -2/+0 |
* | Remove eblank nonsense | Marius Mauch | 2008-06-17 | 3 | -16/+3 |
* | Do not preserve the master link of a library to avoid packages being linked a... | Marius Mauch | 2008-06-17 | 1 | -0/+14 |
* | fix typo | Marius Mauch | 2008-06-17 | 1 | -2/+2 |
* | * Rename NEUTRAL color to BLANK for eblank. | Zac Medico | 2008-06-17 | 3 | -3/+18 |
* | Add support for an new "eblank" elog function that shows a blank line. | Zac Medico | 2008-06-17 | 2 | -1/+2 |
* | Fix typo. | Zac Medico | 2008-06-16 | 1 | -1/+1 |
* | Tweak the config._accept_chost() regex. | Zac Medico | 2008-06-16 | 1 | -1/+1 |
* | Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved. | Zac Medico | 2008-06-16 | 2 | -2/+2 |
* | Bug #223417 - Due to 1 second mtime granularity in < python-1.5, mtime checks | Zac Medico | 2008-06-16 | 1 | -23/+26 |
* | Make some post_merge() things conditional on the vdb lock being held | Zac Medico | 2008-06-16 | 1 | -7/+10 |
* | Add some write access checks in post_merge() in order to avoid triggering | Zac Medico | 2008-06-16 | 1 | -3/+7 |
* | Fix config._accept_chost_re so it's only an instance variable. | Zac Medico | 2008-06-15 | 1 | -1/+1 |
* | Add support for and ACCEPT_CHOSTS variable that controls masking behavior | Zac Medico | 2008-06-15 | 2 | -6/+25 |
* | Fix the 'inherit.autotools' check to account for apache-2_src_unpack() | Zac Medico | 2008-06-14 | 1 | -0/+5 |
* | Add two new build log qa checks, suggested by Diego Pettenò: | Zac Medico | 2008-06-14 | 1 | -0/+51 |
* | Pass missing "installed" parameter into Package constructor. | Zac Medico | 2008-06-12 | 1 | -1/+1 |
* | Handle InvalidDependString in _package_cache.__setitem__(). | Zac Medico | 2008-06-11 | 1 | -4/+7 |
* | Fix indent. | Zac Medico | 2008-06-11 | 1 | -1/+1 |
* | Handle InvalidDependString. | Zac Medico | 2008-06-11 | 1 | -2/+7 |
* | Bug #225767 - Suppress warnings for installed packages masked by keywords | Zac Medico | 2008-06-11 | 1 | -1/+34 |
* | Add another sanity check in the owners cache. | Zac Medico | 2008-06-10 | 1 | -1/+4 |
* | Use isinstance() instead of handling TypeError. | Zac Medico | 2008-06-10 | 1 | -4/+2 |
* | Bug #225285 - Allow digestcheck() to succeed when the Manifest is empty and | Zac Medico | 2008-06-10 | 1 | -0/+12 |
* | Add some sanity checks and error tolerance in the owners cache. | Zac Medico | 2008-06-10 | 1 | -1/+15 |
* | Fix typo. | Zac Medico | 2008-06-10 | 1 | -2/+1 |
* | Fix typo. | Zac Medico | 2008-06-10 | 1 | -1/+1 |
* | Fix missing initialization. | Zac Medico | 2008-06-09 | 1 | -0/+1 |
* | Remove unused PackageVirtualDbapi.__getitem__() method. | Zac Medico | 2008-06-09 | 1 | -15/+0 |
* | Add CONTENTS indexing support for optimization of owner lookups. The | Zac Medico | 2008-06-09 | 2 | -59/+249 |
* | When inside fakeroot, directories with portage's gid appear | Zac Medico | 2008-06-08 | 1 | -2/+9 |
* | make sure that scanelf is called with the right paths, and properly register ... | Marius Mauch | 2008-06-08 | 1 | -9/+6 |
* | Bug #225285 - Allow digestcheck() to succeed when the Manifest is missing | Zac Medico | 2008-06-08 | 1 | -0/+2 |
* | Make portdbapi.aux_get() return float type for _mtime_. | Zac Medico | 2008-06-08 | 1 | -1/+4 |
* | Add additional functions such as eaclocal and eautoheader to the | Zac Medico | 2008-06-08 | 1 | -1/+5 |
* | Make repoman pass Package instances into run_checks(), so that the checks | Zac Medico | 2008-06-08 | 2 | -5/+11 |
* | Inside, create_trees(), pass target_root="/" into the config constructor | Zac Medico | 2008-06-07 | 1 | -1/+1 |
* | Validate ROOT from make.conf. | Zac Medico | 2008-06-07 | 1 | -0/+2 |
* | Make load_emerge_config() filter out empty PORTAGE_CONFIGROOT and ROOT | Zac Medico | 2008-06-07 | 1 | -1/+3 |
* | Bug #224271 - New check 'IUSE.undefined', renamed from generic | Zac Medico | 2008-06-07 | 1 | -1/+1 |