summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix broken SRC_URI logic in doebuild.Zac Medico2006-12-071-7/+3
* Fix broken SRC_URI logic from the previous commit.Zac Medico2006-12-071-3/+3
* For bug #157385, enable portage.digestgen() to fetch any distfiles for which ...Zac Medico2006-12-071-2/+34
* Implement fakedbapi.aux_update().Zac Medico2006-12-061-0/+3
* Sync match_to_list >=, <=, etc.. code with the new = code.Zac Medico2006-12-061-1/+2
* Make match_to_list = behavior consistent with >= and <= for bug #152127.Zac Medico2006-12-061-2/+11
* Use portage.chdir() instead of os.chdir() in order to avoid an 'OSError: [Err...Zac Medico2006-12-041-1/+1
* When portdbapi.aux_get() generates a KeyError in portage.getmaskingstatus(), ...Zac Medico2006-12-041-1/+6
* Move the global statement out of the try block so that it's clearly in scope ...Zac Medico2006-12-031-1/+1
* Make portage.digestgen() automatically exempt the depend phase from Manifest ...Zac Medico2006-12-031-36/+46
* Skip digest checks when digest is in features.Zac Medico2006-12-021-0/+1
* Make sure that all depend phases triggered by the digest phase are exempt fro...Zac Medico2006-12-021-34/+33
* Make sure that *all* of the ebuilds are listed in the Manifest.Zac Medico2006-12-021-0/+8
* Only attempt to verify the Manifest if the ebuild is actually in a portage tree.Zac Medico2006-12-021-0/+1
* Avoid checking the same Manifest several times in a row during a regen with a...Zac Medico2006-12-021-18/+24
* Temporarily exempt the depend phase during the help phase also.Zac Medico2006-12-021-2/+2
* For manifest and digest phases, use a global variable to temporarily exempt t...Zac Medico2006-12-021-1/+16
* Always verify the ebuild checksums before executing it. Thanks to solar for ...Zac Medico2006-12-021-0/+23
* 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 #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
* 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-222-6/+59
* Allow the ROOT setting to come from make.conf. Thanks to Daniel Barkalow <ba...Zac Medico2006-11-201-13/+33
* 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-201-17/+13
* Fix portdbapi.cpv_all() so that it actually returns a list of all available e...Zac Medico2006-11-191-1/+5
* Revert ACCEPT_LICENSE support, since license group support is a requirement a...Zac Medico2006-11-182-116/+15
* 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
* 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
* For bug #141118, make dep_check do recursive expansion of new-style virtuals.Zac Medico2006-11-161-1/+83
* 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
* Make fakedbapi support generic metadata instead of just slots.Zac Medico2006-11-141-9/+9
* For bug #154986, show the usual "Filesize does not match recorded size" messa...Zac Medico2006-11-141-2/+3
* Remove reentrance support for dblink.lockdb() since it's no longer used and i...Zac Medico2006-11-141-6/+5
* Use try/finally to ensure that locks are properly released in dblink.unmerge().Zac Medico2006-11-141-7/+7
* Use try/finally to ensure that locks are properly released in perform_checksu...Zac Medico2006-11-141-27/+27
* Use try/finally to ensure that locks are properly released in portdbapi.aux_g...Zac Medico2006-11-141-38/+33
* For bug #154989, use a single lock on /var/db/pkg since finer grained locking...Zac Medico2006-11-131-6/+3
* For bug #154921, prevent an IndexError when a + is in USE.Zac Medico2006-11-131-0/+4