summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* UseManager: make warnings show even with --quietZac Medico2010-11-261-2/+4
* UseManager: convert lists to tuplesZac Medico2010-11-261-2/+4
* whitelist proxy vars and don't save themZac Medico2010-11-261-0/+1
* config.environ: filter calling env only if mycpvZac Medico2010-11-251-1/+2
* create_trees: propagate proxy vars to host ROOTZac Medico2010-11-251-1/+2
* fetch: pass full env to fetcher (for proxy vars)Zac Medico2010-11-252-2/+13
* _get_usedep_re: make None eapi imply latestZac Medico2010-11-241-3/+7
* Revert use.unsatisfiable support for now.Zac Medico2010-11-243-35/+0
* grab*_package: optimize for non-existent filesZac Medico2010-11-241-0/+4
* repoman: enable dep check with empty KEYWORDSZac Medico2010-11-231-2/+6
* _get_use*: remove unused codeZac Medico2010-11-231-6/+0
* Handle combination of incremental + USE_EXPANDZac Medico2010-11-231-2/+9
* USE_EXPAND: incremental expand for profilesZac Medico2010-11-231-7/+38
* emerge --info: Fix USE_EXPAND displayZac Medico2010-11-231-0/+18
* Rename _parse_profile_files_to_list() to _parse_profile_files_to_tuple().Arfrever Frehtes Taifersar Arahesis2010-11-231-4/+4
* Validate syntax of USE flags in use.force, use.mask, use.unsatisfiable,Arfrever Frehtes Taifersar Arahesis2010-11-231-9/+42
* MergeProcess: suppress finally blocks after forkZac Medico2010-11-231-4/+14
* Fix MergeProcess elog handling.Zac Medico2010-11-231-2/+16
* Merge package files in a subprocess.Zac Medico2010-11-232-67/+121
* Move _get_use* calls out of loops.Zac Medico2010-11-231-5/+11
* Atom: require string type for eapiZac Medico2010-11-231-0/+3
* Assume that eapi=None means the newest EAPI.Arfrever Frehtes Taifersar Arahesis2010-11-231-2/+11
* Accept eapi argument in portage.util.grabdict_package() andArfrever Frehtes Taifersar Arahesis2010-11-231-7/+6
* Remove a part of a comment, which is about files not handled in KeywordsManag...Arfrever Frehtes Taifersar Arahesis2010-11-231-5/+1
* Calculate path to package.mask file only once per profile.Arfrever Frehtes Taifersar Arahesis2010-11-231-3/+6
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2010-11-231-1/+1
* Support use.unsatisfiable and package.use.unsatisfiable files.Arfrever Frehtes Taifersar Arahesis2010-11-233-4/+39
* Allow to use different syntax of USE flags in different EAPIs.Arfrever Frehtes Taifersar Arahesis2010-11-231-13/+35
* Remove remnants of parse-eapi-glep-55.Arfrever Frehtes Taifersar Arahesis2010-11-232-8/+3
* Fix tests for ssh/sftp FETCHCOMMANDs.Zac Medico2010-11-231-2/+2
* complete binhost ssh/sftp port supportZac Medico2010-11-231-12/+11
* binarytree: handle binhost port for sftp/sshZac Medico2010-11-231-4/+16
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-11-232-0/+2
* AsynchronousLock: use subprocess if no threadsZac Medico2010-11-233-6/+21
* Optimize LazyItemsDict.__deepcopy__().v2.1.9.24Zac Medico2010-10-311-2/+2
* Simplify LazyItemsDict.__deepcopy__().Zac Medico2010-10-311-7/+4
* Update docstring for LazyItemsDict.__deepcopy__()Zac Medico2010-10-301-17/+4
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-292-9/+28
* am maintainer-mode: ignore autotest and help2manZac Medico2010-10-271-1/+1
* Fix some typos and improve a message in repoman.Arfrever Frehtes Taifersar Arahesis2010-10-271-2/+2
* prepare_build_dirs: tolerate permission issuesZac Medico2010-10-221-2/+6
* EbuildFetcher: close uneeded fds in subprocessZac Medico2010-10-221-16/+19
* dispatch-conf: suppress 'No such file' errors.Zac Medico2010-10-211-10/+13
* Show paths of corrupt NEEDED.ELF.2 files.Zac Medico2010-10-211-6/+10
* Suppress 'invalid .la file' message if necessary.Zac Medico2010-10-211-2/+12
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-153-3/+3
* use_reduce: Next try on full reductionSebastian Luther2010-10-152-6/+20
* use_reduce: Another fix for bug 340973.Zac Medico2010-10-152-9/+17
* use_reduce: Add non-working test for bug 340973.Zac Medico2010-10-151-0/+6
* UseReduceTestCase: Show whole string in exceptionZac Medico2010-10-151-3/+6