summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* typo fixMarius Mauch2007-10-111-1/+1
* Do not use aux_get to parse the NEEDED file as we need to distinguish spaces ...Marius Mauch2007-10-111-2/+2
* Add a set to group all consumers of missing libraries as a simple revdep-rebu...Marius Mauch2007-10-112-13/+45
* implement new set to group all consumers of preserved librariesMarius Mauch2007-10-112-4/+40
* Make portdbapi and bindbapi cache PROVIDE in orderZac Medico2007-10-113-2/+6
* Cache IUSE in bindbapi to optimize --newuse calculations.Zac Medico2007-10-102-1/+11
* Unify the masking reasons output so that the same codeZac Medico2007-10-091-44/+42
* Exclude .metadata files in multi set configurations for StaticFileSetMarius Mauch2007-10-092-0/+3
* Replace hardcoded path with new constantMarius Mauch2007-10-091-0/+1
* Bug #149816 - Implement visibility filtering support forZac Medico2007-10-093-11/+24
* Make portdbapi.aux_get() cache more often.Zac Medico2007-10-091-0/+2
* Properly exclude old-style virtuals from the portdbapi.cp_list() cache.Zac Medico2007-10-091-2/+4
* Remove a redundant os.access() call in portdbapi.aux_get()Zac Medico2007-10-091-3/+3
* Optimize away a match_from_list() call insideZac Medico2007-10-091-4/+14
* Factor package.mask and profile masking logic out ofZac Medico2007-10-072-46/+69
* Cache IUSE for portdbapi.gvisible() calls.Zac Medico2007-10-071-1/+2
* Restore profile masking support to getmaskingstatus().Zac Medico2007-10-071-0/+12
* Allow config.setcpv() to take a dictionary of package metadataZac Medico2007-10-072-3/+7
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-10-072-67/+91
* 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-062-17/+16
* Handle Exceptions in mod_mail_summary.finalize() and check if the server actu...Marius Mauch2007-10-062-1/+9
* clean up module namespaceMarius Mauch2007-10-066-1/+13
* Strip the - prefix from EAPI in getmaskingstatus()Zac Medico2007-10-051-0/+2
* replace category sets in test configuration with user setsMarius Mauch2007-10-052-10/+12
* 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-051-1/+17
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-056-77/+216
* ignore missing filesMarius Mauch2007-10-051-2/+3
* copy of gentoolkit r451Marius Mauch2007-10-051-1/+1
* In portdbapi.aux_get(), simplify code by using stringZac Medico2007-10-041-9/+2
* 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
* Add EAPI masking support for binary packages.Zac Medico2007-10-041-1/+1
* 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
* Reimplement portdbapi.visible() so that is works withoutZac Medico2007-09-301-45/+51
* Document interaction between config.setinst() andZac Medico2007-09-301-0/+7
* Bug #194081 - Add EBUSY to the list of ignored errnos for unlinkZac Medico2007-09-281-4/+8
* 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
* Ignore ENOTDIR from unmerge unlink calls.Zac Medico2007-09-271-1/+1
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16