summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For bug #182157, never chmod 0 symlinks before unlinking them. (branches/2.1....Zac Medico2007-07-301-1/+2
* For bug #181953, prevent the circular_blocks code from selecting a node that'...Zac Medico2007-07-301-2/+10
* Fix dblink.isowner() so it works properly when ROOT!=/. (branches/2.1.2 r6828)Zac Medico2007-07-301-1/+1
* Always return a dict from dblink.getcontents() since callers never expect to ...Zac Medico2007-07-301-9/+17
* Update the PORT_LOGDIR docs for bug #82378. Thanks to Arfrever FTA for repor...Zac Medico2007-07-302-32/+37
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-07-302-4/+16
* For bug #181551, support slot deps in package.keywords. (branches/2.1.2 r6791)Zac Medico2007-07-301-3/+5
* Make repoman work with both + and - flags in IUSE. (branches/2.1.2 r6789)Zac Medico2007-07-301-6/+5
* Skip bogus '$ECLASS inherited illegally' messages when installing from a bina...Zac Medico2007-07-301-1/+2
* For bug #152828, run -ldconfig when != . (branches/2.1.2 r6771)Zac Medico2007-07-301-10/+20
* For bug #139383, in xtermTitleReset() use os.system() instead of commands.get...Zac Medico2007-07-301-110/+27
* 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