| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a KeyError in emerge --info <pkg> when there is no matching ebuild in the... | Zac Medico | 2006-11-22 | 1 | -1/+7 |
* | Really fix bit mask support when preserving S_ISUID and S_ISGID in apply_perm... | Zac Medico | 2006-11-22 | 1 | -1/+3 |
* | Fix bit mask support when preserving S_ISUID and S_ISGID in apply_permissions. | Zac Medico | 2006-11-22 | 1 | -1/+6 |
* | Fix apply_permissions logic for cases where mode is unspecified. | Zac Medico | 2006-11-22 | 1 | -1/+4 |
* | For bug #142993, make sure that chown and chgrp calls preserve S_ISUID and S_... | Zac Medico | 2006-11-22 | 3 | -17/+59 |
* | Enable PORTAGE_CONFIGROOT to be set via an new --config-root option. Thanks ... | Zac Medico | 2006-11-20 | 1 | -2/+16 |
* | Print a warning message if a user requests a package from package.provided (s... | Zac Medico | 2006-11-20 | 1 | -0/+22 |
* | For bug #155739, only check if a dep is in the args when myroot == self.targe... | Zac Medico | 2006-11-20 | 1 | -1/+1 |
* | Allow the ROOT setting to come from make.conf. Thanks to Daniel Barkalow <ba... | Zac Medico | 2006-11-20 | 2 | -14/+34 |
* | Remove more redundant package.provided handling that is now covered by dep_wo... | Zac Medico | 2006-11-20 | 1 | -11/+0 |
* | Remove redundant package.provided handling that is now covered by dep_wordred... | Zac Medico | 2006-11-20 | 1 | -6/+0 |
* | For depclean, just pass in None for mydbapi (instead of an empty fakedbapi in... | Zac Medico | 2006-11-20 | 1 | -2/+1 |
* | Allow dep_wordreduce to mark things satisfied by package.provided even when m... | Zac Medico | 2006-11-20 | 1 | -4/+5 |
* | Use mydbapi is None to eliminate the return_all_deps parameter from dep_check... | Zac Medico | 2006-11-20 | 2 | -19/+15 |
* | Fix portdbapi.cpv_all() so that it actually returns a list of all available e... | Zac Medico | 2006-11-19 | 1 | -1/+5 |
* | Use fake_vardb for cached aux_get calls. | Zac Medico | 2006-11-18 | 1 | -2/+1 |
* | For bug #155559, force depclean dep_check calls to preference installed packa... | Zac Medico | 2006-11-18 | 1 | -0/+16 |
* | Revert ACCEPT_LICENSE support, since license group support is a requirement a... | Zac Medico | 2006-11-18 | 5 | -139/+20 |
* | s/settings/mysettings/ typo | Zac Medico | 2006-11-17 | 1 | -1/+1 |
* | Make fixpackages use PORTAGE_NICENESS. | Zac Medico | 2006-11-17 | 1 | -0/+8 |
* | For bug #155484, apply PORTAGE_NICENESS as soon as possible (especially befor... | Zac Medico | 2006-11-17 | 1 | -8/+9 |
* | Fix a typo that prevents emerge --clean from working properly. Thanks to lei... | Zac Medico | 2006-11-17 | 1 | -1/+1 |