summaryrefslogtreecommitdiffstats
path: root/pym/portage/package
Commit message (Expand)AuthorAgeFilesLines
* prepare_build_dirs: tolerate permission issuesZac Medico2010-10-221-2/+6
* Suppress 'invalid .la file' message if necessary.Zac Medico2010-10-211-2/+12
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-151-1/+1
* Use user_location for PORTDIR variable.Zac Medico2010-10-111-2/+5
* has/best_version: eqawarn if EAPI wrong for atomZac Medico2010-10-111-7/+45
* Use repoUserLocationList for PORTDIR_OVERLAY.Zac Medico2010-10-101-1/+1
* Use EAPI to validate best/has_version atoms.Zac Medico2010-10-081-1/+1
* Revert "Handle negated atoms in getmaskingreason()."Zac Medico2010-10-061-5/+1
* Handle negated atoms in getmaskingreason().Zac Medico2010-10-051-1/+5
* Fix repo atom breakage in getmaskingreason().Zac Medico2010-10-021-2/+9
* Don't call metadata.get() if metadata is None.Zac Medico2010-10-021-1/+1
* Deprecate spawnebuild() with returnpid.Zac Medico2010-09-301-0/+7
* Deprecate doebuild() with returnpid.Zac Medico2010-09-301-0/+6
* More repository handling cleanupSebastian Luther2010-09-301-7/+5
* Remove repos.conf handling from package/ebuild/config.py because it moved to ...Sebastian Luther2010-09-301-65/+1
* Handle missing PORTDIR in RepoConfigLoader.mainRepo() and theZac Medico2010-09-291-1/+4
* Add missing remember_source_file=True parameter to append_repo() call in the ...Zac Medico2010-09-291-1/+1
* Improved profiles/p.mask handlingSebastian Luther2010-09-263-27/+33
* move repository.py to repository/config.pySebastian Luther2010-09-261-1/+1
* reposyntax: Add repo config parser, but don't use config files for nowSebastian Luther2010-09-261-0/+13
* reposyntax: Add support all over the placeSebastian Luther2010-09-262-9/+15
* reposyntax: add support in _config/*Sebastian Luther2010-09-265-23/+30
* reposyntax: Add support in config.pySebastian Luther2010-09-261-12/+19
* 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