summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+0
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-143-8/+8
* Don't export PORTAGE_BUILDIR_LOCKED to the ebuild environment.Zac Medico2010-09-141-1/+1
* Add a config.pkeywordsdict property for backward compatibility.Zac Medico2010-09-141-0/+7
* In KeywordsManager.pkeywordsdict save values as tuples instead of lists.Zac Medico2010-09-141-0/+2
* config: Add KeywordsManagerSebastian Luther2010-09-143-145/+196
* Make AbstractEbuildProcess lock PORTAGE_BUILDIR if it's not alreadyZac Medico2010-09-131-1/+1
* Use EbuildBuildDir for PORTAGE_BUILDDIR locking inside doebuild().Zac Medico2010-09-131-2/+7
* Make config.setinst() and get_virts_p() call getvirtuals() in orderZac Medico2010-09-131-0/+6
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-134-16/+16
* When fetching distfiles inside digestgen(), ignore conditional partsv2.2_rc80Zac Medico2010-09-111-3/+10
* Fix digestgen() to respect RESTRICT=fetch.Zac Medico2010-09-111-1/+5
* Make spawn_nofetch() call elog_process().Zac Medico2010-09-111-0/+2
* Fix typo in comment.Zac Medico2010-09-101-1/+1
* Make digestgen() use spawn_nofetch() when necessary, since fetch()Zac Medico2010-09-101-13/+6
* Fix typo in comment.Zac Medico2010-09-101-1/+1
* Since pkg_nofetch is no longer called from fetch(), add a newZac Medico2010-09-102-0/+77
* In doebuild(), don't trigger prepare_build_dirs() for the fetch phaseZac Medico2010-09-101-2/+1
* Remove pkg_nofetch code from the fetch() function since it's currently broken...Zac Medico2010-09-101-49/+0
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-09-111-2/+2
* config: Handle -atoms properlySebastian Luther2010-09-101-15/+48
* config/p.mask: config from other repos than PORTDIR comes before profiles (li...Sebastian Luther2010-09-101-4/+4
* Move the stale elog cleanup code from _doebuild_spawn() toZac Medico2010-09-071-12/+0
* Fix broken $PORTAGE_BUILDDIR/.$EBUILD_PHASEed path generation insideZac Medico2010-09-071-2/+2
* Move stale elog cleanup code from ebuild.sh to _doebuild_spawn(), soZac Medico2010-09-071-0/+12
* Bug #336356 - Fix AttributeError triggered when ebuild(1) invokes theZac Medico2010-09-071-2/+3
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-061-1/+1
* Show a DeprecationWarning inside doebuild() if the old 'depend' phaseZac Medico2010-09-061-2/+8
* Make doebuild.py use PollScheduler instances directly sinceZac Medico2010-09-051-13/+10
* always apply EPREFIX prepending to GLOBAL_CONFIG_PATHFabian Groffen2010-09-051-2/+7
* Add backward compatible config.pmaskdict and punmaskdict propertiesZac Medico2010-09-021-0/+8
* Make MaskManager use tuples for values inside _pmaskdict andZac Medico2010-09-021-0/+4
* Bug #335620 - Add backward compatible config.virtuals and virts_pZac Medico2010-09-021-0/+14
* Filter more variables that don't need to end up in environment.bz2.Zac Medico2010-09-021-5/+9
* Add a _SANDBOX_COMPAT_LEVEL constant which will be used to enableZac Medico2010-09-022-2/+7
* Add support to config.setcpv() for caching USE settings from builtZac Medico2010-09-013-7/+21
* Make more doebuild() commands exempt from _check_temp_dir().Zac Medico2010-09-011-2/+8
* In doebuild(), don't call _check_temp_dir() for pseudo-phases such asZac Medico2010-09-011-3/+5
* Simplify the vartree constructor usage in config.getvirtuals().Zac Medico2010-08-311-2/+1
* Fix bugs in features_set._prune_overrides() and add another test case.Zac Medico2010-08-301-12/+11
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-303-6/+70
* Bug #326561 - Implement FEATURES=unknown-features-filter. This is notZac Medico2010-08-302-14/+64
* Move FEATURES=unknown-features-warn code to config.regenerate() soZac Medico2010-08-301-12/+21
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-292-3/+2
* Add LocationsManager.profile_and_user_locations for use with config.categorie...Sebastian Luther2010-08-292-8/+12
* Simplify the empty USE conditional /var/db/pkg metadata code inZac Medico2010-08-281-8/+6
* When evaluating USE conditional metadata for /var/db/pkg insideZac Medico2010-08-281-0/+11
* Bug #335055 - Fix "TypeError: argument of type 'NoneType' is notZac Medico2010-08-281-4/+5
* Bug #334935 - Fix broken reference to config.pmaskdict insidev2.2_rc71Zac Medico2010-08-271-2/+3
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-272-2/+2
|\