summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* For bug #183639, give a more informative message with the package.provided wa...Zac Medico2007-06-291-4/+26
* display source repository for installed package and target package (bug #67072)Marius Mauch2007-06-291-7/+33
* Fix typo.Zac Medico2007-06-281-4/+4
* For bug #144333, document the new --reinstall=changed-use option.Zac Medico2007-06-281-1/+7
* Remove unused worldlist variable.Zac Medico2007-06-281-1/+0
* Don't colorize system package when in "world" mode.Zac Medico2007-06-281-3/+5
* For bug #142473, add 2 additional color classes for system packages and packa...Zac Medico2007-06-281-12/+59
* When filling in "nomerge" nodes for --tree display, stop at a node that is an...Zac Medico2007-06-281-1/+6
* For bug #144333, make the --reinstall option a single choice type.Zac Medico2007-06-281-2/+4
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes aren...Zac Medico2007-06-281-0/+3
* Just use a containment test for matching pprovided args since it works correc...Zac Medico2007-06-281-3/+1
* Cache aux_get() metadata in depgraph.create() and use PROVIDE for matching pa...Zac Medico2007-06-281-33/+34
* Improve tracking of correspondence between arguments and packages in the depg...Zac Medico2007-06-271-5/+40
* Instead of just a list, use a cat/pkg dict for matching packages against args...Zac Medico2007-06-271-6/+12
* For bug #142473, account for $ROOT when deciding if a package is part of worl...Zac Medico2007-06-271-1/+1
* For bug #144333, add a --reinstall=changed-use option which behaves similar t...Zac Medico2007-06-271-12/+29
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-1/+2
* For bug #183167, explicitly call elog_process() when --buildpkgonly is enabled.Zac Medico2007-06-251-0/+3
* For bug #142473, add 4 color classes corresponding to combinations of world/m...Zac Medico2007-06-251-16/+26
* Fix typo.Zac Medico2007-06-251-1/+1
* Use a set to optimize containment lookups.Zac Medico2007-06-241-1/+1
* For bug #180706, add sorting and a trailing newline in the rest of the cases ...Zac Medico2007-06-241-1/+1
* highlight world packages in --pretend output (bug #142473)Marius Mauch2007-06-231-7/+15
* sort the world file before writing it and ensure that it's terminated by a ne...Marius Mauch2007-06-231-3/+5
* syntax errorMarius Mauch2007-06-231-1/+1
* Allow sync for unpriviledges users if they have write access to $PORTDIRMarius Mauch2007-06-231-3/+3
* Revert r6967 since shutil.move() is broken internally.Zac Medico2007-06-231-5/+2
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-231-2/+5
* Make elog finalize() handling safe for PORTAGE_CONFIGROOT.Zac Medico2007-06-221-5/+2
* Dump mod_echo elog output inside post_emerge(), just before the other notific...Zac Medico2007-06-221-0/+8
* Remove lots of unnecessary list generation via dict.keys().Zac Medico2007-06-211-8/+8
* Don't generate a list of keys for a containment test.Zac Medico2007-06-211-1/+1
* Don't call digraph.hasallzeros() in --resume mode because the digraph isn't c...Zac Medico2007-06-211-5/+5
* Use the the optparse options for --ignore-default-opts since that allows opti...Zac Medico2007-06-201-1/+1
* Show a "world problems" warning for packages that aren't installed, even if t...Zac Medico2007-06-201-1/+1
* Make all the classes inherit from object.Zac Medico2007-06-201-2/+2
* If a package is in the world set but it's not installed, go ahead and install...Zac Medico2007-06-201-4/+16
* For bug #182021, use active voice when notifying the user that superuser acce...Zac Medico2007-06-151-2/+2
* Pass existing portdbapi and vardbapi instances into the NewsManager constructor.Zac Medico2007-06-131-7/+11
* Make display_news_notification() reuse the existing portdbapi instance.Zac Medico2007-06-131-7/+10
* Pass all the of the existing package databases into post_emerge() so that we ...Zac Medico2007-06-131-8/+12
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-06-131-2/+10
* Get registry object from vardbapi directly instead of creating another oneMarius Mauch2007-06-131-9/+7
* Ignore InvalidDependString exceptions from the RESTRICT of "nomerge" nodes.Zac Medico2007-06-071-4/+7
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-071-2/+12
* Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists...Zac Medico2007-06-071-1/+1
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-06-061-4/+9
* Improve support for slot deps atoms given on the command line. Thanks to Fla...Zac Medico2007-06-041-2/+5
* Add --getbinpkg digest verification.Zac Medico2007-06-011-3/+26
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-311-2/+2