summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* * Load environment.bz2 for the pkg_config() phase.Zac Medico2007-11-251-1/+7
* Implement loading of environment.bz2 for the pkg_info() phase.Zac Medico2007-11-251-2/+27
* When binarytree.populate() finds missing metadata, specify which keysZac Medico2007-11-241-4/+18
* 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
* In depgraph.altlist(), measure the bias of circularZac Medico2007-11-221-0/+20
* Generate an eerror elog message when an ebuild prerm orZac Medico2007-11-212-21/+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
* Use the existing RootConfig class to serve as a replacement forZac Medico2007-11-191-64/+58
* 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
* Fix --usepkgonly code in depgraph.select_files() so that itZac Medico2007-11-171-0/+2
* 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
* In the slot collision display, show a maximum of 3 parentsZac Medico2007-11-141-0/+22
* Make the slot collision display show all collisions insteadZac Medico2007-11-131-21/+27
* Make depgraph._complete_graph() properly specify SetArg instancesZac Medico2007-11-131-13/+24
* Make depgraph._add_pkg() match the package with all possibleZac Medico2007-11-131-22/+26
* Remove the depgraph.pkg_node_map attribute and use otherZac Medico2007-11-121-45/+36
* Add DependencyArg instances as parents of packages in theZac Medico2007-11-121-8/+21
* * Remove all references to the obsolete Package.digraph_node attribute.Zac Medico2007-11-121-63/+51
* Make the Package class emulate the interface of it's ownZac Medico2007-11-122-19/+21
* * Provide reasonable default values for DependencyZac Medico2007-11-111-38/+35
* Fix depgraph._get_arg_for_pkg() so that it compares packageZac Medico2007-11-111-1/+5
* Implement mapping of packages to instances of DependencyArgZac Medico2007-11-112-4/+50
* Wrap accesses to depgraph._set_atoms.findAtomForPackage() inZac Medico2007-11-111-7/+26
* Make the EbuildQuote.missing_quotes regex accept singleZac Medico2007-11-101-2/+2
* Fix WorldSet.cleanPackage() so that it properly preservesZac Medico2007-11-101-0/+1
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-101-179/+106
* Clean up expansion of set arguments in depgraph.select_files().Zac Medico2007-11-091-11/+13
* 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
* Fix incorrect type in depgraph._missing_args.Zac Medico2007-11-091-1/+1
* Create classes to encapsulate eache of the depgraph argumentZac Medico2007-11-091-24/+61
* 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-072-1/+13
* Really fix broken logic for --update greedy slot atoms inZac Medico2007-11-071-1/+1