summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* Bug #300455 - Store LicenseManager._license_groups values as frozensetZac Medico2010-09-211-0/+3
* Bug #337826 - Fix spawn_nofetch() to create the privateZac Medico2010-09-181-13/+16
* Remove unused PORTAGE_MASTER_PID variable.Zac Medico2010-09-172-3/+1
* --autounmask: Support license changesSebastian Luther2010-09-171-1/+1
* Bug #337702 - Fix config.load_best_module() to raise ImportError fromZac Medico2010-09-161-4/+4
* Bug #337603 - Fix invalid '/etc/make.profile is not a symlink' messageZac Medico2010-09-161-3/+3
* Bug #337180 - Add a --unmatched-removal option for stricter checkingZac Medico2010-09-152-7/+19
* In doebuild(), skip PORTAGE_BUILDDIR locking if it's already lockedZac Medico2010-09-141-3/+6
* 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