summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
* Optimize order for --tree display of circular dependencies. (trunk r6013:6014)Zac Medico2007-02-191-1/+12
| | | | svn path=/main/branches/2.1.2/; revision=6015
* Make digraph._merge_order_bias() operate on a single digraph that's passed ↵Zac Medico2007-02-191-5/+5
| | | | | | in. (trunk r6011:6012) svn path=/main/branches/2.1.2/; revision=6013
* For bug #167450, optimize leaf node selection by ordering nodes from highest ↵Zac Medico2007-02-191-0/+11
| | | | | | to lowest overall reference count. (trunk r6009:6010) svn path=/main/branches/2.1.2/; revision=6011
* Automatically enable --tree mode when displaying nodes with circular deps. ↵Zac Medico2007-02-191-0/+1
| | | | | | (trunk r6007:6008) svn path=/main/branches/2.1.2/; revision=6009
* For bug #166564, make a circular dependency panic more user friendly by ↵Zac Medico2007-02-191-8/+15
| | | | | | displaying the USE flags that are enabled on nodes that are part of dependency cycles and display a note hinting that circular dependencies can often be avoided by temporarily disabling USE flags. (trunk r6005:6006) svn path=/main/branches/2.1.2/; revision=6007
* For bug #166880, always display the merge list header. (trunk r5999:6000)Zac Medico2007-02-181-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=6001
* For bug #166880, always display the merge list (allowing --tree to be obeyed ↵Zac Medico2007-02-181-3/+3
| | | | | | in any case). (trunk r5997:5998) svn path=/main/branches/2.1.2/; revision=5999
* For bug #167450, optimize merge order by delaying the merge of root nodes. ↵Zac Medico2007-02-181-2/+12
| | | | | | (trunk r5995:5996) svn path=/main/branches/2.1.2/; revision=5997
* For bug #166939, make --nodeps work like a normal package for new-style ↵Zac Medico2007-02-171-17/+25
| | | | | | virtuals. (trunk r5981:5982 and r5983:5984) svn path=/main/branches/2.1.2/; revision=5985
* Optimize merge order calculation for --tree output when necessary. (trunk ↵Zac Medico2007-02-141-1/+2
| | | | | | r5967) svn path=/main/branches/2.1.2/; revision=5968
* For bug #158100, use an exact reversal of the actual merge order for --tree ↵Zac Medico2007-02-141-0/+5
| | | | | | output. It's more efficient than doing 2 order calculations. (trunk r5965) svn path=/main/branches/2.1.2/; revision=5966
* In the event of a circular dependency panic, eliminate root nodes in order ↵Zac Medico2007-02-121-0/+9
| | | | | | to reduce the noise level to a minimum. (trunk r5956) svn path=/main/branches/2.1.2/; revision=5957
* For bug #165780, make config-protect code consistently ignore '.*~' and ↵Zac Medico2007-02-071-1/+2
| | | | | | '.*.bak'. (trunk r5914) svn path=/main/branches/2.1.2/; revision=5915
* For backward compatibility with api consumers, _dep_check_strict behavior ↵Zac Medico2007-02-071-0/+1
| | | | | | will be explicitly enabled as necessary. Thanks to Brian <dol-sen@telus.net> for reporting issues with porthole and equery. (trunk r5907) svn path=/main/branches/2.1.2/; revision=5911
* For bug #165783, handle an InvalidDependString exception triggered by an ↵Zac Medico2007-02-071-3/+9
| | | | | | invalid SRC_URI. (trunk r5908) svn path=/main/branches/2.1.2/; revision=5909
* For bug #165382, show a helpful message if an exception is raised from ↵Zac Medico2007-02-051-3/+16
| | | | | | cpv_expand(). (trunk r5897) svn path=/main/branches/2.1.2/; revision=5898
* Load the most current variables from /etc/profile.env for post_emerge stuff. ↵Zac Medico2007-02-011-0/+6
| | | | | | (trunk 5857:5858) svn path=/main/branches/2.1.2/; revision=5868
* Rename dir.bz2 since that's the most likely case now. (trunk r5864:5865)Zac Medico2007-02-011-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=5867
* Fix --newuse so that it works correctly with --usepkg. (trunk r5859)Zac Medico2007-02-011-2/+1
| | | | svn path=/main/branches/2.1.2/; revision=5860
* For bug #164363, shuffle the ip addresses returned from ↵Zac Medico2007-01-301-0/+2
| | | | | | socket.getaddrinfo(). (trunk r5832:5833) svn path=/main/branches/2.1.2/; revision=5844
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ↵v2.1.2-r5Zac Medico2007-01-291-1/+2
| | | | | | instead of ENOTEMPTY. (trunk r5798) svn path=/main/branches/2.1.2/; revision=5830
* For bug #164078, don't trigger the CLEAN_DELAY countdown for autoclean ↵Zac Medico2007-01-291-4/+5
| | | | | | operations since those are most likely unattended. Thanks to Dan <hydrogen@notyetimplemented.com> for the initial patch. (trunk r5827) svn path=/main/branches/2.1.2/; revision=5828
* Remove a stray print statement. Thanks to Rick Warner in bug #125261. ↵Zac Medico2007-01-281-1/+0
| | | | | | (trunk r5798:5799) svn path=/main/branches/2.1.2/; revision=5824
* For bug #161356, fix error handling for currupt ebuilds. (trunk 5735:5737)Zac Medico2007-01-201-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=5738
* dump emerge's normpath in favor of portage_util's normalize_path (trunk r5698)v2.1.2-r1Zac Medico2007-01-191-13/+1
| | | | svn path=/main/branches/2.1.2/; revision=5720
* Simplify rsync timestamp.chk handling and print the correct path for bug ↵Zac Medico2007-01-181-109/+43
| | | | | | #50738. Thanks to jeka for reporting on irc. (trunk r5716) svn path=/main/branches/2.1.2/; revision=5717
* switch news timestamp and unread/read storage to '/var/lib/gentoo' like the ↵Alec Warner2007-01-161-1/+2
| | | | | | GLEP states. svn path=/main/trunk/; revision=5673
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite ↵Alec Warner2007-01-161-7/+14
| | | | | | the news checking code to check news for all repos with a name. svn path=/main/trunk/; revision=5670
* merge glep42 into trunkAlec Warner2007-01-161-0/+51
| | | | svn path=/main/trunk/; revision=5658
* Catch InvalidData exceptions for bad atoms passed as emerge arguments.Zac Medico2007-01-131-1/+4
| | | | svn path=/main/trunk/; revision=5629
* Obey the silent parameter when parsing options.Zac Medico2007-01-131-1/+1
| | | | svn path=/main/trunk/; revision=5627
* For bug #144380, disable color at emerge startup and then enable it only ↵Zac Medico2007-01-131-14/+7
| | | | | | when it's absolutely sure that color should be enabled (after EMERGE_DEFAULT_OPTS has been parsed). svn path=/main/trunk/; revision=5625
* Use end_paragraph(1) instead of add_line_break() so that there is really a ↵Zac Medico2007-01-131-1/+1
| | | | | | blank line. svn path=/main/trunk/; revision=5624
* Send the unmerge failure message to stderr.Zac Medico2007-01-131-2/+3
| | | | svn path=/main/trunk/; revision=5623
* Send the slot collision notice to stderr and only show minimal output in ↵Zac Medico2007-01-121-12/+19
| | | | | | --quiet mode. svn path=/main/trunk/; revision=5621
* Revert accidentally modified joins.Zac Medico2007-01-121-2/+2
| | | | svn path=/main/trunk/; revision=5607
* fix "" " " bugAlec Warner2007-01-121-3/+3
| | | | svn path=/main/trunk/; revision=5601
* purge string module from emergeAlec Warner2007-01-121-13/+13
| | | | svn path=/main/trunk/; revision=5600
* For bug #147512, don't print a cryptic error message when an ↵Zac Medico2007-01-121-0/+2
| | | | | | EnvironmentError occurs. Also, allow the user to get a traceback via --debug. svn path=/main/trunk/; revision=5580
* For bug #50738, inform the user about the location of the timestamp file and ↵Zac Medico2007-01-111-0/+4
| | | | | | that it can be removed to force sync. svn path=/main/trunk/; revision=5565
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5545
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() ↵Zac Medico2007-01-101-2/+2
| | | | | | for a better description. svn path=/main/trunk/; revision=5536
* Don't allow slot collision nodes to block other packages since blocker ↵Zac Medico2007-01-101-1/+6
| | | | | | validation is only able to account for one package per slot. svn path=/main/trunk/; revision=5535
* For bug #161422, make slot collisions non-fatal in cases where an invalid ↵Zac Medico2007-01-101-26/+31
| | | | | | depgraph is acceptable (--fetchonly, for example). svn path=/main/trunk/; revision=5534
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid ↵Zac Medico2007-01-091-6/+8
| | | | | | problems with install-info. Thanks to Ed Catmur <ed@catmur.co.uk> for the initial patch. svn path=/main/trunk/; revision=5503
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even ↵Zac Medico2007-01-051-0/+1
| | | | | | when the counter is missing. svn path=/main/trunk/; revision=5465
* Implement distlocks for --getbinpkg so that it works properly when ↵Zac Medico2007-01-041-8/+20
| | | | | | parallel-fetch is enabled. Thanks to Brent Baude <ranger@gentoo.org> for reporting. svn path=/main/trunk/; revision=5456
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-2/+2
| | | | svn path=/main/trunk/; revision=5432
* Fix 'TypeError: unpack non-sequence' that occurs if myparent is None.Zac Medico2006-12-301-1/+4
| | | | svn path=/main/trunk/; revision=5424
* Do some small fixes to prevent slot collision nodes from interfering with ↵Zac Medico2006-12-301-2/+8
| | | | | | the depgraph. svn path=/main/trunk/; revision=5423