summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* * Bug #205966 - Don't show binhost password when displaying the uri.Zac Medico2008-01-311-2/+5
* use strip(os.sep) on paths prior to os.path.join (branches/prefixZac Medico2008-01-301-2/+3
* Bug #205318 - Handle errno.ENOTDIR thrown from the lstat callZac Medico2008-01-111-1/+1
* Bug #204753 - Add "distfiles" and "packages" to the list ofZac Medico2008-01-071-2/+2
* Make the global counter file correspond toZac Medico2007-12-291-24/+37
* * Initialize dbapi._categories = None so that we can compareZac Medico2007-12-294-8/+8
* Make dep_expand() stop relying on having a categories list:Zac Medico2007-12-283-4/+28
* Just ignore it when the global counter file does not matchZac Medico2007-12-281-5/+0
* Fix "Initializing counter" message to show the correct value.Zac Medico2007-12-251-1/+1
* Bug #203090 - Do not trust the global counterZac Medico2007-12-251-12/+36
* - small UI cleanups. *should* not cause problems with lack of missing newlines.Ned Ludd2007-12-251-3/+3
* Make vardbapi cache DESCRIPTION and HOMEPAGE in order to optimizeZac Medico2007-12-211-1/+2
* Fix references to dbapi._category_re.Zac Medico2007-12-211-2/+2
* Use regex category validation in binarytree.populate().Zac Medico2007-12-211-2/+2
* Use a regex to validate package directory names in portdbapi.cp_list()Zac Medico2007-12-212-1/+5
* 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-202-21/+11
* Fix portdbapi.cp_list() so that it can cope with aZac Medico2007-12-203-2/+5
* Fix binarytree._update_pkgindex_header() so that it can copeZac Medico2007-12-201-4/+6
* Make vartree.cpv_all() stop relying on having a categoriesZac Medico2007-12-201-2/+14
* Fix a type: eclasses -> eclass.Zac Medico2007-12-201-1/+1
* Make binarytree.populate() stop relying on having a categoriesZac Medico2007-12-201-4/+2
* 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
* make sure we only remove files that were previously preservedMarius Mauch2007-12-041-2/+6
* Remove redundant config.load_infodir() calls fromZac Medico2007-12-031-1/+0
* * Don't load the CATEGORY in config.load_infodir() since this value isZac Medico2007-12-031-0/+1
* Bug #201090 - When portage creates a temp PORTAGE_BIN_PATH, put itZac Medico2007-12-031-1/+4
* implement the final part of FEATURES=preserved-libs and remove previously pre...Marius Mauch2007-12-031-2/+38
* Synchronize self-reinstallation logic so that emerge will alwaysZac Medico2007-12-021-1/+2
* In dblink.treewalk(), tweak the "Safely unmergingZac Medico2007-12-021-9/+13
* When portage reinstalls itself, pre-load elog modules inZac Medico2007-11-291-1/+6
* Don't modify sys.path inside dblink.merge() because it doesn't seemZac Medico2007-11-291-4/+2
* When portage reinstalls itself, copy both the bin and pymZac Medico2007-11-291-25/+26
* In dblink.treewalk(), make portage unmerge multiple instancesZac Medico2007-11-291-1/+2
* Make dblink.treewalk() properly delete the installed instance afterZac Medico2007-11-291-0/+2
* If portage is reinstalling itself, create a temporaryZac Medico2007-11-281-1/+46
* Disable PORTAGE_PACKAGE_EMPTY_ABORT by default sinceZac Medico2007-11-281-1/+1
* Add a sanity check in dblink.treewalk() so that a broken ebuildZac Medico2007-11-281-5/+41
* When binarytree.populate() finds missing metadata, specify which keysZac Medico2007-11-241-4/+18
* Generate an eerror elog message when an ebuild prerm orZac Medico2007-11-211-0/+15
* Fix NEEDED logic in vardbapi.aux_get() so that emptyZac Medico2007-11-181-1/+1
* Clean up vardbapi.counter_tick_core() and replace shell codeZac Medico2007-11-171-47/+27
* Speed up LibraryPackageMap.update() by pulling NEEDED from theZac Medico2007-11-161-2/+10
* Bug #199311 - Make dblink.getcontents() show the path of theZac Medico2007-11-161-11/+10
* Don't do:Zac Medico2007-11-081-0/+1
* In portdbapi.cp_list(), validate the ebuild name to ensureZac Medico2007-11-041-0/+4
* When evaluating *DEPEND conditionals for the Packages metadataZac Medico2007-11-041-1/+2