summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild
Commit message (Expand)AuthorAgeFilesLines
* config.environ: filter calling env only if mycpvZac Medico2010-11-251-1/+2
* fetch: pass full env to fetcher (for proxy vars)Zac Medico2010-11-252-2/+13
* Revert use.unsatisfiable support for now.Zac Medico2010-11-242-34/+0
* repoman: enable dep check with empty KEYWORDSZac Medico2010-11-221-2/+6
* Handle combination of incremental + USE_EXPANDZac Medico2010-11-191-2/+9
* USE_EXPAND: incremental expand for profilesZac Medico2010-11-191-7/+38
* emerge --info: Fix USE_EXPAND displayZac Medico2010-11-191-0/+18
* Cache package.mask files within MaskManager.Michał Górny2010-11-191-4/+13
* Rename _parse_profile_files_to_list() to _parse_profile_files_to_tuple().Arfrever Frehtes Taifersar Arahesis2010-11-141-4/+4
* Validate syntax of USE flags in use.force, use.mask, use.unsatisfiable,Arfrever Frehtes Taifersar Arahesis2010-11-141-9/+42
* Remove a part of a comment, which is about files not handled in KeywordsManag...Arfrever Frehtes Taifersar Arahesis2010-11-061-5/+1
* Calculate path to package.mask file only once per profile.Arfrever Frehtes Taifersar Arahesis2010-11-061-3/+6
* Don't ignore ${repository}/profiles/package.unmask files.Arfrever Frehtes Taifersar Arahesis2010-11-061-1/+1
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-11-061-3/+3
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2010-11-061-1/+1
* Support use.unsatisfiable and package.use.unsatisfiable files.Arfrever Frehtes Taifersar Arahesis2010-11-062-4/+38
* Remove remnants of parse-eapi-glep-55.Arfrever Frehtes Taifersar Arahesis2010-11-061-7/+2
* am maintainer-mode: ignore autotest and help2manZac Medico2010-10-261-1/+1
* 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