summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix WorldHandler to use the "selected" set.Zac Medico2009-10-171-2/+2
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-171-1/+1
* Make phase variable local in has_phase_defined_up_to().Zac Medico2009-10-171-0/+1
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-172-18/+14
* Bug #273648 - EAPI 3 - the following condtions must be met:Zac Medico2009-10-171-13/+49
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-163-0/+27
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-1613-61/+80
* Remove soname_cache inside calc_depclean() since LinkageMap caches thatZac Medico2009-10-161-5/+1
* Ensure that /dev/std* streams have appropriate sandbox permission forZac Medico2009-10-161-0/+6
* TODO: Make resume_depgraph() return reasons for dropped_tasks, forZac Medico2009-10-161-0/+1
* Bug #289068 - Avoid KeyError: USE when depgraph calls _getMissingLicenses.Zac Medico2009-10-161-0/+3
* Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever forZac Medico2009-10-151-0/+3
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-151-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-142-7/+25
* Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES.Zac Medico2009-10-141-0/+18
* Bug #288906 - Fix Scheduler._dblink_elog() to always append messages to theZac Medico2009-10-141-14/+19
* When --depclean pulls in the provider of a library because of installedZac Medico2009-10-141-1/+8
* Implement __len__.Zac Medico2009-10-131-0/+5
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-121-0/+5
* Add a note about ACCEPT_LICENSE.v2.2_rc46Zac Medico2009-10-121-0/+4
* Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs.Zac Medico2009-10-121-2/+9
* Add a reference to GLEP 23.Zac Medico2009-10-121-2/+4
* Document license_groups.Zac Medico2009-10-121-2/+19
* Use a shell script wrapper for EPYTHON handling.Zac Medico2009-10-111-1/+11
* Use a shell script for dohtml instead of a function, for xargs compatibility.Zac Medico2009-10-112-7/+11
* Rename dohtml to dohtml.py. Next commit will add a shell script wrapper forZac Medico2009-10-111-0/+0
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
* Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageNameZac Medico2009-10-111-5/+1
* Add a xpak-helper.py script, so that shell code always calls python viaZac Medico2009-10-112-1/+71
* Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:Zac Medico2009-10-112-2/+2
* Add some more EPYTHON safety.Zac Medico2009-10-112-3/+3
* Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ...Arfrever Frehtes Taifersar Arahesis2009-10-111-7/+23
* Add notes about python3 support.v2.2_rc45Zac Medico2009-10-102-0/+6
* Fix formatting.Zac Medico2009-10-101-1/+1
* Add a note about --update and bug #275945 for 2.1.7.Zac Medico2009-10-101-0/+7
* Discard the log on success, since otherwise we'll have multiple log files forZac Medico2009-10-101-1/+9
* Document 'backtracking' in the MASKED PACKAGES section.Zac Medico2009-10-101-0/+7
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3
* Add news for 2.1.7.Zac Medico2009-10-101-1/+5
* Fix ugly 'Candidates' --debug output.Zac Medico2009-10-091-1/+5
* Fix error in --changed-use logic.Zac Medico2009-10-091-2/+2
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-093-0/+13
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-093-6/+34
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-0912-22/+22
* Force consistent color output, in case we are capturing fetchZac Medico2009-10-091-0/+5
* Add a --color < y | n > option so that color output can be forced. This isZac Medico2009-10-092-1/+14
* Handle AUTOCLEAN and NOCOLOR case insensitivity inside config.Zac Medico2009-10-092-8/+9
* Add back Arfrever's emerge --info change because it's good and I was justZac Medico2009-10-091-1/+1
* Ask for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$P...Arfrever Frehtes Taifersar Arahesis2009-10-091-1/+1
* Ask for the output of 'emerge --info =$CATEGORY/$PF'.Arfrever Frehtes Taifersar Arahesis2009-10-091-2/+2