summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For bug #181104, make econf give an appropriate error message when configure ...Zac Medico2007-07-301-63/+38
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-07-302-17/+30
* Return copies of the cached values from pkgsplit and catpkgsplit. (branches/2...Zac Medico2007-07-300-0/+0
* For bug #156536, update --resume docs to show that the resume history is capa...Zac Medico2007-07-302-103/+81
* For bug #153967, use -O ${DISTDIR}/${FILE} in the default FETCHCOMMAND. (bran...Zac Medico2007-07-301-3/+2
* When dblink.treewalk() looks for an installed instance in the same slot, make...Zac Medico2007-07-301-0/+8
* Remove duplicate entries from special variables processed by env_update() (bu...Zac Medico2007-07-301-2/+6
* Use user-provided ${mv_opts} for -5 (bug #47442) (branches/2.1.2 r6756)Zac Medico2007-07-300-0/+0
* Add ECONF_SOURCE to the econf docs. (branches/2.1.2 r6755)Zac Medico2007-07-301-25/+17
* Document EXTRA_ECONF, thanks to Arfrever FTA in bug #167057. (branches/2.1.2 ...Zac Medico2007-07-301-59/+24
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-07-301-2/+4
* Improve support for slot deps atoms given on the command line. (branches/2.1....Zac Medico2007-07-301-2/+5
* Don't complain when is missing unless manifest1 compatibility is enabled. (b...Zac Medico2007-07-301-112/+50
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-07-301-2/+4
* Don't repeatedly invoke the depend phase for ebuilds that are already known t...Zac Medico2007-07-301-0/+4
* For bug #149397, raise an InvalidDependString exception if a USE has no basen...Zac Medico2007-07-301-0/+2
* Only check ChangeLog if we're dealing with an ebuild (bug #170604) (branches/...Zac Medico2007-07-301-1235/+411
* For bug #172886, catch GetoptError. (branches/2.1.2 r6701)Zac Medico2007-07-300-0/+0
* Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba...Zac Medico2007-07-301-1009/+585
* For bug #139670, update the dohtml docs to show all supported file extensions...Zac Medico2007-07-301-2/+2
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-303-46/+40
* For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)Zac Medico2007-07-293-4/+12
* For pty logging, handle the EAGAIN error that is thrown from fcntl when the s...Zac Medico2007-07-291-2/+10
* For bug #186876, fall back it os.pipe() if pty.openpty() fails. (trunk r7422)Zac Medico2007-07-281-3/+10
* 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