summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add support for .lzma / .tar.lzma to unpackMike Frysinger2007-10-071-0/+8
* add QA check for .pyc/.pyo files in /usr/shareMike Frysinger2007-10-071-0/+10
* Fix binarytree.populate() so that it properly cachesZac Medico2007-10-061-3/+18
* In PackageIndex.write(), skip writing the CHOST for aZac Medico2007-10-061-0/+3
* In PackageIndex.readBody(), make each package entryZac Medico2007-10-061-0/+3
* Bug #194552 - Include EAPI in the binary package metadata index.Zac Medico2007-10-062-1/+4
* Fix package.license support so that SLOT atomsZac Medico2007-10-063-22/+23
* Handle Exceptions in mod_mail_summary.finalize() and check if the server actu...Marius Mauch2007-10-062-1/+9
* let dohtml handle weird filenames, patch by TGL (bug #171272)Marius Mauch2007-10-061-6/+6
* Add @localhost to default PORTAGE_ELOG_MAILFROM to account for mail servers t...Marius Mauch2007-10-061-1/+1
* clean up module namespaceMarius Mauch2007-10-066-1/+13
* Also clean portage.txtMarius Mauch2007-10-061-1/+1
* Also look for sets.conf in overlaysMarius Mauch2007-10-061-2/+4
* 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