summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* fix AttributeError in recent use dep changesZac Medico2010-11-302-18/+22
* vardbapi: unicode safe UnpicklingError messageZac Medico2010-11-301-2/+2
* dbapi: remove redundant missing_enabled/disabledZac Medico2010-11-291-2/+1
* dbapi: sync USE match logic with depgraphZac Medico2010-11-291-7/+22
* match_from_list: use unevaluated_atom for IUSEZac Medico2010-11-291-1/+1
* match_from_list: sync USE dep logic with depgraphZac Medico2010-11-291-25/+23
* depgraph: remove redundant IUSE checkZac Medico2010-11-291-4/+0
* fix missing_enabled/disabled logic for bug 345979Zac Medico2010-11-291-6/+6
* depgraph: fix logic more for bug 345979v2.2.0_alpha6Zac Medico2010-11-271-4/+14
* stack_lists: optimize repo handling moreZac Medico2010-11-271-1/+8
* depgraph: fix logic in code for bug 345979Zac Medico2010-11-271-7/+6
* UseManager: make warnings show even with --quietZac Medico2010-11-261-2/+4
* UseManager: convert lists to tuplesZac Medico2010-11-261-2/+4
* depgraph: check unevaluated USE dep IUSE earlierZac Medico2010-11-261-7/+7
* depgraph: tweak USE match logic for bug 345979Zac Medico2010-11-261-21/+25
* whitelist proxy vars and don't save themZac Medico2010-11-261-0/+1
* stack_lists: optimize repo logicZac Medico2010-11-261-1/+2
* portdbapi: eliminate redundant treemap lookupsZac Medico2010-11-261-17/+12
* portdbapi.__init__: always warn for unused paramZac Medico2010-11-261-4/+3
* show_unsatisfied_dep: include ROOT if it's not /Zac Medico2010-11-261-0/+2
* 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
* action_sync: preserved leading / in ssh uriZac Medico2010-11-241-1/+1
* emerge: accept 'y' for options that accept 'n'Zac Medico2010-11-232-75/+99
* repoman: enable dep check with empty KEYWORDSZac Medico2010-11-221-2/+6
* Use Package.use.force/mask attributes.Zac Medico2010-11-202-16/+7
* Use Package.use.force/mask attributes.Zac Medico2010-11-201-5/+3
* Add Package.use.force/mask attributes.Zac Medico2010-11-201-10/+57
* _get_use*: remove unused codeZac Medico2010-11-201-6/+0
* Fix use.mask set intersection from previous.Zac Medico2010-11-201-1/+1
* Fix interaction of use.mask/force with use deps.Zac Medico2010-11-201-10/+34
* Handle combination of incremental + USE_EXPANDZac Medico2010-11-191-2/+9
* USE_EXPAND: incremental expand for profilesZac Medico2010-11-191-7/+38
* emerge --info: Fix USE_EXPAND displayZac Medico2010-11-191-0/+18
* Support syncing over ssh with ssh://host//path.Michał Górny2010-11-191-3/+6
* Fix emerge --sync PORTDIR creation.Zac Medico2010-11-192-3/+8
* Cache package.mask files within MaskManager.Michał Górny2010-11-191-4/+13
* Rename _parse_profile_files_to_list() to _parse_profile_files_to_tuple().Arfrever Frehtes Taifersar Arahesis2010-11-141-4/+4
* Validate syntax of USE flags in use.force, use.mask, use.unsatisfiable,Arfrever Frehtes Taifersar Arahesis2010-11-141-9/+42
* Fix malformed atom formatting for slot conflict.Zac Medico2010-11-131-1/+1
* MergeProcess: suppress finally blocks after forkZac Medico2010-11-131-4/+14
* EbuildFetcher: suppress finally blocks after forkZac Medico2010-11-131-4/+13
* Fix MergeProcess elog handling.Zac Medico2010-11-121-2/+16
* Merge package files in a subprocess.Zac Medico2010-11-112-67/+121
* Move _get_use* calls out of loops.Zac Medico2010-11-071-5/+11
* Atom: require string type for eapiZac Medico2010-11-061-0/+3