summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Expand)AuthorAgeFilesLines
...
* For bug #158100, use an exact reversal of the actual merge order for --tree o...Zac Medico2007-02-141-0/+5
* In the event of a circular dependency panic, eliminate root nodes in order to...Zac Medico2007-02-121-0/+9
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-071-1/+2
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-0/+1
* For bug #165783, handle an InvalidDependString exception triggered by an inva...Zac Medico2007-02-071-3/+9
* For bug #165382, show a helpful message if an exception is raised from cpv_ex...Zac Medico2007-02-051-3/+16
* Load the most current variables from /etc/profile.env for post_emerge stuff. ...Zac Medico2007-02-011-0/+6
* Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865)Zac Medico2007-02-011-1/+1
* Fix --newuse so that it works correctly with --usepkg. (trunk r5859)Zac Medico2007-02-011-2/+1
* For bug #164363, shuffle the ip addresses returned from socket.getaddrinfo()....Zac Medico2007-01-301-0/+2
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...v2.1.2-r5Zac Medico2007-01-291-1/+2
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean operat...Zac Medico2007-01-291-4/+5
* Remove a stray print statement. Thanks to Rick Warner in bug #125261. (trunk...Zac Medico2007-01-281-1/+0
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-201-1/+1
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-191-13/+1
* Simplify rsync timestamp.chk handling and print the correct path for bug #507...Zac Medico2007-01-181-109/+43
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the G...Alec Warner2007-01-161-1/+2
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th...Alec Warner2007-01-161-7/+14
* merge glep42 into trunkAlec Warner2007-01-161-0/+51
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
* For bug #144380, disable color at emerge startup and then enable it only when...Zac Medico2007-01-131-14/+7
* Use end_paragraph(1) instead of add_line_break() so that there is really a bl...Zac Medico2007-01-131-1/+1
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
* Send the slot collision notice to stderr and only show minimal output in --qu...Zac Medico2007-01-121-12/+19
* Revert accidentally modified joins.Zac Medico2007-01-121-2/+2
* fix "" " " bugAlec Warner2007-01-121-3/+3
* purge string module from emergeAlec Warner2007-01-121-13/+13
* For bug #147512, don't print a cryptic error message when an EnvironmentError...Zac Medico2007-01-121-0/+2
* For bug #50738, inform the user about the location of the timestamp file and ...Zac Medico2007-01-111-0/+4
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for...Zac Medico2007-01-101-2/+2
* Don't allow slot collision nodes to block other packages since blocker valida...Zac Medico2007-01-101-1/+6
* For bug #161422, make slot collisions non-fatal in cases where an invalid dep...Zac Medico2007-01-101-26/+31
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems...Zac Medico2007-01-091-6/+8
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even whe...Zac Medico2007-01-051-0/+1
* Implement distlocks for --getbinpkg so that it works properly when parallel-f...Zac Medico2007-01-041-8/+20
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-2/+2
* Fix 'TypeError: unpack non-sequence' that occurs if myparent is None.Zac Medico2006-12-301-1/+4
* Do some small fixes to prevent slot collision nodes from interfering with the...Zac Medico2006-12-301-2/+8
* Be slightly more defensive when loading the vdb/blockers caches.Zac Medico2006-12-301-2/+2
* Sort the --info USE flags for bug #159161.Zac Medico2006-12-301-0/+2
* Send stuff that's not a warning or error to stdout rather than stderr.Zac Medico2006-12-291-1/+3
* - keep things quiet when uninstallingNed Ludd2006-12-291-2/+1
* For bug #159310, don't show a slot collision notice if there are unresolvable...Zac Medico2006-12-291-4/+28
* Add some docs for the blockers cache format.Zac Medico2006-12-291-1/+9
* For bug #159161, make emerge --info show USE_EXPAND flags similar to the way ...Zac Medico2006-12-291-2/+18
* Use a pickle to cache blockers for all installed packages so that dep_check d...Zac Medico2006-12-291-6/+115
* Use a pickle to cache vdb metadata. This greatly improves the performance fo...Zac Medico2006-12-281-0/+1
* When the user has insufficient access privileges, specify whether superuser a...Zac Medico2006-12-251-7/+21