summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/vartree.py
Commit message (Expand)AuthorAgeFilesLines
* fix preserve_libs logic to properly account for the current package instancev2.2_pre6Marius Mauch2008-05-051-11/+20
* Bug #220171 - Filter out 'lost+found' directories in vardbapi.cpv_all()Zac Medico2008-05-051-1/+9
* actually remove libraries that aren't strictly needed from the preservation c...Marius Mauch2008-05-041-1/+5
* remove NEEDED from list of metadata variables (and associated special handlin...Marius Mauch2008-05-041-9/+2
* remove obsolete classMarius Mauch2008-05-041-42/+0
* rename NEEDED.2 to NEEDED.ELF.2 to allow other ABI formats to use a different...Marius Mauch2008-05-021-2/+2
* fix typoMarius Mauch2008-05-021-1/+1
* use special symlink comparison code (original patch from prefix r9499)Marius Mauch2008-05-021-1/+18
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed Li...Marius Mauch2008-05-021-65/+96
* For bug #211833, be explicit that the pkg_prerm() and pkg_postrm() removalZac Medico2008-04-281-1/+2
* As suggested by Chr. Schaefer in bug #211833, comment #15, note thatZac Medico2008-04-281-17/+16
* Try to format the elog message better for bug #211833, separatingZac Medico2008-04-281-12/+29
* Bug #211833 - When an ebuild removal phase fails, notify the user thatZac Medico2008-04-281-1/+8
* add LibraryPackageMap replacement using NEEDED.2 filesMarius Mauch2008-04-261-1/+71
* remove debug outputMarius Mauch2008-04-251-1/+0
* as NEEDED files don't conain enough formation for e.g. preserve-libsto work p...Marius Mauch2008-04-251-0/+1
* Inside dblink.unmerge(), call self.updateprotect() just in case anythingZac Medico2008-04-151-0/+1
* Fix issues with an empty string being passed intoZac Medico2008-04-141-1/+6
* fix check for other lib copies to properly exclude the current packageMarius Mauch2008-04-131-1/+3
* only preserve libraries if no copy exists in the libary search path (bug #215...Marius Mauch2008-04-061-2/+5
* In dbapi.move_ent(), never assume that any of the expected metadataZac Medico2008-04-051-2/+1
* When dblink.treewalk() queries for other packages in the same slot, filterZac Medico2008-03-301-3/+6
* Move the AUTOCLEAN code into dblink.treewalk since it's already partiallyZac Medico2008-03-301-4/+8
* don't list files as being merged when they are ignored due to confmem, bug #2...Marius Mauch2008-03-031-2/+1
* remove FEATURES=livecvsportageMarius Mauch2008-03-021-2/+1
* undo registrations of preserved libraries if the merge fails, bug #210501Marius Mauch2008-03-021-0/+3
* Bug #211365 - Use catpkgsplit() instead of pkgsplit() on the cpv in theZac Medico2008-02-261-1/+2
* Make LibraryPackageMap.update() sort the contents of the library_consumersZac Medico2008-02-211-1/+2
* Optimize dblink.isowner() to use fewer stat calls by doing a basenameZac Medico2008-02-211-1/+12
* Make PreservedLibsRegistry.store() use atomic_ofstream so that we don'tZac Medico2008-02-191-2/+4
* Add missing % x (bug #208946, comment #2).Zac Medico2008-02-161-1/+1
* Bug #155993 - Update environment.bz2 after postinst in caseZac Medico2008-02-071-0/+4
* don't try to copy manually removed libraries (bug #208946)Marius Mauch2008-02-051-1/+10
* 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
* Make the global counter file correspond toZac Medico2007-12-291-24/+37
* * Initialize dbapi._categories = None so that we can compareZac Medico2007-12-291-4/+4
* Make dep_expand() stop relying on having a categories list:Zac Medico2007-12-281-4/+9
* 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
* Make vardbapi cache DESCRIPTION and HOMEPAGE in order to optimizeZac Medico2007-12-211-1/+2
* For simplicity and consistency, always use a regular expressionZac Medico2007-12-201-15/+6
* Fix portdbapi.cp_list() so that it can cope with aZac Medico2007-12-201-1/+0
* Make vartree.cpv_all() stop relying on having a categoriesZac Medico2007-12-201-2/+14
* 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