summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add TODO list for portage-2.2Marius Mauch2007-10-051-0/+4
* copy of gentoolkit r451Marius Mauch2007-10-051-1/+1
* 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
* In portdbapi.aux_get(), simplify code by using stringZac Medico2007-10-041-9/+2
* Handle UnsupportedAPIException when running the ebuild(1)Zac Medico2007-10-041-0/+8
* Include the package name in all exceptions raised fromZac Medico2007-10-042-3/+5
* Make portdbapi.getfetchlist() bail out if the EAPIZac Medico2007-10-041-1/+8
* Fix logic for the message that's show whenZac Medico2007-10-041-1/+1
* Make repoman bail out if it is unable to properlyZac Medico2007-10-042-19/+55
* Add EAPI masking support for binary packages.Zac Medico2007-10-042-5/+19
* Fix UnsupportedAPIException.__str__() to strip the leadingZac Medico2007-10-041-1/+5
* Non-integer EAPI isn't supported. In case it's supported inZac Medico2007-10-041-3/+9
* When the metadata cache contains a negative EAPI, it meansZac Medico2007-10-041-1/+7
* Bump EAPI from 0 to 1 and fix eapi_is_supported() so thatZac Medico2007-10-042-2/+8
* no need to use "function" when defining a functionMike Frysinger2007-10-031-10/+10
* this isnt part of gentoolkit anymoreMike Frysinger2007-10-031-1/+1
* Eliminate confusing false positive error messagesZac Medico2007-10-032-8/+24
* In the EbuildQuote check, combine the var_assignmentZac Medico2007-10-031-4/+1
* Filter some false positives out of the EbuildQuote check.Zac Medico2007-10-021-13/+48
* Bug #194398 - Do not log "exiting successfully" in emerge.logZac Medico2007-10-011-2/+5
* Apply new checks, minor cleanupAlec Warner2007-10-011-8/+11
* Rename checks as the naming was overkill (they are all obviously checks being...Alec Warner2007-10-012-6/+24
* Delete some extra leaky vars, also after some testing I discovered read() is ...Alec Warner2007-10-011-4/+2
* keep old repoman names so we don't confuse peopleAlec Warner2007-10-011-1/+1
* Add Donnie's quote check, refactor other ebuild-content checks into classes a...Alec Warner2007-10-011-65/+34
* Add new repoman check classes using StringIO; possibly need some testing, obv...Alec Warner2007-10-013-0/+189
* Bug #142508 - Clear the screen each time before callingZac Medico2007-10-011-0/+14
* Reimplement portdbapi.visible() so that is works withoutZac Medico2007-09-301-45/+51
* Document interaction between config.setinst() andZac Medico2007-09-301-0/+7
* Remove redundant trailing slashes from ${D}. (branches/prefix r7886)Zac Medico2007-09-291-14/+17
* Initialize PORTAGE_TMPDIR before using it.Zac Medico2007-09-291-3/+3
* revert useless quotingMike Frysinger2007-09-292-4/+2
* Fix quoting as reported by Drac in bug 194169Alec Warner2007-09-293-3/+3
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-09-291-2/+13
* 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
* Handle KeyError thrown from aux_get().Zac Medico2007-09-271-5/+6
* Move prelink tempfile cleanup to the finally block andZac Medico2007-09-271-6/+2
* Simplify update_eclasses() a little.Zac Medico2007-09-271-8/+5
* Move a newline to fix formatting.Zac Medico2007-09-271-1/+2
* Ignore ENOTDIR from unmerge unlink calls.Zac Medico2007-09-271-1/+1
* Bug #194025 - Lock /var/db/pkg in post_merge() during theZac Medico2007-09-271-4/+10
* with help from Donnie and Ulrich, use sed to extract the statement that led t...Mike Frysinger2007-09-271-2/+24
* Bug #193486 - Use echo -n and properly quote the array argument.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