summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* _add_pkg_deps: use _get_eapi_attrsZac Medico2012-09-252-4/+7
* ResolverPlayground: check targetroot in mergelistZac Medico2012-09-252-1/+4
* ResolverPlayground: support targetrootZac Medico2012-09-255-105/+112
* repoman: rename most *DEPEND.* to dependency.*Zac Medico2012-09-251-2/+7
* Remove obsolete cache/flat_list.pyZac Medico2012-09-241-135/+0
* ResolverPlayground: simplify vdb/portdb creationZac Medico2012-09-241-80/+32
* circular_dependency: handle HDEPENDZac Medico2012-09-241-1/+2
* cache/sqlite.py: translate None to empty stringZac Medico2012-09-241-2/+7
* cache/metadata.py: add HDEPENDZac Medico2012-09-242-2/+4
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-2416-45/+79
* _global_updates: scan binarytree only if neededZac Medico2012-09-241-6/+8
* _create_use_string: pass in feature_flags argv2.2.0_alpha132Zac Medico2012-09-232-7/+8
* env_update: use eroot variable moreZac Medico2012-09-231-10/+7
* env_update: scan all dirs starting with "lib"Zac Medico2012-09-231-4/+19
* Add _get_feature_flags(eapi_attrs) function.Zac Medico2012-09-235-10/+30
* RepoConfig: add find_invalid_path_char methodZac Medico2012-09-232-13/+33
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-225-11/+25
* doebuild.py: remove unused f = NoneZac Medico2012-09-211-1/+0
* Deprecate EAPI 5_pre2.Zac Medico2012-09-211-2/+2
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-215-38/+20
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-213-7/+7
* Add _DEPCLEAN_LIB_CHECK_DEFAULT constant.Zac Medico2012-09-212-2/+3
* primaryuri: prefer thirdpartymirrors in SRC_URIZac Medico2012-09-211-11/+10
* Improve allowing of directories on profile level and repository level in EAPI...Arfrever Frehtes Taifersar Arahesis2012-09-213-8/+16
* Read profile EAPI earlier.Arfrever Frehtes Taifersar Arahesis2012-09-211-18/+20
* Move EAPI check for stable USE forcing and masking to portage.eapi module.Arfrever Frehtes Taifersar Arahesis2012-09-212-15/+12
* Enable official EAPI 5 support.v2.2.0_alpha130Zac Medico2012-09-203-11/+11
* Add QA_DESKTOP_FILE variable.Zac Medico2012-09-201-1/+26
* update.py: cleanup importsZac Medico2012-09-191-5/+2
* update_dbentry: fix "move" to translate atom[use]Zac Medico2012-09-192-12/+22
* test_update_dbentry: test "move" command moreZac Medico2012-09-191-0/+19
* deprecated_profile_check: search more locationsZac Medico2012-09-191-4/+17
* config: source make.conf only once if samefileZac Medico2012-09-191-16/+18
* MAKE_CONF_FILE: refer to /etc/portage/make.confZac Medico2012-09-192-5/+5
* config: _eapi_cache.clear() beginning constructorZac Medico2012-09-191-0/+3
* update_dbentry: improve slotmove supportZac Medico2012-09-192-7/+65
* Atom: don't allow :slot* syntaxZac Medico2012-09-184-4/+3
* cache/sqlite.py: fix getitem order assumptionZac Medico2012-09-181-11/+5
* doebuild: update environment.bz2 for pre/postinstv2.2.0_alpha129Zac Medico2012-09-171-2/+10
* Fix "unsatisfied" comment typo.Zac Medico2012-09-161-1/+1
* repoman: unsatsified use-default deps, bug 435242Zac Medico2012-09-161-0/+10
* repoman: reject "built" slot-operator atomsZac Medico2012-09-161-2/+15
* egencache: skip auxdb write if not metadata-transZac Medico2012-09-152-5/+10
* Convert funcs of phase*.sh to __ prefixed namespace.Brian Harring2012-09-141-1/+1
* dep_check: cleanup repoman use.force/mask codeZac Medico2012-09-131-8/+5
* Refactor FEATURES=test USE logic.v2.2.0_alpha128Zac Medico2012-09-131-8/+5
* Display: simplify _blockersZac Medico2012-09-131-13/+6
* Deprecate EAPI 5_pre1.Zac Medico2012-09-131-2/+2
* merge list: distinguish reinstall with red "r"Zac Medico2012-09-132-2/+13
* Refactor merge list attribute display.Zac Medico2012-09-132-84/+106