portage.git
2007-11-19 Zac MedicoMake preprocess_ebuild_env() explicitly filter out...
2007-11-19 Zac MedicoImplement loading of environment.bz2 from binary and...
2007-11-19 Zac MedicoIn bash-3.2_p20+ an attempt to assign BASH_*, FUNCNAME...
2007-11-19 Zac MedicoWhen creating environment.bz2 at the end of dyn_compile(),
2007-11-19 Zac MedicoDisable logging and ${T}/environment saving during the
2007-11-19 Zac MedicoUse the existing RootConfig class to serve as a replace...
2007-11-19 Zac MedicoFix PROFILE_ONLY_VARIABLES handling in the config const...
2007-11-18 Zac MedicoBug #198398 - Enable Manifest generation when there...
2007-11-18 Zac MedicoFix NEEDED logic in vardbapi.aux_get() so that empty
2007-11-17 Zac MedicoFix --usepkgonly code in depgraph.select_files() so...
2007-11-17 Zac MedicoClean up vardbapi.counter_tick_core() and replace shell...
2007-11-16 Zac MedicoSpeed up LibraryPackageMap.update() by pulling NEEDED...
2007-11-16 Zac MedicoSet IMAGE for minimal backward compatibility with
2007-11-16 Zac MedicoDon't export ${IMAGE} to the ebuild environment anymore...
2007-11-16 Zac MedicoBug #199311 - Make dblink.getcontents() show the path...
2007-11-15 Zac MedicoFix quoting for `source ${EBUILD}`.
2007-11-15 Zac MedicoMake dir_get_metadata() return early if the current...
2007-11-14 Zac Medico* Replace references to deprecated ${IMAGE} with equiva...
2007-11-14 Zac MedicoIn the slot collision display, show a maximum of 3...
2007-11-13 Zac MedicoMake 'full' the default mode, since 'scan' can be annoy...
2007-11-13 Zac MedicoMake the slot collision display show all collisions...
2007-11-13 Zac MedicoMake depgraph._complete_graph() properly specify SetArg...
2007-11-13 Zac MedicoMake depgraph._add_pkg() match the package with all...
2007-11-12 Zac MedicoRemove the depgraph.pkg_node_map attribute and use...
2007-11-12 Zac MedicoAdd DependencyArg instances as parents of packages...
2007-11-12 Zac Medico* Remove all references to the obsolete Package.digraph...
2007-11-12 Zac MedicoMake the Package class emulate the interface of it...
2007-11-12 Zac MedicoBug #197797 - Set umask to 022 so that created files...
2007-11-11 Zac MedicoMake diefunc() clean up QA_INTERCEPTORS in case it is
2007-11-11 Zac Medico* Provide reasonable default values for Dependency
2007-11-11 Zac MedicoFix depgraph._get_arg_for_pkg() so that it compares...
2007-11-11 Zac MedicoImplement mapping of packages to instances of DependencyArg
2007-11-11 Zac MedicoWrap accesses to depgraph._set_atoms.findAtomForPackage...
2007-11-10 Zac MedicoMake the EbuildQuote.missing_quotes regex accept single
2007-11-10 Zac MedicoFix WorldSet.cleanPackage() so that it properly preserves
2007-11-10 Zac MedicoConvert all the checks in repoman.checks to use a new...
2007-11-09 Zac MedicoClean up expansion of set arguments in depgraph.select_...
2007-11-09 Marius Mauchfix typo and missing classmethod declaration
2007-11-09 Marius Mauchif multiple glsas result in the same cat/pkg:slot being...
2007-11-09 Marius Mauchmove checkfile parsing into its own function
2007-11-09 Marius MauchMove glsa-check from gentoolkit into portage so the...
2007-11-09 Marius Mauchrevert getMergeList to return CPVs again instead of...
2007-11-09 Zac MedicoFix incorrect type in depgraph._missing_args.
2007-11-09 Zac MedicoCreate classes to encapsulate eache of the depgraph...
2007-11-09 Zac MedicoRemove the workaround for \n -> \r\n transformations in
2007-11-09 Zac MedicoBug #198491 - Disable termios.OPOST post-processing...
2007-11-09 Zac MedicoRevert accidental hunk from bug 198491. Haven't tested
2007-11-09 Zac Medicomake.globals should not be relative to config_root
2007-11-08 Zac MedicoTweak EOutput.term_columns calculation for TERM="dumb" so
2007-11-08 Zac MedicoDon't do:
2007-11-08 Zac MedicoBug #198492 - Make quickpkg create $PKGDIR if it doesn't
2007-11-08 Zac MedicoIt is not cool and/or helpfull to see an HTML dump...
2007-11-07 Zac MedicoFor unsatisfied dependencies, shorten the per-package...
2007-11-07 Zac MedicoReally fix broken logic for --update greedy slot atoms in
2007-11-07 Zac MedicoFix broken logic for --update greedy slot atoms in
2007-11-06 Zac MedicoMake depgraph.select_files() perform internal expansion of
2007-11-06 Zac MedicoRemove the usage.obsolete "KEYWORDS contain -*" warning...
2007-11-06 Zac MedicoSimplify and fix bugs in is_valid_package_atom().
2007-11-06 Zac MedicoRemove references to ${O} in dyn_spec() since antarus
2007-11-06 Zac MedicoGo ahead and exempt selected profile-specific USE_EXPAND
2007-11-06 Zac MedicoFix create_world_atom() logic some more for bug #198129.
2007-11-06 Zac MedicoBug #198129 - Prevent SLOT atoms like sys-devel/binutils:0
2007-11-06 Alec Warnerremove O and PPID from being readonly. O is set python...
2007-11-05 Zac MedicoAllow multislot packages to be added to the world file
2007-11-05 Zac MedicoMake WorldHandler lock the world file when in --fix...
2007-11-05 Zac MedicoAdd support for package sets in WorldHandler.
2007-11-05 Zac MedicoFix 'TypeError: not all arguments converted during...
2007-11-05 Zac MedicoReplace StringIO usage with a simple list of lines...
2007-11-04 Zac MedicoMake exception strings more informative.
2007-11-04 Zac MedicoMake Manifest.create() do some basic validation of...
2007-11-04 Zac MedicoIn portdbapi.cp_list(), validate the ebuild name to...
2007-11-04 Zac MedicoWhen evaluating *DEPEND conditionals for the Packages...
2007-11-04 Zac MedicoClean up ACCEPT_KEYWORDS incremental stacking logic and
2007-11-04 Zac MedicoIn fetch(), replace checksum_failure_counts dict with...
2007-11-04 Zac MedicoGenerate a usage.obsolete warning whenever
2007-11-04 Zac MedicoMake fetch() behave like the ebuild has RESTRICT="prima...
2007-11-04 Zac MedicoFor sanity, pass an actual list of keys into aux_get...
2007-11-03 Zac MedicoBug #197797 - Do not actively clear o+rx permission...
2007-11-03 Zac MedicoCall die() so that the $TMP directory is always properly
2007-11-03 Zac MedicoBug #197965 - Make fetch() bail out after 5 checksum
2007-11-03 Mike Frysingerif mode=1 and `dialog` is not usable, abort #197990...
2007-11-03 Zac MedicoBug #197965 - When fetch() encounters a checksum failure,
2007-11-03 Zac MedicoFix update_config_files() so that it uses update_dbentry()
2007-11-03 Zac MedicoRemove redundant code from previous commit.
2007-11-03 Zac MedicoBug #197932 - Make dbapi._cpv_sort_ascending()
2007-11-03 Zac MedicoTODO: Make update_config_files() handle slotmove comman...
2007-11-03 Zac MedicoIn portage.fetch(), condense digest check output to...
2007-11-02 Zac MedicoSort scanlist and ebuildlist to ensure that repoman...
2007-11-02 Zac MedicoMake portdbapi.gvisible() use portdbapi._aux_cache_keys
2007-11-02 Zac MedicoReturn early from config.getMaskAtom() as soon as a...
2007-11-02 Zac MedicoBug #197594 - Document FEATURES="lmirror".
2007-11-02 Zac MedicoMake sure vardbapi.cp_list() always sorts the results.
2007-11-02 Zac MedicoFix ignore_priority logic in depgraph.altlist() in...
2007-11-02 Zac MedicoCollapse 2 identical code hunks into 1.
2007-11-02 Zac MedicoOptimize merge order to try and select nodes that only...
2007-11-01 Zac MedicoIn the 'there are no ebuilds to satisfy "foo"' message...
2007-11-01 Zac MedicoProperly escape { and } characters in regular expressio...
2007-11-01 Zac MedicoRemove an extra \$ from the EbuildQuote.var_reference...
2007-11-01 Zac MedicoMake the EbuildUselessCdS check for both quoted and...
2007-11-01 Zac MedicoAvoid making unnecessary copies of PackageSet._atoms by
next