summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Bug #267860 - Make JobStatusDisplay respect FEATURES=notitles. (trunk r13409)Zac Medico2009-04-301-3/+6
* Fix the code from bug #267104 to account non-root users. (trunk r13408)Zac Medico2009-04-301-1/+3
* Bug #267810 - Don't sort C/CXX/LDFLAGS in emerge --info output since theseZac Medico2009-04-301-23/+3
* Bug #267104 - If the statvfs f_bavail field shows insufficient free space andZac Medico2009-04-301-2/+9
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-301-1/+1
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-302-1/+19
* Automatically define errno.ESTALE if it doesn't exist (like on interix).Zac Medico2009-04-301-0/+3
* When in --nodeps mode, make depgraph._serialize_tasks() preserve the packageZac Medico2009-04-301-0/+7
* Add note about 'use' in the Atom.intersects() docstring. (trunk r13375)Zac Medico2009-04-301-2/+3
* Drop from --ask to --pretend for uninstall all actions. (trunk r13374)Zac Medico2009-04-301-1/+2
* Add missing del when cleansing cache in action_metadata(). (trunk r13373)Zac Medico2009-04-301-1/+1
* Tweak _eclasses_ logic inside action_metadata(). (trunk r13372)Zac Medico2009-04-301-5/+7
* In action_deselect(), use the installed packages to expand atoms into slotZac Medico2009-04-301-3/+14
* Add --ask support to action_deselect(). (trunk r13365)Zac Medico2009-04-301-0/+7
* Fix bugs in action_deselect() and add --pretend support. (trunk r13364)Zac Medico2009-04-301-5/+8
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-303-9/+111
* Fix default master code so that it doesn't trigger when PORTDIR is empty.Zac Medico2009-04-301-1/+1
* If a repo doesn't have metadata/layout.conf then use either missing eclassZac Medico2009-04-301-3/+5
* Add support to emerge --metadata for transfering cache from overlays thatZac Medico2009-04-301-56/+235
* Fix lockfile() docstring to correctly document the wantnewlockfile behavior.Zac Medico2009-04-301-2/+4
* Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patchZac Medico2009-04-301-9/+1
* Bug #266493 - Never return a long from vercmp() since that can trigger anZac Medico2009-04-301-9/+19
* Add support for repos.conf 'aliases' attribute which allows aliasZac Medico2009-04-302-1/+22
* Add support in repos.conf to override the "masters" setting from layout.conf.Zac Medico2009-04-302-11/+30
* Bug #265909 - Make emerge display a warning message if any overlays areZac Medico2009-04-303-2/+40
* Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks toZac Medico2009-04-302-10/+11
* Add support in action_uninstall() for file -> package lookup. (trunk r13345)Zac Medico2009-04-301-19/+67
* Split out an action_uninstall() function to handle argument validation forZac Medico2009-04-301-53/+61
* Convert portage.bsd_chflags into a class with chflags() and lchflags() classZac Medico2009-04-301-40/+42
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-301-0/+3
* Bug #265768 - Handle CacheError when deleting currupt cache insideZac Medico2009-04-301-0/+2
* Add a note about egencache to the --regen docs. (trunk r13330)Zac Medico2009-04-301-1/+2
* Bug #265768 - If the user happens to be using the metadata_overlay moduleZac Medico2009-04-301-1/+3
* Bug #265768 - When initializing the eclass cache, use the correct location.Zac Medico2009-04-301-1/+1
* Inside the portdbapi constructor, handle repositories with the same repo_nameZac Medico2009-04-301-20/+40
* Bug #265747 - Add a new /etc/portage/repos.conf config file which can be usedZac Medico2009-04-302-2/+69
* Filter virtuals when expanding atoms if it helps to avoid an ambiguity.Zac Medico2009-04-301-0/+9
* Fix broken logic from previous commit. (trunk r13313)Zac Medico2009-04-301-2/+4
* Bug #265034 - In depgraph.loadResumeCommand(), tolerate missing packagesZac Medico2009-04-301-2/+4
* Use _doebuild_exit_status_check() for unsuccessful return codes (no justZac Medico2009-04-301-20/+20
* In config.setcpv(), don't add empty values to self.configdict['pkg'] forZac Medico2009-04-301-1/+3
* Fix typo in docstring. (trunk r13309)Zac Medico2009-04-301-1/+1
* Remove --nocolor since it's been replaced by --color=n and the support codeZac Medico2009-04-301-1/+1
* Bug #264435 - Handle EAGAIN errors when writing to stdout, due to poorlyZac Medico2009-04-301-2/+35
* Don't try to execut the pkg_info phase if DEFINED_PHASES is available andZac Medico2009-04-301-0/+5
* Reorganize emerge --info <atom> display, and make sure that the "cpv wasZac Medico2009-04-301-10/+13
* Add UseFlagDisplay.sort_combined and sort_separated attributes that can beZac Medico2009-04-301-6/+10
* Bug #265111 - Make current options override older options for --resume.Zac Medico2009-04-301-0/+4
* Make RecursiveFileLoader skip hidden directories, and only use a single statZac Medico2009-04-301-5/+10
* Make emerge --info <atom> display USE similarly to how they are displayedZac Medico2009-04-301-26/+111