summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* _prepare_self_update: detect if already calledv2.2.0_alpha76Zac Medico2011-11-181-0/+4
* config: tweak mapping implementation moreZac Medico2011-11-171-2/+4
* config: centralize mapping impl in _getitem/popZac Medico2011-11-171-15/+21
* Tweak the last commit.Zac Medico2011-11-171-0/+7
* Skip the "resume after portage update" routine.Zac Medico2011-11-172-7/+54
* Move ccache/distcc PATH code to doebuild_env.v2.2.0_alpha73Zac Medico2011-11-091-0/+20
* _doebuild_path: fix EAPI 3 helpers PATHZac Medico2011-11-081-1/+1
* Include EPREFIX directories in PATH.Zac Medico2011-11-081-10/+36
* environment.bz2: filter more variablesZac Medico2011-11-071-1/+2
* Enable colors during the depend phase.Zac Medico2011-11-051-0/+13
* _profile_node: use collections.namedtuplev2.2.0_alpha72Zac Medico2011-10-301-11/+3
* Fix an issue where emerge will abort when merge starts if we have a file in o...Daniel Robbins2011-10-281-1/+1
* config: discard profiles_complex attributeZac Medico2011-10-281-6/+5
* Fix profile-formats spelling in messages.Zac Medico2011-10-271-1/+1
* MaskManager: portage-1-compat warnings.warnZac Medico2011-10-272-6/+6
* Fix mydcfg from last commit.Zac Medico2011-10-271-0/+1
* config: remove cruftZac Medico2011-10-271-13/+16
* grab_pmask: use local repo_config referenceZac Medico2011-10-271-1/+1
* LocationsManager: extensible _profile_node objectZac Medico2011-10-275-12/+37
* Fix profile-formats spelling in messages.Zac Medico2011-10-271-1/+1
* LocationsManager._addProfile: realpath parentsZac Medico2011-10-271-0/+9
* LocationsManager.load_profiles: realpath reposZac Medico2011-10-272-3/+4
* LocationsManager: portage-1-compat warnings.warnZac Medico2011-10-271-2/+4
* add profile-formats portage-1 awareness and enforcementBrian Harring2011-10-255-54/+78
* Track profile format, and if compatibility mode is in use.Brian Harring2011-10-252-11/+57
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-3/+3
* doebuid: deprecate redundant "root" parameterZac Medico2011-10-241-6/+17
* /etc/portage/modules: warn about metadata_overlayv2.2.0_alpha69Zac Medico2011-10-181-2/+9
* load_best_module: tweak metadata_overlay fallbackZac Medico2011-10-171-6/+9
* python3.2 fixes: "ResourceWarning: unclosed file"Zac Medico2011-10-171-3/+4
* portdbapi: fix volatile cache handlingZac Medico2011-10-171-1/+5
* bin/ebuild: don't set PORTAGE_CALLERZac Medico2011-10-151-1/+1
* frozenset categories optimize pordbapi.cp_list()Zac Medico2011-10-151-2/+4
* repoman: support REPOMAN_DEFAULT_OPTS variableZac Medico2011-10-141-1/+1
* Fix inverted QA_SONAME_NO_SYMLINK logic.Zac Medico2011-10-131-1/+1
* Don't generate soname symlinks for bug #387053.Zac Medico2011-10-131-9/+1
* Add QA_SONAME_NO_SYMLINK for bug #387053.Zac Medico2011-10-131-0/+28
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-1/+0
* digestcheck: handle allow_missing for distfilesZac Medico2011-10-131-0/+2
* Ensure correct IUSE in vdb for bug #386829.Zac Medico2011-10-111-7/+16
* fetch: tweak space msg for bug #386797Zac Medico2011-10-111-12/+14
* MaskManager: fix "Unmatched removal", bug #386569Zac Medico2011-10-091-5/+40
* Revert "MaskManager: Fix stacking of lines from master repositories."Zac Medico2011-10-091-5/+4
* MaskManager: Fix stacking of lines from master repositories.Arfrever Frehtes Taifersar Arahesis2011-10-081-4/+5
* KeywordsManager: support ~* in KEYWORDSZac Medico2011-10-011-6/+10
* doebuild: allow_missing_manifests AttributeErrorZac Medico2011-09-281-1/+1
* manifest: controllable per repoBrian Harring2011-09-273-6/+10
* Cleanup unused variables / imports reported by pyflakes.David James2011-09-262-4/+1
* fetch: remove stray print for bug 383859Zac Medico2011-09-221-1/+0
* add install hooksBrian Harring2011-09-211-1/+2