summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Only count "merge" nodes when determining whether or not to triggerZac Medico2010-05-161-1/+1
* Fix --resume to support --exclude.Zac Medico2010-05-151-0/+4
* Add missing newline from previous commit.Zac Medico2010-05-061-1/+1
* Bug #317775 - In depgraph.display() use writemsg_stdout() to avoidZac Medico2010-05-061-7/+4
* Make myopts["--exclude"] a plain string in order to avoid issues with mtimedbZac Medico2010-05-052-3/+5
* Make --exclude use whitespace to separate atoms since atoms are typicallyZac Medico2010-05-042-3/+3
* Use keep_going local var.Michał Górny2010-05-031-1/+1
* Allow -C to remove packages referenced by sets in world_setsSebastian Luther2010-04-291-10/+3
* Bail out immediately if --exclude is given a bad atom.Zac Medico2010-04-291-2/+2
* Tweak packages_with_invalid_use_config handling:Zac Medico2010-04-291-4/+8
* Add --exclude optionSebastian Luther2010-04-293-0/+66
* Use is_valid_flag.Zac Medico2010-04-271-2/+1
* Add a Package.iuse.is_valid_flag() method to replace the regex attribute,Zac Medico2010-04-271-20/+9
* Initialize missing_iuse.Zac Medico2010-04-271-0/+1
* Check USE deps all in one place (and fix some bugs).Zac Medico2010-04-271-17/+18
* Add a comment about special USE deps handling which is required in order toZac Medico2010-04-271-0/+3
* Make iuse_implicit_re private for now.Zac Medico2010-04-271-1/+1
* --update: don't ignore higher versions because of missing IUSESebastian Luther2010-04-271-1/+12
* --update: don't match lower versions if the higher versions have the wrong us...Sebastian Luther2010-04-271-0/+16
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-101-1/+2
* Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since weZac Medico2010-04-071-7/+4
* In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary modeZac Medico2010-04-071-1/+1
* Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unusedZac Medico2010-04-071-44/+19
* Handle pkg_pretend output properlySebastian Luther2010-04-071-15/+45
* Cleanup $T earlier to prevent old messages from being displayed - bug 279041Sebastian Luther2010-04-062-3/+4
* Implement emerge part of pkg_pretendSebastian Luther2010-04-021-1/+83
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-312-20/+98
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-301-1/+6
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-1/+2
* Process help and version actions asap. Thanks to Brian Harring.Zac Medico2010-03-261-9/+10
* Remove all svn $Id keywords.Zac Medico2010-03-2484-84/+0
* Show masking reasons for --binpkg-respect-use. Thanks to Sebastian LutherZac Medico2010-03-211-0/+2
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-161-4/+6
* Revert tar error handling changes from bug #309001 since we can't necessarilyZac Medico2010-03-141-1/+7
* Trust tar exit status and ignore bzip2 exit status as in bug #309001.Zac Medico2010-03-111-7/+1
* Only try to merge portage asap when the new version is different.v2.2_rc67Zac Medico2010-03-101-1/+3
* Only create implicit libc deps when the version changes.Zac Medico2010-03-092-1/+14
* Disable implicit libc deps for ROOT != "/" since it's probably not needed.Zac Medico2010-03-092-3/+6
* Merge libc asap for all roots instead of just ROOT="/".Zac Medico2010-03-091-6/+7
* Add periods.Zac Medico2010-03-091-2/+2
* Use ewarn output style to add some color.Zac Medico2010-03-091-7/+7
* Add --debug output for the scheduler digraph.Zac Medico2010-03-091-0/+4
* If _implicit_libc_deps() finds both a new-style virtual and an old-styleZac Medico2010-03-091-8/+32
* Add support for displaying profile listed in make.profile/parent whenZac Medico2010-03-091-9/+28
* Fix typo in parenthesis from previous commit.Zac Medico2010-03-091-1/+1
* Bug #303567 - Create implicit dependencies on libc, in order to ensure thatZac Medico2010-03-091-0/+28
* Move --update from the actions to the options section.Zac Medico2010-03-081-7/+9
* Clean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE.Zac Medico2010-03-081-12/+25
* Add copyright header.v2.2_rc66Zac Medico2010-03-081-0/+3
* Disable PORTAGE_SYNC_STALE warnings when --usepkgonly is enabled.Zac Medico2010-03-081-1/+2