summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #213592 - Fix --onlydeps breakage.Zac Medico2008-03-161-3/+4
* * Optimize parallel-fetch to avoid redundant checksum verification.Zac Medico2008-03-141-1/+2
* When all available ebuilds are masked, avoid producing warning message whenZac Medico2008-03-091-1/+2
* Make --prune and --depclean operate with missing dependencies when onlyZac Medico2008-03-071-2/+10
* remove FEATURES=livecvsportageMarius Mauch2008-03-021-30/+28
* remove obsolete information from preserve-libs post-emerge messagev2.2_pre3Marius Mauch2008-02-281-1/+0
* separate different messages with newlines in post-emerge outputMarius Mauch2008-02-281-3/+4
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-271-12/+13
* Revert r9387 (the fix for bug #211554) until I figure out why it's messingZac Medico2008-02-271-11/+11
* Don't filter USE flags in emerge --info output.Zac Medico2008-02-271-1/+1
* Bug #211554 - Replace references to config["USE"] with references toZac Medico2008-02-271-12/+12
* For depclean/prune unmerge order, if there are no dependencies betweenZac Medico2008-02-261-27/+33
* Add support for file paths as arguments to emerge. If an argument startsZac Medico2008-02-221-0/+30
* In the circular dependency display, drop PDEPEND (aka MEDIUM_SOFT) fromZac Medico2008-02-201-1/+1
* When showing an unsatisfied dep, never include installed packages.Zac Medico2008-02-191-0/+2
* Fix the --depclean/--prune code to use visible() for visibility checksZac Medico2008-02-171-12/+13
* Fix unmerge() breakage from due to pkgmap being changed fromZac Medico2008-02-171-1/+1
* Now that unmerge() preserves the order that it's given, if two differentZac Medico2008-02-171-1/+10
* Make sure all packages to be pruned or depcleaned are added to the graph,Zac Medico2008-02-171-0/+1
* Bug #201045 - Make unmerge() preserve the unmerge order of packagesZac Medico2008-02-171-12/+13
* In the action_depclean() topological sort, only add packages to theZac Medico2008-02-161-7/+7
* Fix reversed order of parent/child parameders to digraph.add().Zac Medico2008-02-161-1/+1
* Fix depclean breakage so that it doesn't clean some packages thatZac Medico2008-02-161-1/+2
* Make depclean code filter out blocker atoms where appropriate.Zac Medico2008-02-161-1/+5
* Bug #201045 - Use a topological sort to create an unmerge order such thatZac Medico2008-02-161-41/+154
* Update the DepPriority documentation so that the table shows all theZac Medico2008-02-161-7/+10
* Fix --newuse reinstall logic broken by the previous commit.Zac Medico2008-02-151-1/+5
* Fix package selection logic in order to prevent downgrade in casesZac Medico2008-02-141-3/+5
* Bug #209768 - Fix --search "Size of files:" handling so that it properlyZac Medico2008-02-121-4/+5
* Bug #209538 - Disable annoying "masked by keyword" warnings for installedZac Medico2008-02-101-2/+2
* Fix CHOST masking logic wrt installed packages so that it's consistentZac Medico2008-02-101-1/+1
* Bug #209144 - For emerge --sync, show an informative error and don'tZac Medico2008-02-101-0/+6
* Fix the exitcode logic for bug #209144 so that when the server isZac Medico2008-02-101-1/+4
* Fix get_mask_info() to properly pass the "installed" attribute intoZac Medico2008-02-101-1/+1
* Bug #208708 - Show informative warning messages for installedZac Medico2008-02-091-96/+152
* Fix some broken variable references found by pyflakes.Zac Medico2008-02-081-2/+2
* Bug #208708 - Fix masked package display some more:Zac Medico2008-02-081-3/+29
* Don't show unmasked packages (currently installed packages) inZac Medico2008-02-081-0/+2
* Bug #208708 - Fix warnings for system or world packages that are masked.Zac Medico2008-02-081-1/+3
* Bug #208782 - Consistently use double quotes rather than mixining in singleZac Medico2008-02-081-1/+1
* Bug #209144 - For emerge --sync, don't return 0 when the serverZac Medico2008-02-081-0/+1
* display errors that occured during package set initalizationMarius Mauch2008-02-051-0/+4
* Remove the manifest1 digest filter from PORTAGE_RSYNC_OPTS since it'sZac Medico2008-02-011-1/+0
* Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.Zac Medico2008-01-111-1/+0
* Add support for showing binary package file sizes in emergeZac Medico2007-12-291-6/+14
* In action_regen(), use writemsg() to send error messages toZac Medico2007-12-281-7/+6
* - small UI cleanups. *should* not cause problems with lack of missing newlines.Ned Ludd2007-12-251-6/+7
* Add support for --usepkg and --usepkgonly options together withZac Medico2007-12-211-4/+5
* Implement binary package visibility filtering for emerge --search.Zac Medico2007-12-211-14/+56
* Don't show "Size of files: 0 kB" in emerge --search output for installedZac Medico2007-12-211-0/+7