summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Simplify cache code in vardbapi.aux_get().Zac Medico2008-05-201-10/+3
* In vardbapi.aux_get(), don't mark cacheed metadata invalid just becauseZac Medico2008-05-201-1/+0
* Inside vardbapi.aux_get(), do more validation on the cache data toZac Medico2008-05-201-0/+9
* Fix vardbapi.aux_get() logic so that it will correctly pull the metadataZac Medico2008-05-191-1/+1
* Tweak vardbapi.aux_get() cache logic a bit.Zac Medico2008-05-181-1/+3
* * To avoid excessive IO on each call to LinkageMap.rebuild(), cacheZac Medico2008-05-181-8/+29
* Detect and filter ebuilds that have invalid versions in portdbapi.cp_list().Zac Medico2008-05-161-1/+6
* ignore consumers from the current package instance when checking if a preserv...Marius Mauch2008-05-131-2/+11
* For the "blockers" parameter that's passed into the dblink constructorZac Medico2008-05-091-1/+5
* Make some confmem behavior modifications in order to try and make itZac Medico2008-05-081-1/+23
* Don't use try/finally to close atomic_ofstream since we don't want toZac Medico2008-05-081-18/+16
* Instead of doing automatic uninstalls in advance, install conflictingZac Medico2008-05-081-3/+51
* Use vardbapi._excluded_dirs to filter results inside cp_list().Zac Medico2008-05-051-4/+1
* Add -MERGING-.* to vardbapi._excluded_dirs.Zac Medico2008-05-051-1/+1
* * In vardbapi.cpv_all() use catpkgsplit() for validation since that's whatZac Medico2008-05-051-3/+9
* Handle a potential InvalidData exception in vardbapi.cp_all().Zac Medico2008-05-051-2/+6
* 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
* 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
* 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
* Make binarytree.prevent_collision() adjust permissions on directoriesZac Medico2008-04-121-1/+11
* Copy group mode bits from $PKGDIR when creating subdirectories.Zac Medico2008-04-111-31/+30
* When reading and writing the Packages index file, translate metadata keysZac Medico2008-04-071-3/+6
* * Optimize metadata caching in pordbapi and bindbapi so that cache isZac Medico2008-04-073-10/+33
* Handle empty KEYWORDS in the Packages file.Zac Medico2008-04-071-0/+1
* Fix broken IUSE defaults handling when filtering USE for the Packages file.Zac Medico2008-04-071-1/+1
* 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-052-5/+6
* Handle missing LICENSE in the Packages index since that's allowed forZac Medico2008-04-011-0/+1