summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* Initialize the match cache in the bindbapi constructor.Zac Medico2006-12-101-0/+1
* Cache the results of fakedbapi.match() calls and clear the cache automaticall...Zac Medico2006-12-101-0/+16
* Use dep_getcpv() inside dep_expand() for code sharing and caching.Zac Medico2006-12-101-15/+5
* Avoid unnecessary dbapi.cp_list() calls inside cpv_expand().Zac Medico2006-12-101-2/+2
* Add use.force support to dep_check for repoman especially. Thanks to Flameeye...Zac Medico2006-12-091-1/+5
* Fix a type from the previous commit.Zac Medico2006-12-091-2/+1
* Fix broken SLOT update logic in fakedbapi.cpv_inject().Zac Medico2006-12-091-3/+7
* Remove locking from dbapi.aux_update() implementations so that the caller can...Zac Medico2006-12-091-21/+10
* Clean up vardbapi.aux_get().Zac Medico2006-12-091-14/+14
* s/zip/izip/ some moreZac Medico2006-12-071-3/+3
* Catch an exception instead of using a redundant os.access call.Zac Medico2006-12-071-2/+2
* Enable FakeVartree to populate the virtuals so that the vdb doesn't have to b...Zac Medico2006-12-071-5/+3
* Share the same config instance between portagetree and portdbapi instances si...Zac Medico2006-12-071-1/+1
* Fix the 'TypeError: not all arguments converted during string formatting' for...Zac Medico2006-12-071-4/+4
* 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
* 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
* For bug #142993, make sure that chown and chgrp calls preserve S_ISUID and S_...Zac Medico2006-11-221-0/+33
* 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-181-112/+14
* 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