summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken logic for --update greedy slot atoms inZac Medico2007-11-071-1/+3
* Make depgraph.select_files() perform internal expansion ofZac Medico2007-11-061-25/+42
* Remove the usage.obsolete "KEYWORDS contain -*" warning since peopleZac Medico2007-11-061-3/+0
* Simplify and fix bugs in is_valid_package_atom().Zac Medico2007-11-061-11/+5
* Remove references to ${O} in dyn_spec() since antarusZac Medico2007-11-061-1/+1
* Go ahead and exempt selected profile-specific USE_EXPANDZac Medico2007-11-061-1/+6
* Fix create_world_atom() logic some more for bug #198129.Zac Medico2007-11-061-1/+4
* Bug #198129 - Prevent SLOT atoms like sys-devel/binutils:0Zac Medico2007-11-061-10/+28
* remove O and PPID from being readonly. O is set python side (and we will hop...Alec Warner2007-11-061-1/+1
* Allow multislot packages to be added to the world fileZac Medico2007-11-051-9/+11
* Make WorldHandler lock the world file when in --fix mode.Zac Medico2007-11-052-12/+24
* Add support for package sets in WorldHandler.Zac Medico2007-11-051-1/+11
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2007-11-052-2/+3
* Replace StringIO usage with a simple list of lines. TheZac Medico2007-11-051-8/+6
* 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
* Generate a usage.obsolete warning wheneverZac Medico2007-11-041-2/+5
* 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
* Call die() so that the $TMP directory is always properlyZac Medico2007-11-031-7/+6
* Bug #197965 - Make fetch() bail out after 5 checksumZac Medico2007-11-031-0/+12
* if mode=1 and `dialog` is not usable, abort #197990 by DominikBuerkleMike Frysinger2007-11-031-0/+7
* 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
* Sort scanlist and ebuildlist to ensure that repoman alwaysZac Medico2007-11-021-0/+2
* 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
* Bug #197594 - Document FEATURES="lmirror".Zac Medico2007-11-021-0/+4
* Make sure vardbapi.cp_list() always sorts the results.Zac Medico2007-11-021-1/+1
* Fix ignore_priority logic in depgraph.altlist() in orderZac Medico2007-11-021-0/+8
* Collapse 2 identical code hunks into 1.Zac Medico2007-11-021-37/+18
* Optimize merge order to try and select nodes that only haveZac Medico2007-11-021-1/+20
* In the 'there are no ebuilds to satisfy "foo"' message, discardZac Medico2007-11-011-0/+2
* Properly escape { and } characters in regular expressions evenZac Medico2007-11-011-3/+3
* Remove an extra \$ from the EbuildQuote.var_reference regexZac Medico2007-11-011-1/+1
* Make the EbuildUselessCdS check for both quoted and unquoted ${S}Zac Medico2007-11-011-1/+1
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-012-8/+14
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-013-4/+26