summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Add back _conditionals_class.values() method in order to fix breakageZac Medico2010-08-221-0/+5
* portage.dep._use_dep: Rewrite the parser for better readability and speedSebastian Luther2010-08-222-67/+40
* Fix erroneoud reference to self.aux_get in bintree.move_ent().Zac Medico2010-08-221-1/+2
* * By default, disable the calc_prelink parameter to perform_md5() forZac Medico2010-08-212-7/+10
* Fix UnboundLocalError for catdir inside dblink.unmerge().Zac Medico2010-08-211-1/+2
* Bug #292083 - Support package.accept_keywords in profiles.Zac Medico2010-08-211-2/+34
* Add EPREFIX support to load_default_config().Zac Medico2010-08-211-1/+5
* Omit non-existent files from the config._pkeywords_listZac Medico2010-08-211-0/+7
* Move default ACCEPT_KEYWORDS handling for package.keywords out ofZac Medico2010-08-211-10/+5
* Revert back to using ROOT for env_update(), since that's how theZac Medico2010-08-212-4/+5
* Fix env_update() calls to use EROOT.Zac Medico2010-08-212-3/+6
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-213-14/+28
* Add a deprecation warning to FetchlistDict.has_key().Zac Medico2010-08-211-0/+3
* Add a deprecation warning for the unused justmanifest parameter ofZac Medico2010-08-211-1/+11
* Fix broken reference to portage._validate_cache_for_unsupported_eapis.Zac Medico2010-08-211-1/+1
* Add a wrapper around config.features that provides the followingZac Medico2010-08-213-55/+122
* When stacking incrementals in config.regenerate(), use a set to avoidZac Medico2010-08-211-10/+6
* Fix config.setcpv() so it only calls _grab_pkg_env when there areZac Medico2010-08-201-1/+1
* Remove duplicate realpath call for PORTAGE_TMPDIR.Zac Medico2010-08-201-4/+2
* At some point we may want to stop exporting FEATURES to the ebuildZac Medico2010-08-201-1/+9
* Bug #44796 - Add support for /etc/portage/package.env. As documented inZac Medico2010-08-201-15/+147
* Make varexpand() create a new empty dict for variable expansions inZac Medico2010-08-201-1/+3
* Split out a _ordered_by_atom_specificity() in order to eliminateZac Medico2010-08-201-86/+48
* Make DEPCACHE_PATH relative to EPREFIX, and comment about similarityZac Medico2010-08-201-2/+17
* * Make dblink._linkmap_rebuild() return early if preserve-libs is disabledZac Medico2010-08-201-2/+10
* Stop using the myroot arguments to the dblink constructor, merge(),Zac Medico2010-08-201-29/+52
* * Fix EROOT handling in various places in vartree.py. It should beZac Medico2010-08-203-44/+81
* Fix LinkageMap to use vardbapi._eroot instead of _root.Zac Medico2010-08-201-1/+1
* Don't pass the myroot parameter to *counter_tick* methods since it'sZac Medico2010-08-201-7/+7
* Make the portagetree.root attribute a property that generates aZac Medico2010-08-201-3/+11
* Remove unused clone paramter from vartree constructor (support andZac Medico2010-08-201-1/+1
* --autounmask: If we can't do a change because of REQUIRED_USE, give at least ...Sebastian Luther2010-08-202-0/+20
* slot collision handler: Drop solutions that violate REQUIRED_USESebastian Luther2010-08-201-0/+15
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-0/+15
* Add portage.dep.get_required_use_flags to extract the use flags used in a REQ...Sebastian Luther2010-08-202-2/+121
* Make the make.globals path relative to EPREFIX, and add comments possibleZac Medico2010-08-191-2/+24
* Fix BinTestCase instances to stop leaving orphan temp dirs.Zac Medico2010-08-193-18/+25
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-194-81/+113
* Stop trying to read /etc/make.globals because it's been a symlink toZac Medico2010-08-191-1/+1
* Tests: Properly test the circular dep handlerSebastian Luther2010-08-191-15/+38
* Tests: ResolverPlayground: Support checking the suggestions given by the circ...Sebastian Luther2010-08-191-0/+8
* Raise ValueError if fromlist contains an extra comma.Zac Medico2010-08-191-0/+3
* Use doebuild_environment() to ensure proper environment initializationZac Medico2010-08-181-16/+21
* Use simpler _spawn_phase() instead of doebuild() sinceZac Medico2010-08-181-9/+3
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-182-47/+27
* Move environment sanity check to the Scheduler and do it if thereZac Medico2010-08-181-16/+0
* Fix get_cycles() to handle None return value from shortest_path().Zac Medico2010-08-181-0/+2
* Fix small bug in _show_circular_deps and add some testsSebastian Luther2010-08-181-0/+46
* portage.util.digraph: Raise KeyError in newly added functions. Add tests.Sebastian Luther2010-08-182-13/+222
* extract_affecting_use: Fix the same bug as in use_reduceSebastian Luther2010-08-182-6/+31