summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for FEATURES=gpg since it's already disabled and brokenZac Medico2008-10-171-59/+1
* When warning about package categories that haven't been configured viaZac Medico2008-10-111-1/+2
* Mask packages with deprecated EAPIs in order to prevent them from beingZac Medico2008-09-271-2/+6
* Add PROPERTIES to all of the metadata caches.Zac Medico2008-09-261-1/+1
* Make flat_hash write keys in alphabetical order.Zac Medico2008-09-261-0/+1
* More SRC_URI validation.Zac Medico2008-09-201-0/+4
* Fix some broken logic inside portdbapi.getFetchMap().Zac Medico2008-09-201-13/+5
* Add test cases for SRC_URI validation.Zac Medico2008-09-201-9/+6
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-201-27/+134
* Define __all__ and clean up unused imports found by pyflakes.Zac Medico2008-09-191-8/+8
* For py3k compatibility, replace map() call with a normal for loop. Thanks toZac Medico2008-08-151-1/+2
* Fix breakage from r11213 in INHERITED values returned from portdbapi.aux_get().Zac Medico2008-07-271-8/+4
* Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise theyZac Medico2008-07-271-1/+1
* Detect an invalid cpv passed into portdbapi.findname2() and raise anZac Medico2008-07-251-1/+3
* Copy INHERITED/_eclasses_ handling from portdbapi._metadata_callback() toZac Medico2008-07-111-0/+6
* Add support for parallel --regen, using the existing --jobs and --load-averageZac Medico2008-07-101-66/+102
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-021-3/+9
* Never do realpath() on an empty string for portdbapi.porttree_root sinceZac Medico2008-07-011-1/+3
* Add a generic portage.cache.mappings.slot_dict_class() function whichZac Medico2008-06-251-2/+9
* Make the visibility related config methods such as getMaskAtom() andZac Medico2008-06-201-8/+8
* Make portdbapi.aux_get() return float type for _mtime_.Zac Medico2008-06-081-1/+4
* Now that dbapi._iter_match() is guaranteed to return a real iterator withZac Medico2008-05-301-4/+4
* Remove redundant SLOT dep code in portdbapi.xmatch() since it's nowZac Medico2008-05-251-11/+2
* Bug #2272 - Extend dependency atom sytax to specify enabled or disabledZac Medico2008-05-231-20/+20
* Detect and filter ebuilds that have invalid versions in portdbapi.cp_list().Zac Medico2008-05-161-1/+6
* remove unused functionMarius Mauch2008-04-251-8/+0
* * Make portdbapi.aux_get() automatically pull pre-generated metadataZac Medico2008-04-211-19/+38
* Bug #218559 - Make portdbapi automatically add sandbox write access toZac Medico2008-04-201-1/+10
* Fix portdbapi.getfetchlist() so that it doesn't unnecessarily calculateZac Medico2008-04-161-1/+1
* If the mysettings parameter is not passed in to portdbapi.getfetchlist()Zac Medico2008-04-161-1/+1
* Bug #217905 - Fix portdbapi.getfetchlist() to correctly calculateZac Medico2008-04-161-1/+2
* * Optimize metadata caching in pordbapi and bindbapi so that cache isZac Medico2008-04-071-3/+12
* remove code for manifest1 supportMarius Mauch2008-02-281-12/+0
* Revert portdbapi category auto-detection code since it's not really neededZac Medico2008-02-221-9/+4
* Add 'local' to the list of non_category_dirs since it's commonlyZac Medico2008-01-311-1/+1
* Bug #204753 - Add "distfiles" and "packages" to the list ofZac Medico2008-01-071-2/+2
* * Initialize dbapi._categories = None so that we can compareZac Medico2007-12-291-1/+0
* Use a regex to validate package directory names in portdbapi.cp_list()Zac Medico2007-12-211-0/+3
* Add "metadata" and "licenses" to _non_category_dirs.Zac Medico2007-12-211-2/+3
* Fix a typo in the _non_category_dirs regex.Zac Medico2007-12-201-1/+1
* Filter out some non-category directories in portdbapi.cp_all().Zac Medico2007-12-201-3/+5
* For simplicity and consistency, always use a regular expressionZac Medico2007-12-201-6/+5
* Fix portdbapi.cp_list() so that it can cope with aZac Medico2007-12-201-1/+4
* Fix a type: eclasses -> eclass.Zac Medico2007-12-201-1/+1
* Make some adjustments so that it's possible to install binaryZac Medico2007-12-201-0/+9
* Make portdbapi.visible() mask ebuilds that do not define SLOT.Zac Medico2007-12-131-0/+2
* 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