summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use a link in CXXFLAGS section (the typo caused it to be a target)Marius Mauch2006-12-011-1/+1
* fix a few docutils errorsMarius Mauch2006-12-011-17/+29
* add ReST template to be used for manpage/make.globals/make.conf.example gener...Marius Mauch2006-12-011-0/+710
* - no point in forking a call to true when we can simply use the bash internal...Ned Ludd2006-11-291-1/+1
* - make sure QUIET mode is exported to the environment properly when using -q ...Ned Ludd2006-11-291-0/+1
* For bug #8423, make dispatch-conf preserve timestamps when possible.Zac Medico2006-11-261-2/+1
* For bug #8423, make etc-update preserve timestamps when possible.Zac Medico2006-11-261-2/+0
* Update the dblink.isprotected() docstring.Zac Medico2006-11-261-4/+3
* Never overwrite an untouched config file and trigger config protection instea...Zac Medico2006-11-261-35/+6
* For bug #8423, allow the merge phase to overwrite untouched config files and ...Zac Medico2006-11-261-4/+66
* Allow -keyword to be matched since some ebuilds use it. Thanks to Brian Harr...Zac Medico2006-11-231-2/+0
* For bug #156014, always round up the next kB so that it doesn't show 0 kB whe...Zac Medico2006-11-231-0/+4
* For bug #150585, stack package.keywords incrementally so that -keyword works ...Zac Medico2006-11-231-3/+26
* Use portage_data.lchown for compatibility.Zac Medico2006-11-221-1/+2
* Fix a KeyError in emerge --info <pkg> when there is no matching ebuild in the...Zac Medico2006-11-221-1/+7
* Really fix bit mask support when preserving S_ISUID and S_ISGID in apply_perm...Zac Medico2006-11-221-1/+3
* Fix bit mask support when preserving S_ISUID and S_ISGID in apply_permissions.Zac Medico2006-11-221-1/+6
* Fix apply_permissions logic for cases where mode is unspecified.Zac Medico2006-11-221-1/+4
* For bug #142993, make sure that chown and chgrp calls preserve S_ISUID and S_...Zac Medico2006-11-223-17/+59
* Enable PORTAGE_CONFIGROOT to be set via an new --config-root option. Thanks ...Zac Medico2006-11-201-2/+16
* Print a warning message if a user requests a package from package.provided (s...Zac Medico2006-11-201-0/+22
* For bug #155739, only check if a dep is in the args when myroot == self.targe...Zac Medico2006-11-201-1/+1
* Allow the ROOT setting to come from make.conf. Thanks to Daniel Barkalow <ba...Zac Medico2006-11-202-14/+34
* Remove more redundant package.provided handling that is now covered by dep_wo...Zac Medico2006-11-201-11/+0
* Remove redundant package.provided handling that is now covered by dep_wordred...Zac Medico2006-11-201-6/+0
* For depclean, just pass in None for mydbapi (instead of an empty fakedbapi in...Zac Medico2006-11-201-2/+1
* Allow dep_wordreduce to mark things satisfied by package.provided even when m...Zac Medico2006-11-201-4/+5
* Use mydbapi is None to eliminate the return_all_deps parameter from dep_check...Zac Medico2006-11-202-19/+15
* Fix portdbapi.cpv_all() so that it actually returns a list of all available e...Zac Medico2006-11-191-1/+5
* Use fake_vardb for cached aux_get calls.Zac Medico2006-11-181-2/+1
* For bug #155559, force depclean dep_check calls to preference installed packa...Zac Medico2006-11-181-0/+16
* Revert ACCEPT_LICENSE support, since license group support is a requirement a...Zac Medico2006-11-185-139/+20
* s/settings/mysettings/ typoZac Medico2006-11-171-1/+1
* Make fixpackages use PORTAGE_NICENESS.Zac Medico2006-11-171-0/+8
* For bug #155484, apply PORTAGE_NICENESS as soon as possible (especially befor...Zac Medico2006-11-171-8/+9
* Fix a typo that prevents emerge --clean from working properly. Thanks to lei...Zac Medico2006-11-171-1/+1
* Integrate old-style virtuals handling into _expand_new_virtuals() and prefer ...Zac Medico2006-11-171-20/+12
* Fix _expand_new_virtuals so that it doesn't allow any virtual deps to go unac...Zac Medico2006-11-171-5/+6
* Update the _expand_new_virtuals docstring with a not about zero cost for new-...Zac Medico2006-11-171-2/+2
* Revert the depclean message, since new-style virtuals will now be kept.Zac Medico2006-11-161-3/+1
* For bug #141118, make dep_zapdeps assign zero cost to new-style virtuals.Zac Medico2006-11-161-3/+12
* Pull in the new-style virtuals and install them so that the vdb has complete ...Zac Medico2006-11-161-0/+1
* Add a note about removal of new-style virtuals in the depclean output.Zac Medico2006-11-161-1/+3
* For bug #141118, make dep_check do recursive expansion of new-style virtuals.Zac Medico2006-11-161-1/+83
* Don't try to lock the vdb unless privileges are sufficient.Zac Medico2006-11-151-2/+3
* Automatically convert --ask to --pretend when the user doesn't have the privi...Zac Medico2006-11-151-7/+10
* Only reload the config if global updates have actually been performed.Zac Medico2006-11-141-11/+10
* Make portage.global_updates() return any updates that may have been performed.Zac Medico2006-11-141-1/+17
* Fix a lock file leak.Zac Medico2006-11-141-1/+1
* Remove useless unmerge() call after collision-protect has prevented anything ...Zac Medico2006-11-141-6/+0