summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
Commit message (Expand)AuthorAgeFilesLines
* In portdbapi.cp_list(), validate the ebuild name to ensureZac Medico2007-11-041-0/+4
* For sanity, pass an actual list of keys into aux_get() insteadZac Medico2007-11-041-3/+4
* Make portdbapi.gvisible() use portdbapi._aux_cache_keysZac Medico2007-11-021-1/+1
* Implement license filtering for xmatch minimum-visible andZac Medico2007-10-301-10/+21
* Optimize xmatch "bestmatch-visible" to do fewer metadataZac Medico2007-10-301-7/+6
* Make portdbapi.cp_list() use os.listdir() instead ofZac Medico2007-10-291-1/+5
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-10-281-11/+1
* Optimize repoman to share portdbapi.cp_list() resultsZac Medico2007-10-261-7/+16
* Add missing break statement for xmatch minimum-visible.Zac Medico2007-10-261-0/+1
* Optimize repoman visibility checks to access as littleZac Medico2007-10-261-4/+68
* remove unused tmpfs variableMarius Mauch2007-10-151-8/+0
* Make portdbapi and bindbapi cache PROVIDE in orderZac Medico2007-10-111-1/+1
* 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-071-46/+11
* Cache IUSE for portdbapi.gvisible() calls.Zac Medico2007-10-071-1/+2
* Allow config.setcpv() to take a dictionary of package metadataZac Medico2007-10-071-2/+2
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-10-071-67/+15
* Fix package.license support so that SLOT atomsZac Medico2007-10-061-4/+4
* 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-041-2/+5
* Make portdbapi.getfetchlist() bail out if the EAPIZac Medico2007-10-041-1/+8
* 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
* Reimplement portdbapi.visible() so that is works withoutZac Medico2007-09-301-45/+51
* For bug #187480, fix writemsg args in portdbapi.gvisible().Zac Medico2007-08-021-1/+1
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-231-11/+2
* Remove the repo_name warning in the portdbapi constructor since we don't want...Zac Medico2007-07-091-2/+3
* - be quiet about overlays profiles/repo_name entry when --quiet mode is usedNed Ludd2007-07-091-1/+1
* print a notice when a repository/overlay does not have a nameMarius Mauch2007-06-301-0/+2
* Make the fix for bug #139600 slightly less icky by grabbing the ACCEPT_KEYWOR...Zac Medico2007-06-241-1/+2
* Fix check_config_instance() weirdness when the ebuild command reloads the por...Zac Medico2007-06-231-1/+2
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Marius Mauch2007-06-231-0/+7
* Remove more unnecessary list generation.Zac Medico2007-06-211-3/+3
* For bug #181551, support slot deps in package.keywords.Zac Medico2007-06-101-3/+4
* copyrights.. id? what?Alec Warner2007-06-021-0/+4
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-06-011-2/+4
* Don't repeatedly invoke the depend phase for ebuilds that are already known t...Zac Medico2007-06-011-0/+4
* For bug #149397, raise an InvalidDependString exception if a USE has no basen...Zac Medico2007-06-011-0/+2
* Show deprecation warnings if the "clone" parameters are used for the binartre...Zac Medico2007-05-301-0/+2
* To ease the namespace transition, automatically translate cache.* to portage....Zac Medico2007-05-251-0/+3
* Don't treat KEYWORDS="-*" like KEYWORDS="*", because it's never been that way...Zac Medico2007-05-241-2/+3
* Punt the portdbapi.getsize() function since it's unused and broken (mysum ref...Zac Medico2007-05-221-13/+0
* Fix -* handling in gvisible to match incremental semanticsMarius Mauch2007-04-301-6/+8
* Use a config instance that's not locked/immutable.Zac Medico2007-04-131-2/+2
* Continue to support profile masking at least until bug #170697 is settled.Zac Medico2007-03-261-0/+13
* Pass a list of USE flags into config.getMissingLicenses() so that the method ...Zac Medico2007-03-211-1/+6
* Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593.Zac Medico2007-03-201-4/+19