summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* If necessary, resample the leaf nodes so that they include all nodes whose ↵Zac Medico2007-07-011-0/+6
| | | | | | hard deps are satisfied. (trunk r7116) svn path=/main/branches/2.1.2/; revision=7117
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness. (trunk r7114)Zac Medico2007-07-012-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7115
* For bug #131030, update the warning about potential for emerge --sync ↵Zac Medico2007-07-012-11/+26
| | | | | | overwrite or delete files in ${PORTDIR}. Add references to the PKGDIR and DISTDIR docs. (trunk r7112) svn path=/main/branches/2.1.2/; revision=7113
* Revert --buildpkgonly logic back because it was already correct. (trunk r7110)Zac Medico2007-07-011-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7111
* Update --buildpkgonly logic to account for DepPriority.MEDIUM_SOFT. (trunk ↵Zac Medico2007-07-011-2/+2
| | | | | | r7108) svn path=/main/branches/2.1.2/; revision=7109
* Add medium-soft support to DepPriority.__str__(). (trunk r7106)Zac Medico2007-07-011-1/+3
| | | | svn path=/main/branches/2.1.2/; revision=7107
* For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ↵Zac Medico2007-07-011-16/+45
| | | | | | more like RDEPEND. (trunk r7104) svn path=/main/branches/2.1.2/; revision=7105
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the ↵Zac Medico2007-06-301-0/+12
| | | | | | patch. (trunk r7102) svn path=/main/branches/2.1.2/; revision=7103
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-306-16/+125
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. (trunk r7100) svn path=/main/branches/2.1.2/; revision=7101
* Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ↵Zac Medico2007-06-291-1/+3
| | | | | | terminals have instead of brown. (trunk r7094) svn path=/main/branches/2.1.2/; revision=7095
* For bug #183639, give a more informative message with the package.provided ↵Zac Medico2007-06-291-4/+26
| | | | | | warning. (trunk r7091) svn path=/main/branches/2.1.2/; revision=7092
* Fix typo. (trunk r6989)Zac Medico2007-06-291-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7086
* Fix typo. (trunk r7083)Zac Medico2007-06-281-4/+4
| | | | svn path=/main/branches/2.1.2/; revision=7084
* For bug #144333, document the new --reinstall=changed-use option. (trunk r7081)Zac Medico2007-06-282-1/+13
| | | | svn path=/main/branches/2.1.2/; revision=7082
* Remove unused worldlist variable. (trunk r7078)Zac Medico2007-06-281-1/+0
| | | | svn path=/main/branches/2.1.2/; revision=7079
* For bug #142473, add 2 additional color classes for system packages and ↵Zac Medico2007-06-282-12/+65
| | | | | | packages matched by arguments. (trunk r7074:7076) svn path=/main/branches/2.1.2/; revision=7077
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an ↵Zac Medico2007-06-281-1/+8
| | | | | | error message. This allows emerge to continue with actions that don't require a valid profile, such as --sync. (trunk r7073) svn path=/main/branches/2.1.2/; revision=7074
* When filling in "nomerge" nodes for --tree display, stop at a node that is ↵Zac Medico2007-06-281-1/+6
| | | | | | an argument or a direct member of a set that has been specified as an argument (system or world). (trunk r7071) svn path=/main/branches/2.1.2/; revision=7072
* For bug #144333, make the --reinstall option a single choice type. (trunk r7069)Zac Medico2007-06-281-2/+4
| | | | svn path=/main/branches/2.1.2/; revision=7070
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes ↵Zac Medico2007-06-281-0/+3
| | | | | | aren't used and the --tree algorithm does a good job of regenerating them when appropriate. (trunk r7067) svn path=/main/branches/2.1.2/; revision=7068
* - Improve tracking of correspondence between arguments and packages in the ↵Zac Medico2007-06-281-20/+54
| | | | | | | | | depgraph. (trunk r7063) - Cache aux_get() metadata in depgraph.create() and use PROVIDE for matching packages to arguments. (trunk r7064) - Just use a containment test for matching pprovided args since it works correctly and match_to_list() isn't appropriate for this. (trunk r7065) svn path=/main/branches/2.1.2/; revision=7066
* Instead of just a list, use a cat/pkg dict for matching packages against ↵Zac Medico2007-06-271-6/+12
| | | | | | args in the depgraph. (trunk r7061) svn path=/main/branches/2.1.2/; revision=7062
* For bug #142473, account for $ROOT when deciding if a package is part of ↵Zac Medico2007-06-271-1/+1
| | | | | | world or not. (trunk r7059) svn path=/main/branches/2.1.2/; revision=7060
* Fix quoting. (trunk r7057)Zac Medico2007-06-271-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7058
* Format $EBUILD_OVERLAY_ECLASSES output more like it was before. (trunk r7055)Zac Medico2007-06-271-1/+5
| | | | svn path=/main/branches/2.1.2/; revision=7056
* For bug #144333, add a --reinstall=changed-use option which behaves similar ↵Zac Medico2007-06-271-12/+29
| | | | | | to how --newuse behaved in portage-2.0.x days. (trunk r7052) svn path=/main/branches/2.1.2/; revision=7053
* Format the callstack indentation more like it used to be. (trunk r7050)Zac Medico2007-06-271-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7051
* Send the ebuild die message through eerror and make sure that elog_process() ↵Zac Medico2007-06-273-47/+47
| | | | | | gets called when an ebuild dies. This makes the elog echo module display the die message last in case other elog messages push the original die message off of the top of the screen. (trunk r7047) svn path=/main/branches/2.1.2/; revision=7049
* Preserve merge order in elog output. (trunk r7046)Zac Medico2007-06-271-13/+7
| | | | svn path=/main/branches/2.1.2/; revision=7048
* Short circuit the loop as soon as missing hashes are detected. (trunk r7044)Zac Medico2007-06-261-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7045
* Add one more size == 0 check to digestgen(). (trunk r7040:7042)Zac Medico2007-06-261-0/+3
| | | | svn path=/main/branches/2.1.2/; revision=7043
* Add sanity checks in fetch() and digestgen() to automatically detect and ↵Zac Medico2007-06-261-2/+26
| | | | | | handle invalid empty distfiles since some users have reported difficulty when trying to create digests. (trunk r7039) svn path=/main/branches/2.1.2/; revision=7040
* For bug #183167, explicitly call elog_process() when --buildpkgonly is ↵Zac Medico2007-06-251-0/+2
| | | | | | enabled. (trunk r7034) svn path=/main/branches/2.1.2/; revision=7035
* For bug #142473, add 4 color classes corresponding to combinations of ↵Zac Medico2007-06-252-16/+30
| | | | | | world/merge/nomerge attributes of each package. (trunk r7031) svn path=/main/branches/2.1.2/; revision=7032
* Fix typo.Zac Medico2007-06-251-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7030
* Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly ↵Zac Medico2007-06-251-2/+3
| | | | | | wih unrecognized protocols like sftp. (trunk r7027) svn path=/main/branches/2.1.2/; revision=7028
* Fix file_get_lib() so it behaves the same way with sftp as it does with ↵Zac Medico2007-06-251-1/+18
| | | | | | other protocols. (trunk r7023:7024) svn path=/main/branches/2.1.2/; revision=7026
* For bug #175891, add sftp protocol support via the paramiko library.Zac Medico2007-06-251-0/+20
| | | | svn path=/main/branches/2.1.2/; revision=7022
* Allow emerge --fetchonly to continue downloading other packages after a ↵Zac Medico2007-06-252-4/+28
| | | | | | download from a binhost fails. (trunk r6709) svn path=/main/branches/2.1.2/; revision=7021
* Fix resume logic in binarytree.gettbz2(). (trunk r7017:7019)Zac Medico2007-06-251-4/+4
| | | | svn path=/main/branches/2.1.2/; revision=7020
* For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL} in ↵Zac Medico2007-06-251-3/+12
| | | | | | binarytree.gettbz2(). (trunk r7016) svn path=/main/branches/2.1.2/; revision=7017
* Clean up file_get() to use shlex, varexpand, and spawn. (trunk r7014)Zac Medico2007-06-251-22/+13
| | | | svn path=/main/branches/2.1.2/; revision=7015
* Fix binarytree.isremote() to be consistent with binarytree.gettbz2() logic ↵Zac Medico2007-06-241-6/+12
| | | | | | wrt partially downloaded files. (trunk r7012) svn path=/main/branches/2.1.2/; revision=7013
* add hashlib support for checksum verification, refactor checksum functions ↵Zac Medico2007-06-241-53/+71
| | | | | | to not look like a complete mess (bug #148514, trunk r6972) svn path=/main/branches/2.1.2/; revision=7010
* highlight world packages in --pretend output (bug #142473, trunk r6979)Zac Medico2007-06-241-8/+16
| | | | svn path=/main/branches/2.1.2/; revision=7009
* Clarify RESUMECOMMAND requirements. (trunk r7005)Zac Medico2007-06-241-1/+3
| | | | svn path=/main/branches/2.1.2/; revision=7007
* Update FETCHCOMMAND and RESUMECOMMAND docs (bug #141550, trunk r6980 and ↵Zac Medico2007-06-241-1/+3
| | | | | | r7003:7005). svn path=/main/branches/2.1.2/; revision=7006
* dont break when the binhost url doesn't end with a slash (bug #144440, trunk ↵Zac Medico2007-06-241-2/+8
| | | | | | r6978) svn path=/main/branches/2.1.2/; revision=7003
* change default diff_command for emacs (bug #147558, trunk r6977)Zac Medico2007-06-241-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7001
* sort the world file before writing it and ensure that it's terminated by a ↵Zac Medico2007-06-244-7/+12
| | | | | | newline (bug #180706, trunk r6976 and r6999) svn path=/main/branches/2.1.2/; revision=7000