summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Scheduler: fix pkg cache more for reposyntaxZac Medico2010-12-071-1/+1
* Scheduler: fix pkg cache for reposyntaxZac Medico2010-12-071-5/+20
* inject binpkg after fetch for pkg_pretendv2.2.0_alpha7Zac Medico2010-12-051-0/+4
* Fix pkg_pretend output and error handling.Zac Medico2010-12-051-50/+73
* Scheduler: Always display message for pkg_pretendZac Medico2010-12-051-8/+2
* Sync EMERGE_FROM code with MERGE_TYPE code.Zac Medico2010-12-053-2/+4
* Package: Use IUSE to validate built USEZac Medico2010-12-041-0/+8
* Scheduler: set MERGE_TYPE for pkg_pretendZac Medico2010-12-041-0/+5
* EAPI 4: Support MERGE_TYPE (bug #347351)Zac Medico2010-12-032-0/+5
* Scheduler._run_pkg_pretend: call setcpvZac Medico2010-12-031-0/+1
* depgraph: remove redundant IUSE checkZac Medico2010-11-291-4/+0
* fix missing_enabled/disabled logic for bug 345979Zac Medico2010-11-291-6/+6
* depgraph: fix logic more for bug 345979v2.2.0_alpha6Zac Medico2010-11-271-4/+14
* depgraph: fix logic in code for bug 345979Zac Medico2010-11-271-7/+6
* depgraph: check unevaluated USE dep IUSE earlierZac Medico2010-11-261-7/+7
* depgraph: tweak USE match logic for bug 345979Zac Medico2010-11-261-21/+25
* show_unsatisfied_dep: include ROOT if it's not /Zac Medico2010-11-261-0/+2
* action_sync: preserved leading / in ssh uriZac Medico2010-11-241-1/+1
* emerge: accept 'y' for options that accept 'n'Zac Medico2010-11-232-75/+99
* Use Package.use.force/mask attributes.Zac Medico2010-11-202-16/+7
* Use Package.use.force/mask attributes.Zac Medico2010-11-201-5/+3
* Add Package.use.force/mask attributes.Zac Medico2010-11-201-10/+57
* Fix use.mask set intersection from previous.Zac Medico2010-11-201-1/+1
* Fix interaction of use.mask/force with use deps.Zac Medico2010-11-201-10/+34
* Support syncing over ssh with ssh://host//path.Michał Górny2010-11-191-3/+6
* Fix emerge --sync PORTDIR creation.Zac Medico2010-11-192-3/+8
* Fix malformed atom formatting for slot conflict.Zac Medico2010-11-131-1/+1
* EbuildFetcher: suppress finally blocks after forkZac Medico2010-11-131-4/+13
* calc_depclean: use depgraph._pkg()Zac Medico2010-11-041-9/+9
* calc_depclean: fix broken pkg hash keysZac Medico2010-11-041-3/+4
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-021-1/+1
* Scheduler: eliminate redundant display callsZac Medico2010-10-271-1/+6
* Raise StopIteration from _poll() if needed.Zac Medico2010-10-261-0/+5
* Fix broken spawn_bash() call.Zac Medico2010-10-241-2/+3
* Cleanup CVS calls in 'sync' action.Michał Górny2010-10-241-2/+4
* Add sanity checks for system clock changes.Zac Medico2010-10-232-3/+21
* Scheduler: ensure display update every 3 secondsZac Medico2010-10-231-1/+36
* JobStatusDisplay: add a _set_width() methodZac Medico2010-10-231-5/+14
* Copy term size to pty only if foreground.Zac Medico2010-10-232-2/+6
* depgraph minimize_children: yield highest versionv2.2.0_alpha1Zac Medico2010-10-231-1/+4
* EbuildBuildDir: allow EPERM when removing catdirZac Medico2010-10-221-1/+1
* EbuildFetcher: fix fetch to use manifestZac Medico2010-10-221-0/+2
* AsynchronousLock: protect _wait() from recursionZac Medico2010-10-221-3/+6
* Make _LockThread.lock_obj private.Zac Medico2010-10-221-6/+6
* AsynchronousLock: assert state in unlock()Zac Medico2010-10-221-0/+4
* EbuildBuildDir: tolerate some permission issuesZac Medico2010-10-221-6/+15
* EbuildFetchonly: remove unused _execute methodZac Medico2010-10-221-22/+0
* EbuildFetchonly: remove redundant tmpdir codeZac Medico2010-10-221-36/+8
* Separate conflict atoms for 'missed update'.Zac Medico2010-10-221-18/+30
* EbuildFetcher: close uneeded fds in subprocessZac Medico2010-10-221-10/+1