summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Only check ChangeLog if we're dealing with an ebuild (bug #170604)Marius Mauch2007-05-311-2/+6
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+1
* For bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT config variable. The de...Zac Medico2007-05-281-2/+10
* For bug #180079, fix a KeyError so that a search for the empty string will go...Zac Medico2007-05-281-2/+2
* Pass a temporary file name to the package phase in the environment variable P...Zac Medico2007-05-231-1/+6
* Update /Packages as each package is built (MD5 is done here since it won't hu...Zac Medico2007-05-231-2/+1
* Add edges to shown_edges at the first oportunity.Zac Medico2007-05-191-6/+3
* In --tree output, keep track of which graph edges have already been displayed...Zac Medico2007-05-191-2/+14
* Only show extra whitespace where there are some news items to display.Zac Medico2007-05-181-4/+6