summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Don't exclude . since that excludes the entire contents of some tar files. ↵Zac Medico2007-02-181-1/+1
| | | | | | (trunk r6003:6004) svn path=/main/branches/2.1.2/; revision=6005
* When calling tar, always exclud . in order to preserver ↵Zac Medico2007-02-181-6/+6
| | | | | | PORTAGE_WORKDIR_MODE. Thanks to Brian Harring in bug #167544. (trunk r6001:6002) svn path=/main/branches/2.1.2/; revision=6003
* 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 #163990, warn about binary packages with invalid categories and do ↵Zac Medico2007-02-181-0/+18
| | | | | | not allow them to be installed. (trunk r5989:5990) svn path=/main/branches/2.1.2/; revision=5991
* For bug #163990, warn about ebuilds with invalid categories and do not allow ↵Zac Medico2007-02-181-1/+6
| | | | | | them to be installed. (trunk r5987:5988) svn path=/main/branches/2.1.2/; revision=5989
* For bug #166785, check for invalid categories in the world file. (trunk ↵Zac Medico2007-02-181-3/+16
| | | | | | r5985:5986) svn path=/main/branches/2.1.2/; revision=5987
* 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
* Detect potential issues with mtime granlarity in env_update() and sleep if ↵Zac Medico2007-02-161-1/+13
| | | | | | necessary. Thanks to Brian Harring for reporting. (trunk r5960:5961) svn path=/main/branches/2.1.2/; revision=5972
* Fix CONFIG_PROTECT_MASK support. Thanks to piavlo <piavka@cs.bgu.ac.il> for ↵Zac Medico2007-02-151-1/+2
| | | | | | this patch from bug #166837. (trunk r5968:5970) svn path=/main/branches/2.1.2/; revision=5971
* 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
* Make xterm titles work even when color is disabled. Thanks to Joachim ↵Zac Medico2007-02-121-1/+1
| | | | | | Kaeber <joachim.kaeber@web.de> in bug #166255. (trunk r5949:5950) svn path=/main/branches/2.1.2/; revision=5958
* 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
* Make the "lfull" output more succinct by omitting categories for which there ↵v2.1.2-r9Zac Medico2007-02-081-2/+1
| | | | | | are no violations. (trunk r5928) svn path=/main/branches/2.1.2/; revision=5929
* Turn on strict dep checking to fix the isvalidatom test (trunk r5926).Zac Medico2007-02-081-0/+2
| | | | svn path=/main/branches/2.1.2/; revision=5927
* Synchronize required hash code in all relevant places. (trunk r5924)Zac Medico2007-02-073-8/+13
| | | | svn path=/main/branches/2.1.2/; revision=5925
* For bug #165783, handle a potential InvalidDependString exception in repoman ↵Zac Medico2007-02-071-13/+23
| | | | | | and report a SRC_URI.syntax failure. (trunk r5922) svn path=/main/branches/2.1.2/; revision=5923
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-4/+10
| | | | | | doebuild(). (trunk r5920) svn path=/main/branches/2.1.2/; revision=5921
* Enable strict dep checking for repoman. (trunk r5918)Zac Medico2007-02-071-0/+1
| | | | svn path=/main/branches/2.1.2/; revision=5919
* For bug #165783, handle a potential InvalidDependString exception inside ↵Zac Medico2007-02-071-3/+9
| | | | | | digestgen(). (trunk r5916) svn path=/main/branches/2.1.2/; revision=5917
* For bug #165780, make config-protect code consistently ignore '.*~' and ↵Zac Medico2007-02-072-2/+3
| | | | | | '.*.bak'. (trunk r5914) svn path=/main/branches/2.1.2/; revision=5915
* Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is ↵Zac Medico2007-02-071-1/+2
| | | | | | enabled). (trunk r5912) svn path=/main/branches/2.1.2/; revision=5913
* For backward compatibility with api consumers, _dep_check_strict behavior ↵Zac Medico2007-02-073-2/+6
| | | | | | 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
* Ensure that the code for bug #165382 only affects name collisions with ↵Zac Medico2007-02-051-2/+4
| | | | | | virtuals. (trunk r5890:5891) svn path=/main/branches/2.1.2/; revision=5901
* For bug #165349, use the portage_versions regex (via pkgsplit) instead of ↵Zac Medico2007-02-051-24/+1
| | | | | | the incompatible ones that repoman currently uses. (trunk r5887:5888) svn path=/main/branches/2.1.2/; revision=5900
* Document --config-root for bug #165334. (trunk r5888:5889)Zac Medico2007-02-051-2/+7
| | | | svn path=/main/branches/2.1.2/; revision=5899
* 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
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only ↵Zac Medico2007-02-051-2/+12
| | | | | | two matches and one of them is a virtual. Prefer the non-virtual instead. (trunk r5889:5891) svn path=/main/branches/2.1.2/; revision=5896
* add warning about storing data in PORTDIR (trunk r5865:5866)Zac Medico2007-02-031-3/+9
| | | | svn path=/main/branches/2.1.2/; revision=5884
* For bug #165065, use the proper RESTRICT setting when fetching files in ↵Zac Medico2007-02-031-9/+19
| | | | | | digestgen(). (trunk r5874:5875) svn path=/main/branches/2.1.2/; revision=5883
* For bug #165034, make sure that symlinks are excluded from chmod calls. ↵Zac Medico2007-02-031-1/+1
| | | | | | (trunk r5876:5879) svn path=/main/branches/2.1.2/; revision=5882
* In order to correctly handl the case of target caches that don't have ↵Zac Medico2007-02-031-1/+3
| | | | | | complete eclass entries, validate the set of interited eclasses to make sure it is correct (since timestamp validation is not applicable). (trunk r5880) svn path=/main/branches/2.1.2/; revision=5881
* Don't use os.path.isdir() because it can swallow errors related to ↵v2.1.2-r6Zac Medico2007-02-011-2/+8
| | | | | | filesystem/disk corruption. (trunk r5851:5852) svn path=/main/branches/2.1.2/; revision=5869
* 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
* Use find + xargs to avoid a potential 'Argument list too long' from bash. ↵Zac Medico2007-01-311-3/+1
| | | | | | (trunk r5844:5845) svn path=/main/branches/2.1.2/; revision=5846
* 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
* For bug #164617, don't change permissions on ${WORKDIR} with unpack(). ↵Zac Medico2007-01-301-1/+5
| | | | | | (trunk r5842) svn path=/main/branches/2.1.2/; revision=5843
* For bug #164532, don't rely on ${USERLAND} since the portage tree might be ↵Zac Medico2007-01-301-2/+4
| | | | | | empty. (trunk r5840) svn path=/main/branches/2.1.2/; revision=5841
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ↵v2.1.2-r5Zac Medico2007-01-292-4/+8
| | | | | | instead of ENOTEMPTY. (trunk r5798) svn path=/main/branches/2.1.2/; revision=5830
* Catch EACCESS when running env-update, orignal patch by ↵Zac Medico2007-01-291-2/+9
| | | | | | <phajdan.jr@gmail.com> (bug #106061) (trunk r5802:5803 and r5813:5814) svn path=/main/branches/2.1.2/; revision=5829
* 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
* add support for transparently decompressing gz/Z/bz2 files since some ↵Zac Medico2007-01-291-10/+36
| | | | | | upstream packages will compress for us (trunk r5824:5825) svn path=/main/branches/2.1.2/; revision=5826
* 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
* translate unicode quotes to ascii ones so we can keep our regex simple ↵Zac Medico2007-01-281-1/+4
| | | | | | (trunk r5795:5796 and r5803:5804) svn path=/main/branches/2.1.2/; revision=5823