summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* When --deep is not enabled, many dependencies are dicarded andZac Medico2007-09-231-13/+25
* Flush stderr and stdout if their file descriptors are in fd_pipes at the begi...Zac Medico2007-09-221-4/+0
* Flush stdout before calling pkg_info() to ensure that output always shows in ...Zac Medico2007-09-221-0/+4
* When --with-bdeps=y is enabled for built packages, pull in build time deps asZac Medico2007-09-221-6/+16
* Mask binary packages if their CHOST does not match the one defined in make.conf.Zac Medico2007-09-191-6/+22
* Bug #190781 - Don't include --oneshot in the options that --update implies.Zac Medico2007-09-181-2/+1
* Revert the workaround for bug #192341 since it will be much cleaner if we fal...Zac Medico2007-09-151-37/+0
* Bug #192341 - Make emerge bail out on FreeBSD if the freebsd python moduleZac Medico2007-09-131-0/+37
* Bug #192346 - The emerge --help shows a -i option that does not exist.Zac Medico2007-09-131-1/+1
* Bug #192321 - Clean dir.old cruft so that they don't prevent unmerge ofZac Medico2007-09-131-0/+10
* Adjust for r7767Marius Mauch2007-09-111-5/+5
* In depgraph.altlist(), try to merge asap_nodes sooner by giving them an exemp...Zac Medico2007-09-081-1/+2
* Fix a typo.Zac Medico2007-09-081-1/+1
* Fix a typo.Zac Medico2007-09-061-1/+1
* In the topological sort for merge order, try to avoid selecting root nodesZac Medico2007-09-051-2/+34
* Move blocker handling from depgraph.create() to select_dep().Zac Medico2007-08-251-12/+11
* Remove pointless information from --info outputMarius Mauch2007-08-251-20/+0
* Call config.regenerate() after config.reload() so that the incrementals are r...Zac Medico2007-08-241-0/+1
* Use a config.reload() method to explicitly reload /etc/profile.env when setti...Zac Medico2007-08-241-1/+1
* Make depgraph.select_dep() node reuse work when in --usepkgonly mode.Zac Medico2007-08-231-54/+55
* Make depgraph.create() avoid metadata lookups for binary packages and ebuilds...Zac Medico2007-08-231-2/+11
* Fix a typo from r7663.Zac Medico2007-08-231-1/+1
* Skip --newuse checks for nodes that have already been added to the graph as "...Zac Medico2007-08-221-0/+4
* Make depgraph.select_dep() reuse cached metadata from nodes that have already...Zac Medico2007-08-221-6/+25
* Pass complete package metadata from depgraph.select_dep() into create() in or...Zac Medico2007-08-221-40/+37
* Make --info detect more /etc/*-release files as suggested by grobian.Zac Medico2007-08-221-10/+18
* Try harder to figure out what OS we are runningAlec Warner2007-08-211-5/+12
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Fix existing_node logic inside depgraph.create().Zac Medico2007-08-161-20/+15
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-19/+14
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* For bug #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39
* Make sure to skip info dir files with the .old extension.Zac Medico2007-08-141-1/+2
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-141-4/+2
* For bug #33585, leave the old info dir file in place if there is nothing to g...Zac Medico2007-08-121-9/+35
* Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar...Zac Medico2007-08-061-1/+1
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-051-4/+4
* Use == for comparison of portage_node since digraph.clone() makes a deepcopy ...Zac Medico2007-08-041-1/+1
* Make sure that portage always has all of it's RDEPENDs installed first.Zac Medico2007-08-041-0/+7
* Make config updates get counted correctly for bug #187741.Zac Medico2007-08-041-1/+4
* Like older versions of portage, don't show the repo display if [0] is all tha...Zac Medico2007-08-011-2/+4
* For bug #187375, handle an ImportError when portage is downgraded to a versio...Zac Medico2007-08-011-2/+6
* Change the numeric value of DepPriority.MIN to be equal to that of a satisfie...Zac Medico2007-07-311-2/+2
* For bug #187142, properly pass a dbapi instance into setcpv() so that USE_EXP...Zac Medico2007-07-301-1/+1
* Always pass a dbapi instance into a setcpv call.Zac Medico2007-07-301-1/+1
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-302-46/+3
* For bug #186480, while we transition to repository labels, avoid ? spam in th...Zac Medico2007-07-271-1/+5
* For bug #186826, always show --newuse flags that trigger reinstallation even ...Zac Medico2007-07-271-16/+24
* For --buildpkgonly, say "built" instead of "merged" in the "These are the pac...Zac Medico2007-07-271-0/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-261-5/+5