summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Shorten the reference to IUSE defaults since it'sZac Medico2007-10-051-1/+1
* Document IUSE defaults. (trunk r7966)Zac Medico2007-10-051-1/+5
* Document SLOT dependencies. (trunk r7962)Zac Medico2007-10-051-0/+12
* Generalize the first paragraph of the MASKED PACKAGES sectionZac Medico2007-10-051-4/+9
* Documnet EAPI in the MASKED PACKAGES section. (trunk r7951)Zac Medico2007-10-051-0/+5
* Document the EAPI variable. (trunk r7948:7950)Zac Medico2007-10-051-0/+11
* Bug #194764 - All the match* functions can raiseZac Medico2007-10-051-9/+13
* Make the EbuildQuote check ignore lines beginningZac Medico2007-10-051-1/+1
* Eliminate confusing false positive error messagesZac Medico2007-10-051-7/+22
* Handle UnsupportedAPIException when running the ebuild(1)Zac Medico2007-10-051-0/+8
* Include the package name in all exceptions raised fromZac Medico2007-10-051-3/+5
* Make portdbapi.getfetchlist() bail out if the EAPIZac Medico2007-10-051-1/+8
* Fix logic for the message that's show whenZac Medico2007-10-051-1/+1
* Make repoman bail out if it is unable to properlyZac Medico2007-10-052-19/+55
* Add EAPI masking support for binary packages. (trunk r7913)Zac Medico2007-10-052-5/+20
* Fix UnsupportedAPIException.__str__() to strip the leading negativeZac Medico2007-10-051-1/+5
* When the metadata cache contains a negative EAPI, it meansZac Medico2007-10-051-1/+6
* Bump EAPI from 0 to 1 and fix eapi_is_supported() so thatZac Medico2007-10-052-2/+8
* no need to use "function" when defining a function (trunk r7908)Zac Medico2007-10-051-10/+10
* this isnt part of gentoolkit anymore (trunk r7907)Zac Medico2007-10-051-1/+1
* Update the docs for the "ebuild.syntax" error toZac Medico2007-10-052-1/+2
* Port the EbuildQuote check from trunk. (trunk r7904)Zac Medico2007-10-051-3/+80
* Bug #194398 - Do not log "exiting successfully" in emerge.logZac Medico2007-10-051-2/+5
* Bug #142508 - Clear the screen each time before callingZac Medico2007-10-051-0/+14
* Reimplement portdbapi.visible() so that is works withoutZac Medico2007-10-051-44/+50
* Document interaction between config.setinst() andZac Medico2007-10-051-0/+7
* Remove redundant trailing slashes from ${D}. (trunk r7890)Zac Medico2007-10-051-14/+17
* Initialize PORTAGE_TMPDIR before using it. (trunk r7887)Zac Medico2007-10-051-3/+3
* Fix quoting as reported by Drac in bug 194169 (trunk r7877:7879)Zac Medico2007-10-052-4/+2
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-10-051-2/+13
* Bug #179380 - Make the default src_compile() support ECONF_SOURCEZac Medico2007-10-031-1/+3
* Bug #193548 - When scanning for config updates and an errorZac Medico2007-09-281-4/+6
* When scanning for config updates, treat a symlink to an existingZac Medico2007-09-281-0/+9
* Bug #193548 - When emerge spawns find to search for config updates,Zac Medico2007-09-281-1/+2
* Bug #194081 - Add EBUSY to the list of ignored errnos for unlinkZac Medico2007-09-281-4/+8
* Bug #192706 - Do not print a summary at the end of --depclean ifZac Medico2007-09-281-0/+3
* Handle KeyError thrown from aux_get(). (trunk r7866)Zac Medico2007-09-271-5/+6
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2
* Avoid useless and ugly atexit tracebacks that are triggered whenZac Medico2007-09-271-0/+3
* Simplify update_eclasses() a little. (trunk r7861)Zac Medico2007-09-271-8/+5
* Fix portage.exception namespace typo.Zac Medico2007-09-271-1/+1
* Move a newline to fix formatting. (trunk r7858)Zac Medico2007-09-271-1/+2
* Ignore ENOTDIR from unmerge unlink calls. (trunk r7856)Zac Medico2007-09-271-1/+1
* with help from Donnie and Ulrich, use sed to extract the statementZac Medico2007-09-271-2/+24
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-3/+10
* Bug #193486 - Use echo -n and properly quote the array argument. (trunk r7850)Zac Medico2007-09-271-1/+1
* Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'Zac Medico2007-09-271-1/+2
* Do the stale env check/warning after the digest/manifestZac Medico2007-09-271-15/+23
* Display a short notification when an existing ${T}/environmentZac Medico2007-09-271-0/+19
* align the filename and line numbers in the output of the stackZac Medico2007-09-271-18/+26