| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix broken SRC_URI logic in doebuild. | Zac Medico | 2006-12-07 | 1 | -7/+3 |
* | Fix broken SRC_URI logic from the previous commit. | Zac Medico | 2006-12-07 | 1 | -3/+3 |
* | For bug #157385, enable portage.digestgen() to fetch any distfiles for which ... | Zac Medico | 2006-12-07 | 1 | -2/+34 |
* | Fix indentation. | Zac Medico | 2006-12-06 | 1 | -3/+3 |
* | Remove all traces of the unmerge raise_on_missing parameter. | Zac Medico | 2006-12-06 | 1 | -6/+3 |
* | Always silently ingnore missing packages during unmerge. | Zac Medico | 2006-12-06 | 1 | -1/+1 |
* | Fix depclean so the fake vartree is used in dep_check calls. | Zac Medico | 2006-12-06 | 1 | -1/+4 |
* | Allow depclean to silently skip packages unmerged behind it's back. | Zac Medico | 2006-12-06 | 1 | -1/+1 |
* | Use FakeVartree for vardb lock/cache during depclean. | Zac Medico | 2006-12-06 | 1 | -2/+3 |
* | Delete the depgraph when it's no longer needed. | Zac Medico | 2006-12-06 | 1 | -0/+2 |
* | Use a fake vartree for depgraph calculations. This minimizes the time that a... | Zac Medico | 2006-12-06 | 1 | -5/+39 |
* | Only call calc_changelog if there is an installed version in the same slot. | Zac Medico | 2006-12-06 | 1 | -3/+5 |
* | Remove dependence on the vartree api by using equivalent vardbapi calls. | Zac Medico | 2006-12-06 | 1 | -6/+9 |
* | Remove unused depgraph.is_newer_ver_installed() method. | Zac Medico | 2006-12-06 | 1 | -13/+0 |
* | Implement fakedbapi.aux_update(). | Zac Medico | 2006-12-06 | 1 | -0/+3 |
* | Sync match_to_list >=, <=, etc.. code with the new = code. | Zac Medico | 2006-12-06 | 1 | -1/+2 |
* | Make match_to_list = behavior consistent with >= and <= for bug #152127. | Zac Medico | 2006-12-06 | 1 | -2/+11 |
* | Fix up mtimedb["ldpath"] references broken by the previous commit. | Zac Medico | 2006-12-04 | 1 | -3/+2 |
* | For bug #157134, make `emerge --digest` automatically reload the config with ... | Zac Medico | 2006-12-04 | 1 | -0/+7 |
* | Use portage.chdir() instead of os.chdir() in order to avoid an 'OSError: [Err... | Zac Medico | 2006-12-04 | 1 | -1/+1 |
* | For `ebuild --force digest`, exempt the depend phase from Manifest checks. | Zac Medico | 2006-12-04 | 1 | -16/+20 |
* | Update the RESTRICT=binchecks docs. Thanks to jakub for the suggestion and a... | Zac Medico | 2006-12-04 | 1 | -2/+5 |
* | Make `repoman fix` work with the new ebuild Manifest checks during depend phase. | Zac Medico | 2006-12-04 | 1 | -1/+1 |
* | When portdbapi.aux_get() generates a KeyError in portage.getmaskingstatus(), ... | Zac Medico | 2006-12-04 | 1 | -1/+6 |
* | drop RESTRICT=stricter since every aspect it covers can be handled properly v... | Mike Frysinger | 2006-12-03 | 1 | -3/+3 |
* | Move the global statement out of the try block so that it's clearly in scope ... | Zac Medico | 2006-12-03 | 1 | -1/+1 |
* | Make portage.digestgen() automatically exempt the depend phase from Manifest ... | Zac Medico | 2006-12-03 | 1 | -36/+46 |
* | Skip digest checks when digest is in features. | Zac Medico | 2006-12-02 | 1 | -0/+1 |
* | Make sure that all depend phases triggered by the digest phase are exempt fro... | Zac Medico | 2006-12-02 | 1 | -34/+33 |
* | Make sure that *all* of the ebuilds are listed in the Manifest. | Zac Medico | 2006-12-02 | 1 | -0/+8 |
* | Only attempt to verify the Manifest if the ebuild is actually in a portage tree. | Zac Medico | 2006-12-02 | 1 | -0/+1 |
* | For consistent behavior in all timezones, make emerge-webrsync use UTC time f... | Zac Medico | 2006-12-02 | 1 | -12/+11 |
* | Avoid checking the same Manifest several times in a row during a regen with a... | Zac Medico | 2006-12-02 | 1 | -18/+24 |
* | Temporarily exempt the depend phase during the help phase also. | Zac Medico | 2006-12-02 | 1 | -2/+2 |
* | For manifest and digest phases, use a global variable to temporarily exempt t... | Zac Medico | 2006-12-02 | 1 | -1/+16 |
* | Always verify the ebuild checksums before executing it. Thanks to solar for ... | Zac Medico | 2006-12-02 | 1 | -0/+23 |
* | use a link in CXXFLAGS section (the typo caused it to be a target) | Marius Mauch | 2006-12-01 | 1 | -1/+1 |
* | fix a few docutils errors | Marius Mauch | 2006-12-01 | 1 | -17/+29 |
* | add ReST template to be used for manpage/make.globals/make.conf.example gener... | Marius Mauch | 2006-12-01 | 1 | -0/+710 |
* | - no point in forking a call to true when we can simply use the bash internal... | Ned Ludd | 2006-11-29 | 1 | -1/+1 |
* | - make sure QUIET mode is exported to the environment properly when using -q ... | Ned Ludd | 2006-11-29 | 1 | -0/+1 |
* | For bug #8423, make dispatch-conf preserve timestamps when possible. | Zac Medico | 2006-11-26 | 1 | -2/+1 |
* | For bug #8423, make etc-update preserve timestamps when possible. | Zac Medico | 2006-11-26 | 1 | -2/+0 |
* | Update the dblink.isprotected() docstring. | Zac Medico | 2006-11-26 | 1 | -4/+3 |
* | Never overwrite an untouched config file and trigger config protection instea... | Zac Medico | 2006-11-26 | 1 | -35/+6 |
* | For bug #8423, allow the merge phase to overwrite untouched config files and ... | Zac Medico | 2006-11-26 | 1 | -4/+66 |
* | Allow -keyword to be matched since some ebuilds use it. Thanks to Brian Harr... | Zac Medico | 2006-11-23 | 1 | -2/+0 |
* | For bug #156014, always round up the next kB so that it doesn't show 0 kB whe... | Zac Medico | 2006-11-23 | 1 | -0/+4 |
* | For bug #150585, stack package.keywords incrementally so that -keyword works ... | Zac Medico | 2006-11-23 | 1 | -3/+26 |
* | Use portage_data.lchown for compatibility. | Zac Medico | 2006-11-22 | 1 | -1/+2 |