summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Fix isprotected() call in dblink._collision_protect() to properly accountZac Medico2008-08-221-1/+2
* Use shlex.split() to split CONFIG_PROTECT and CONFIG_PROTECT_MASK.Zac Medico2008-08-221-2/+2
* Update comment, from Lucian Poston's git repo.Zac Medico2008-08-221-1/+4
* Optimize LinkageMap to use tuples of device and inode numbers from statZac Medico2008-08-221-166/+264
* Fix typo in "directory" spelling. Thanks to Ofer Wald in bug #219957.Zac Medico2008-08-211-1/+1
* Fix dep_wordreduce() so that it doesn't cancel out blocker atoms that happenZac Medico2008-08-201-1/+3
* Make dblink call back to the scheduler for "clean" and "cleanrm" phases, toZac Medico2008-08-201-6/+17
* Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh.Zac Medico2008-08-201-0/+2
* When in background mode, redirect "adjusting permissions" messages forZac Medico2008-08-191-8/+44
* Fix atom -> str breakage in StaticFileSet.write().Zac Medico2008-08-181-3/+3
* For consistency, make get_open_fds() return a plain iterator in any case,Zac Medico2008-08-151-2/+2
* Use a list comprehension instead of strange map() usage which yields oddZac Medico2008-08-151-1/+2
* For py3k compatibility, replace map() call with a normal for loop. Thanks toZac Medico2008-08-151-1/+2
* Bug #234478 - Fix config._getMissingLicenses() to only access USE whenZac Medico2008-08-121-2/+8
* Disable "waiting for lock" messages when in background mode. Thanks to ThargorZac Medico2008-08-121-1/+9
* Fix ebuild(1) so that src_configure is only called for EAPIs for which itZac Medico2008-08-111-0/+6
* For pkg_config and pkg_info, add respective "config" and "info" values toZac Medico2008-08-101-1/+1
* When testing userpriv write access in $DISTDIR, redirect the 'permissionZac Medico2008-08-101-1/+1
* Remove unnecessary dict.keys() call.Zac Medico2008-08-101-1/+1
* Remove INHERITED from the vardbapi aux_get cache since it's not really thatZac Medico2008-08-101-1/+1
* Add write_contents() and tar_contents() functions to __all__.Zac Medico2008-08-091-1/+2
* * Use shlex.split() for splitting COLLISION_IGNORE.Zac Medico2008-08-091-1/+5
* Don't use "dir" for a variable name since it's also a builtin.Zac Medico2008-08-091-4/+4
* Escape use flags before compiling regular expressions from them. ThanksZac Medico2008-08-091-2/+6
* Add new LinkageMap.listBrokenBinaries() and listProviders() methods. ThanksZac Medico2008-08-081-0/+152
* Fix broken reference to os.path.realpath() inside LinkageMap.getSoname().Zac Medico2008-08-081-1/+1
* In LinkageMap.rebuild(), filter empty strings that may be returned from splitZac Medico2008-08-081-2/+4
* * Fix the default() implementation so that it maps the ebuild argument toZac Medico2008-08-082-3/+11
* Fix a bug in vardbapi.removeFromContents() which sometimes prevents theZac Medico2008-08-071-2/+3
* In order to conserve some space, make _setitem() skip writing keys for whichZac Medico2008-08-071-0/+2
* Make doebuild() display manifest verification failures for each corruptZac Medico2008-08-051-29/+57
* Bug #233735 - Add support for src_configure and default_* functions withZac Medico2008-08-042-11/+17
* Make dblink.unmerge() succeed even when ebuild phases are unsuccessful becauseZac Medico2008-08-041-6/+6
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-57/+16
* Add a new RestrictSet which contains all packages that match specifiedZac Medico2008-08-021-7/+67
* In the file collision elog message, only say 'NOT merged' whenZac Medico2008-08-021-4/+8
* * Add INHERITED to vardbapi._aux_cache_keys since Package.metadata_keys alsoZac Medico2008-08-011-2/+2
* Add debug support to PackagesSystemSet since robbat2 is reporting an emptyZac Medico2008-08-011-2/+22
* Add DowngradeSet and OwnerSet to __all__.Zac Medico2008-08-011-1/+2
* Make InheritSet more like DowngradeSet, and check INHERITED from the highestZac Medico2008-08-011-7/+17
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-012-16/+37
* Bug #233487 - Fix --fetch-all-uri breakage:Zac Medico2008-08-011-1/+6
* Fix DowngradeSet so it's safe for cases when no ebuild is available.Zac Medico2008-07-311-0/+2
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-311-1/+39
* Always invalidate results from _userpriv_test_write_file_cache whenZac Medico2008-07-311-1/+1
* Add a new @module-rebuild set which emulates the behavior of theZac Medico2008-07-311-1/+37
* Implement a new @live-ebuilds which is generated from installed packagesZac Medico2008-07-311-1/+38
* Fixes in portage.fetch() for bugs #233303 and #94133:Zac Medico2008-07-311-2/+48
* Split out a _spawn_fetch() function that will be useful for implementing aZac Medico2008-07-311-29/+49
* Remove redundant use dep validation code that's handled by regular expressionZac Medico2008-07-301-6/+2