summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When the fetch phase fails inside doebuild(), create an eerror log since the ...v2.1.3Zac Medico2007-07-281-0/+13
* Handle 2 more cases where elog_process() needs to be called:Zac Medico2007-07-281-0/+14
* For bug #185048, make emerge-webrsync honor http_proxy and ftp_proxy from mak...Zac Medico2007-07-281-2/+2
* For bug #186639, note that /etc/portage/profile/ supports all of the same fil...Zac Medico2007-07-271-2/+3
* For bug #186639, add more clarification about the relationship between /etc/m...Zac Medico2007-07-271-3/+5
* For bug #186480, while we transition to repository lables, 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
* use ${MAKE:-make} rather than make in einstall() (trunk r7396)Zac Medico2007-07-271-2/+2
* For bug #186610, use `find <path>` to scan for config updates since `cd <path...Zac Medico2007-07-261-5/+5
* When setting the size of the pty for logging, check if stdout isatty rather t...Zac Medico2007-07-261-2/+1
* Merge the portage.spawn() implementation with pty logging from trunk:Zac Medico2007-07-252-31/+82
* Add droppriv keyword for the depend phase (last one). (trunk r7387)Zac Medico2007-07-241-1/+1
* Add droppriv keyword for the depend phase. (trunk r7385)Zac Medico2007-07-241-1/+1
* Fix make.conf.example rejects. (trunk r7383)Zac Medico2007-07-242-12/+13
* For bug #186337, show an ewarn message if FEATURES=installsources is enabled ...Zac Medico2007-07-242-0/+14
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-245-24/+50
* Add sfperms and strict to the default FEATURES since they're already in the b...Zac Medico2007-07-231-1/+1
* Enable FEATURES=userfetch by default. (trunk r7375)Zac Medico2007-07-231-1/+1
* Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin...Zac Medico2007-07-231-10/+12
* For bug #184774, put lha's -q option last since otherwise the option parser n...Zac Medico2007-07-221-1/+1
* Fix the reverse dependency display for --prune when there is now real parent....Zac Medico2007-07-221-0/+5
* Make --update imply --oneshot since people often us it to update things when ...Zac Medico2007-07-221-1/+3
* Document --depclean and --prune enhancements. (trunk r7345)Zac Medico2007-07-222-22/+40
* Prevent a potential KeyError when removing world from the digraph for --prune...Zac Medico2007-07-221-1/+2
* Make --prune pull in the system set since that could pull in some slots that ...Zac Medico2007-07-221-0/+3
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header p...Zac Medico2007-07-211-0/+17
* For bug #185153, in commit mode do the "Fetching trivial updates" routine bef...Zac Medico2007-07-211-38/+44
* Make --prune and --depclean return before calculating dependencies if atoms a...Zac Medico2007-07-211-0/+9
* Prune really uses all installed instead of world. It's not a real reverse de...Zac Medico2007-07-211-0/+3
* Just show [0] instead of [0=>0] in the repo display. (trunk r7332)Zac Medico2007-07-211-3/+6
* For bug #185930, direct all FETCHCOMMAND output to stdout. (trunk r7330)Zac Medico2007-07-211-0/+8
* Hint about --nodeps if --prune doesn't find anything to prune. Also enable r...Zac Medico2007-07-211-1/+7
* When digest verification of a distfile fails, rename instead of unlinking it ...Zac Medico2007-07-211-5/+18
* If the fetcher reported success and the file is too small, don't attempt to r...Zac Medico2007-07-201-2/+10
* For bug #185504, document profiles/repo_name. (trunk r7319)Zac Medico2007-07-201-0/+6
* Document --prune and --depclean enhancements. (trunk r7317)Zac Medico2007-07-201-0/+6
* Update --prune docs for bug #151653. (trunk r7315)Zac Medico2007-07-202-7/+5
* For bug #151653, make --prune keep the highest version whenever possible (eve...Zac Medico2007-07-201-2/+25
* Merge --depclean and --prune enhancements from trunk r7304:7310.Zac Medico2007-07-202-17/+142
* split up the debug/sources steps as proposed by swegener and give the whole f...Zac Medico2007-07-181-50/+64
* Unify USE handling in the depgraph with the other metadata. (trunk r7298)Zac Medico2007-07-171-18/+15
* For bug #185670, make sure package.use.{mask,force} are properly displayed. (...Zac Medico2007-07-171-0/+1
* When expanding ambiguous atoms against the vardb, make sure the the expanded ...Zac Medico2007-07-171-2/+5
* When dep_expand throws a ValueError due to an ambiguous atom, try to expand t...Zac Medico2007-07-171-4/+11
* Don't show the repo display when the package list is empty. (trunk r7290)Zac Medico2007-07-171-1/+2
* For bug #185389, create a symlink when quickpkg injects a new package.Zac Medico2007-07-151-1/+2
* Fix typo. (trunk r7265)Zac Medico2007-07-151-2/+2
* When deciding if a package is slotted inside create_world_atom(), check the v...Zac Medico2007-07-151-8/+18
* Remove some obsolete repo display code.Zac Medico2007-07-151-8/+0