summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/_config
Commit message (Expand)AuthorAgeFilesLines
...
* Rename override var to PORTAGE_OVERRIDE_EPREFIX.Zac Medico2011-12-091-1/+1
* Whitelist/filter __PORTAGE_TEST_EPREFIX.Zac Medico2011-12-081-1/+1
* environment.bz2: filter more variablesZac Medico2011-11-071-1/+2
* _profile_node: use collections.namedtuplev2.2.0_alpha72Zac Medico2011-10-301-11/+3
* Fix profile-formats spelling in messages.Zac Medico2011-10-271-1/+1
* MaskManager: portage-1-compat warnings.warnZac Medico2011-10-272-6/+6
* grab_pmask: use local repo_config referenceZac Medico2011-10-271-1/+1
* LocationsManager: extensible _profile_node objectZac Medico2011-10-274-10/+33
* 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-271-2/+3
* LocationsManager: portage-1-compat warnings.warnZac Medico2011-10-271-2/+4
* add profile-formats portage-1 awareness and enforcementBrian Harring2011-10-254-20/+36
* Track profile format, and if compatibility mode is in use.Brian Harring2011-10-251-11/+56
* bin/ebuild: don't set PORTAGE_CALLERZac Medico2011-10-151-1/+1
* repoman: support REPOMAN_DEFAULT_OPTS variableZac Medico2011-10-141-1/+1
* 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
* Add FEATURES=clean-logs support.Zac Medico2011-08-311-1/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+7
* config: blacklist GREP_OPTIONS variableZac Medico2011-08-131-1/+1
* Protect EBUILD_{FORCE_TEST,SKIP_MANIFEST} vars.Zac Medico2011-07-131-1/+2
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* config: disallow per-package/repo CONFIG_PROTECTZac Medico2011-06-261-0/+6
* config: fix repo KeyErrorsZac Medico2011-06-201-2/+16
* UseManager: avoid possible repo KeyErrorsZac Medico2011-06-201-4/+4
* config: repo-level make.defaults/package.useZac Medico2011-06-201-0/+1
* Bug #370693: Handle package.use.force and package.use.mask files from masterArfrever Frehtes Taifersar Arahesis2011-06-191-18/+17
* Bug #370693: Support use.force, package.use.force, use.mask andArfrever Frehtes Taifersar Arahesis2011-06-191-57/+99
* Use Package.UNKNOWN_REPO where appropriate.Zac Medico2011-06-063-4/+7
* filter PORTAGE_GPG_SIGNING_COMMAND for ebuild envZac Medico2011-04-041-1/+2
* Update header timestamps for modified files.Zac Medico2011-03-251-1/+1
* config: blacklist PORTAGE_BACKGROUND* varsZac Medico2011-03-251-1/+5
* MergeProcess: separate unmerge output from mergeZac Medico2011-03-251-1/+1
* put main code in a private func() to remove near duplicated codeBrian Dolbec2011-01-311-14/+29
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-311-19/+4
* getRawMissingKeywords: fix getEgroups breakageZac Medico2011-01-311-1/+1
* KeywordsManager: use lists where order mattersZac Medico2011-01-301-11/+12
* Properly fix my earlier breakageBrian Dolbec2011-01-301-38/+21
* getRawMaskAtom: handle user negative incrementalsZac Medico2011-01-301-3/+11
* Fix keywords breakage from last 2 commits.Zac Medico2011-01-301-1/+15
* split up the getMissingKeywords code to eliminate code duplication and increa...Brian Dolbec2011-01-301-94/+130
* add getRawMissingKeywords functionsBrian Dolbec2011-01-301-1/+81
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-301-0/+28
* EAPI 4: Support MERGE_TYPE (bug #347351)Zac Medico2010-12-031-2/+3
* UseManager: make warnings show even with --quietZac Medico2010-11-261-2/+4
* UseManager: convert lists to tuplesZac Medico2010-11-261-2/+4
* whitelist proxy vars and don't save themZac Medico2010-11-261-0/+1