summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some documentation about set configurationMarius Mauch2007-10-063-0/+121
* default set configuration, should probably go into /usr/share/portageMarius Mauch2007-10-061-0/+34
* Strip the - prefix from EAPI in getmaskingstatus()Zac Medico2007-10-051-0/+2
* handle empty sets properlyMarius Mauch2007-10-051-1/+11
* Shorten the reference to IUSE defaults sinceZac Medico2007-10-051-1/+1
* Document IUSE defaults.Zac Medico2007-10-051-1/+5
* include sets in emerge --searchMarius Mauch2007-10-051-15/+35
* Document SLOT dependencies.Zac Medico2007-10-051-0/+12
* replace category sets in test configuration with user setsMarius Mauch2007-10-053-10/+14
* Generalize the first paragraph of the MASKED PACKAGES sectionZac Medico2007-10-051-4/+9
* only add short names for sets if they begin with 'sets/'Marius Mauch2007-10-051-1/+1
* first version of set integration in emergeMarius Mauch2007-10-052-3/+35
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-056-77/+216
* Documnet EAPI in the MASKED PACKAGES section.Zac Medico2007-10-051-0/+5
* Fix spelling of backward.Zac Medico2007-10-051-1/+1
* Document the EAPI variable.Zac Medico2007-10-051-0/+11
* ignore missing filesMarius Mauch2007-10-051-2/+3
* 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