summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete cache/flat_list.pyZac Medico2012-09-241-135/+0
* ResolverPlayground: simplify vdb/portdb creationZac Medico2012-09-241-80/+32
* 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-2411-17/+38
* _global_updates: scan binarytree only if neededZac Medico2012-09-241-6/+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-232-2/+17
* RepoConfig: add find_invalid_path_char methodZac Medico2012-09-232-13/+33
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-224-9/+23
* 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-213-22/+8
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-213-7/+7
* Add _DEPCLEAN_LIB_CHECK_DEFAULT constant.Zac Medico2012-09-211-0/+1
* 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
* 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
* Deprecate EAPI 5_pre1.Zac Medico2012-09-131-2/+2
* Bind FEATURES=-test to USE=-test for bug #373209.Zac Medico2012-09-133-1/+76
* repoman: test package.use.stable.maskZac Medico2012-09-132-6/+41
* find_updated_config_files: x var name collisionZac Medico2012-09-131-2/+2
* FEATURES=test: test flag respect IUSE_FFECTIVEZac Medico2012-09-131-1/+2
* chflags: fixed empty opts argumentv2.2.0_alpha127Zac Medico2012-09-121-1/+5
* Prefer /etc/portage/make.profile.v2.2.0_alpha126Zac Medico2012-09-123-3/+3
* chflags: fixed octal flags format breakageZac Medico2012-09-111-1/+1
* Replace getstatusoutput with unicode safe Popen.Zac Medico2012-09-116-36/+81
* MetaDataXML: encode unicode file paths safelyZac Medico2012-09-111-4/+5
* Add EAPI 5_pre2 with features approved by councilZac Medico2012-09-111-1/+1
* Only validate .desktop files that are installed into XDG-compliant locations.Michael Palimaka2012-09-112-55/+9