summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Sort hashes for predictable output from Manifest._createManifestEntries().Zac Medico2007-11-231-0/+1
* When filtering the backupenv in create_trees(), be moreZac Medico2007-11-231-1/+15
* Generate an eerror elog message when an ebuild prerm orZac Medico2007-11-211-0/+15
* When ROOT != "/" we only want overrides from the callingZac Medico2007-11-201-0/+7
* Disable logging and ${T}/environment saving during theZac Medico2007-11-191-1/+1
* Fix PROFILE_ONLY_VARIABLES handling in the config constructorZac Medico2007-11-191-6/+4
* Bug #198398 - Enable Manifest generation when there are no hashZac Medico2007-11-182-5/+17
* Fix NEEDED logic in vardbapi.aux_get() so that emptyZac Medico2007-11-181-1/+1
* Clean up vardbapi.counter_tick_core() and replace shell codeZac Medico2007-11-171-47/+27
* Speed up LibraryPackageMap.update() by pulling NEEDED from theZac Medico2007-11-161-2/+10
* Don't export ${IMAGE} to the ebuild environment anymore sinceZac Medico2007-11-161-2/+0
* Bug #199311 - Make dblink.getcontents() show the path of theZac Medico2007-11-161-11/+10
* Make dir_get_metadata() return early if the current user doesZac Medico2007-11-151-0/+7
* Make the Package class emulate the interface of it's ownZac Medico2007-11-121-1/+3
* Implement mapping of packages to instances of DependencyArgZac Medico2007-11-111-1/+28
* Fix WorldSet.cleanPackage() so that it properly preservesZac Medico2007-11-101-0/+1
* fix typo and missing classmethod declarationMarius Mauch2007-11-091-1/+2
* if multiple glsas result in the same cat/pkg:slot being affected only use the...Marius Mauch2007-11-091-1/+17
* move checkfile parsing into its own functionMarius Mauch2007-11-092-9/+17
* revert getMergeList to return CPVs again instead of atomsMarius Mauch2007-11-092-2/+2
* Remove the workaround for \n -> \r\n transformations inZac Medico2007-11-091-4/+5
* Bug #198491 - Disable termios.OPOST post-processing of output onZac Medico2007-11-091-0/+7
* Revert accidental hunk from bug 198491. Haven't testedZac Medico2007-11-091-5/+0
* make.globals should not be relative to config_rootZac Medico2007-11-091-1/+8
* Tweak EOutput.term_columns calculation for TERM="dumb" soZac Medico2007-11-081-1/+1
* Don't do:Zac Medico2007-11-081-0/+1
* It is not cool and/or helpfull to see an HTML dump of someZac Medico2007-11-081-3/+0
* For unsatisfied dependencies, shorten the per-package EAPI maskZac Medico2007-11-071-1/+1
* Make WorldHandler lock the world file when in --fix mode.Zac Medico2007-11-051-1/+1
* Make exception strings more informative.Zac Medico2007-11-041-2/+5
* Make Manifest.create() do some basic validation of ebuildZac Medico2007-11-041-1/+11
* In portdbapi.cp_list(), validate the ebuild name to ensureZac Medico2007-11-041-0/+4
* When evaluating *DEPEND conditionals for the Packages metadataZac Medico2007-11-041-1/+2
* Clean up ACCEPT_KEYWORDS incremental stacking logic andZac Medico2007-11-041-36/+37
* In fetch(), replace checksum_failure_counts dict with singleZac Medico2007-11-041-8/+6
* Make fetch() behave like the ebuild has RESTRICT="primaryuri"Zac Medico2007-11-041-1/+30
* For sanity, pass an actual list of keys into aux_get() insteadZac Medico2007-11-041-3/+4
* Bug #197797 - Do not actively clear o+rx permission bitsZac Medico2007-11-031-4/+1
* Bug #197965 - Make fetch() bail out after 5 checksumZac Medico2007-11-031-0/+12
* Bug #197965 - When fetch() encounters a checksum failure,Zac Medico2007-11-031-12/+46
* Fix update_config_files() so that it uses update_dbentry()Zac Medico2007-11-031-31/+30
* Remove redundant code from previous commit.Zac Medico2007-11-031-2/+0
* Bug #197932 - Make dbapi._cpv_sort_ascending()Zac Medico2007-11-031-9/+10
* TODO: Make update_config_files() handle slotmove commands for SLOT atoms.Zac Medico2007-11-031-0/+1
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-031-2/+4
* Make portdbapi.gvisible() use portdbapi._aux_cache_keysZac Medico2007-11-021-1/+1
* Return early from config.getMaskAtom() as soon as a matchingZac Medico2007-11-021-5/+1
* Make sure vardbapi.cp_list() always sorts the results.Zac Medico2007-11-021-1/+1
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-012-8/+14
* Implement license filtering for xmatch minimum-visible andZac Medico2007-10-301-10/+21