summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* ignore already applied glsas when loading the security setMarius Mauch2007-07-163-8/+33
* fix load logic for editable sets once moreMarius Mauch2007-07-161-3/+5
* use a more logical approach for editable setsMarius Mauch2007-07-162-47/+46
* Make PackageSet to behave more like a real set, and change loading logic a bi...Marius Mauch2007-07-162-9/+24
* s/node/atom/ and other minor updatesMarius Mauch2007-07-166-44/+70
* Fix typo.Zac Medico2007-07-151-2/+2
* When deciding if a package is slotted inside create_world_atom(), check the v...Zac Medico2007-07-151-8/+18
* Remove unused repo_name code.Zac Medico2007-07-141-6/+0
* Use sys.stdout instead of print to avoid an extra newline.Zac Medico2007-07-141-1/+1
* Encapsulate the repo display code in a class.Zac Medico2007-07-141-51/+64
* Always show PORTDIR with index 0 in the repo display.Zac Medico2007-07-141-0/+7
* Make the repo display work for overlays that don't define repo_name (like it ...Zac Medico2007-07-141-12/+15
* For bug #185278, make the verbose flag display show masked/forced flag status...Zac Medico2007-07-141-4/+2
* Fix it so that the 'repository could not be determined' message is shown when...Zac Medico2007-07-141-4/+4
* Misc fixes for verbose repo output:Zac Medico2007-07-141-47/+76
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-132-15/+10
* Use os.path.realpath(portdir) for comparison of repo paths. (branchs/prefix r...Zac Medico2007-07-131-1/+1
* Add "reset" to the list of attributes.Zac Medico2007-07-121-1/+2
* Fix the case where the currently installed package is from a repo that is no ...Zac Medico2007-07-121-1/+1
* Make depgraph._reinstall_for_flags() always return all revelant flags.Zac Medico2007-07-121-4/+2
* For bug #184983, prevent USE_EXPAND_HIDDEN flags from being hidden if they ar...Zac Medico2007-07-121-16/+48
* Use set.discard() instead of remove() to avoid a potential KeyError.Zac Medico2007-07-111-2/+2
* Fix typo.Zac Medico2007-07-111-1/+1
* Fix another case similar to bug #184806 that can occur with --onlydeps.Zac Medico2007-07-111-2/+4
* Fix typo.Zac Medico2007-07-111-1/+0
* For bug #184687, skip the huge --depclean warning when --quiet mode is enabled.Zac Medico2007-07-111-17/+21
* For bug #184679, handle ENOTDIR by finding the non-directory parent and testi...Zac Medico2007-07-111-4/+29
* For bug #184843, allow USE_EXPAND variables to pass through if none of their ...Zac Medico2007-07-101-22/+37
* For bug #184604, make env-update write $ in front of quoted values when appro...Zac Medico2007-07-101-2/+6
* For bug #184806, account for the fact the metadata is not cached for slot_col...Zac Medico2007-07-101-4/+10
* Remove the repo_name warning in the portdbapi constructor since we don't want...Zac Medico2007-07-091-2/+3
* - be quiet about overlays profiles/repo_name entry when --quiet mode is usedNed Ludd2007-07-091-1/+1
* Fix interaction of resume opts with spinner output handling so that output al...Zac Medico2007-07-091-9/+14
* simplify logic a bitMarius Mauch2007-07-091-14/+6
* Pass the file path into the PermissionDenied exception.Zac Medico2007-07-081-2/+3
* Make dblink invalidate the vardbapi caches for each merge and unmerge. Don't...Zac Medico2007-07-081-5/+21
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-082-13/+17
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt.Zac Medico2007-07-082-1/+7
* Allow system virtuals to be pruned from the world file in cases where the mat...Zac Medico2007-07-081-3/+7
* For bug #184412, make depclean more consistent with the update algorithm by k...Zac Medico2007-07-081-0/+7
* Now that the "white" color code really is white, alias it to bold where it's ...Zac Medico2007-07-071-0/+2
* Add a depgaph.loadResumeCommand() method to handle loading and validation of ...Zac Medico2007-07-071-55/+51
* When depgraph updates preferences for old-style virtuals, also update them in...Zac Medico2007-07-062-8/+20
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FT...Zac Medico2007-07-062-19/+19
* Don't exclude system virtuals from world since they can match multiple old-st...Zac Medico2007-07-061-2/+10
* Count the number of merges processed by MergeTask and use that to determine w...Zac Medico2007-07-061-18/+28
* tighten up --quiet output for --unmergeMike Frysinger2007-07-061-3/+10
* Remove the PKG_*ARG* color classes in order to simplify things since it's que...Zac Medico2007-07-062-40/+17
* fix copyright yearMarius Mauch2007-07-067-7/+7
* Fix emerge by tbz2 path so that it works properly.Zac Medico2007-07-061-4/+4