summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update release notes/newsMarius Mauch2008-06-204-28/+33
* Document the new emerge <file> feature.Zac Medico2008-06-203-2/+13
* Fix typo.Zac Medico2008-06-201-1/+1
* Make emerge <path> path search for multiple owners of directories. ThisZac Medico2008-06-201-20/+38
* Pass a Package instance into LineCheck.new(), and use this to avoidZac Medico2008-06-191-10/+10
* Refactor the 'inherit.autotools' and 'IUSE.undefined' checksZac Medico2008-06-191-26/+66
* Bug #228075 - Explicitly call gc.collect() to try and free memoryZac Medico2008-06-181-0/+8
* As suggested by remi`, make the 'inherit.autotools' check only ebuilds thatZac Medico2008-06-181-8/+6
* Add an exemption for x-modular in the "inherit.autotools" check. Thanks toZac Medico2008-06-181-3/+4
* Bug #225285 - Add support for persistent options stored in the EBUILD_DEFAULT...Zac Medico2008-06-181-3/+10
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-182-2/+13
* Add a help string for --debug.Zac Medico2008-06-181-1/+1
* Use optparse instead of getopt.Zac Medico2008-06-181-13/+20
* More eblank.Zac Medico2008-06-175-9/+3
* Remove eblank docs.Zac Medico2008-06-172-11/+0
* remove stray lineMarius Mauch2008-06-171-2/+0
* Remove eblank nonsenseMarius Mauch2008-06-171-1/+1
* Remove eblank nonsenseMarius Mauch2008-06-174-26/+4
* Do not preserve the master link of a library to avoid packages being linked a...Marius Mauch2008-06-171-0/+14
* fix typoMarius Mauch2008-06-171-2/+2
* * Document eblank and eqawarn in the ebuild.5 man page.Zac Medico2008-06-174-0/+66
* Add note about bug #226505.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.Zac Medico2008-06-172-3/+3
* Fix BLANK order and color.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.Zac Medico2008-06-161-1/+1
* Document the new ACCEPT_CHOSTS variable.Zac Medico2008-06-162-4/+9
* Tweak the config._accept_chost() regex.Zac Medico2008-06-161-1/+1
* Re-enable vardbapi.cpv_all() cache now that bug #223417 is solved.Zac Medico2008-06-162-2/+2
* Bug #223417 - Due to 1 second mtime granularity in < python-1.5, mtime checksZac Medico2008-06-161-23/+26
* Make some post_merge() things conditional on the vdb lock being heldZac Medico2008-06-161-7/+10
* Add some write access checks in post_merge() in order to avoid triggeringZac Medico2008-06-161-3/+7
* 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
* Fix the 'inherit.autotools' check to account for apache-2_src_unpack()Zac Medico2008-06-141-0/+5
* Add two new build log qa checks, suggested by Diego Pettenò:Zac Medico2008-06-141-0/+51
* Pass missing "installed" parameter into Package constructor.Zac Medico2008-06-121-1/+1
* Handle InvalidDependString in _package_cache.__setitem__().Zac Medico2008-06-111-4/+7
* Fix indent.Zac Medico2008-06-111-1/+1
* Handle InvalidDependString.Zac Medico2008-06-111-2/+7
* Bug #225767 - Suppress warnings for installed packages masked by keywordsZac Medico2008-06-111-1/+34
* Use spawn() instead of system().Zac Medico2008-06-111-2/+18
* Add another sanity check in the owners cache.Zac Medico2008-06-101-1/+4
* Use isinstance() instead of handling TypeError.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.Zac Medico2008-06-101-2/+1
* Fix typo.Zac Medico2008-06-101-1/+1