summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Properly process set arguments inside set expressionsMarius Mauch2008-09-281-38/+48
* implement set arguments to reconfigure and create package sets on the command...Marius Mauch2008-09-281-1/+27
* Another correctness fix in BlockerDB.findInstalledBlockers().Zac Medico2008-09-271-1/+1
* Fix code inside BlockerDB.findInstalledBlockers() to correctly strip multipleZac Medico2008-09-271-2/+2
* Mask packages with deprecated EAPIs in order to prevent them from beingZac Medico2008-09-271-4/+7
* In the --depclean docs, there's no need to advise the user to use --oneshotZac Medico2008-09-272-2/+2
* Add PROPERTIES to all of the metadata caches.Zac Medico2008-09-261-1/+1
* Add back code removed in r11553 and fix logic to avoid IndexError.v2.2_rc10Zac Medico2008-09-261-1/+5
* Fix a potential IndexError inside display_preserved_libs().Zac Medico2008-09-261-3/+1
* Fix message: s/One or packages/One or more packages/. Thanks to MarijnZac Medico2008-09-251-2/+2
* change set expression syntax: operators now have a @ suffix (IOW: all operand...Marius Mauch2008-09-251-6/+9
* implement simple expression logic for apckage sets to generate unions, inters...Marius Mauch2008-09-251-18/+58
* move set expansion code into its own functionMarius Mauch2008-09-251-56/+65
* relocate the post_emerge call so it gets called in more situations.Marius Mauch2008-09-251-18/+30
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-231-6/+6
* remove deprecation warnings and compat code for 2.1 changes to rsync and acti...Marius Mauch2008-09-221-52/+2
* don't attempt to unmerge a set that doesn't exist anymoreMarius Mauch2008-09-221-0/+2
* Add a new --list-sets action, as requested by jmbsvicetto.v2.2_rc9Zac Medico2008-09-212-7/+16
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-201-6/+5
* Implement the new EAPI 2 blocker behavior, including !!atom sytax whichZac Medico2008-09-191-15/+29
* Fix broken reference to self.files inside SpawnProcess._start().Zac Medico2008-09-151-1/+1
* Improve error messages for issues with the SYNC variable inside action_sync().Zac Medico2008-09-151-4/+11
* When reloading the emerge config due to global updates in action_sync(),Zac Medico2008-08-271-0/+1
* Prevent [None] in repo display. Thanks to grobian.Zac Medico2008-08-241-1/+1
* Add a new src_prepare phase function which is called in-between src_unpackZac Medico2008-08-231-3/+7
* For consistency, show [0] in the repo display instead of suppressing it. NowZac Medico2008-08-221-16/+38
* Fix spelling of overriding for bug #235250.Zac Medico2008-08-201-1/+1
* Make dblink call back to the scheduler for "clean" and "cleanrm" phases, toZac Medico2008-08-201-1/+1
* Make sure EBUILD_PHASE is properly unset when calling misc-functions.sh.Zac Medico2008-08-201-0/+1
* When in background mode, redirect "adjusting permissions" messages forZac Medico2008-08-191-18/+23
* The following error is known to occur with Linux kernel versionsZac Medico2008-08-181-1/+19
* * Truncate status display output when necessary to avoid line overflow andZac Medico2008-08-181-3/+24
* Don't assume that the "world" set is an instance of WorldSet, allowing theZac Medico2008-08-181-13/+33
* Pass atom instances into action_depclean() instead of the plain strings.Zac Medico2008-08-151-2/+4
* Validate atoms from command line args before calling action_depclean().Zac Medico2008-08-151-0/+28
* In order to avoid an unhandled InvalidAtom exception, validate atoms fromZac Medico2008-08-151-0/+14
* * Replace vartree.dep_match() call with normal dbapi.match() call.Zac Medico2008-08-151-3/+1
* When a build fails, generate a status message showing which packageZac Medico2008-08-141-18/+46
* The fpformat module is deprecated and will be removed in py3k.Zac Medico2008-08-141-2/+1
* Make Scheduler._choose_pkg() parallelize more aggressively in cases whenZac Medico2008-08-141-5/+19
* Disable "waiting for lock" messages when in background mode. Thanks to ThargorZac Medico2008-08-121-0/+2
* Entirely disable the src_configure phase from the python side for EAPI valuesZac Medico2008-08-111-1/+7
* Increase Scheduler._job_delay_max to 10 seconds.v2.2_rc7Zac Medico2008-08-101-1/+1
* Remove most references to Package.metadata_keys and replace them withZac Medico2008-08-101-20/+18
* Fix typo.Zac Medico2008-08-101-1/+1
* Remove INHERITED from the vardbapi aux_get cache since it's not really thatZac Medico2008-08-101-6/+7
* Make the scheduler's job delay ramp up faster by increasing the factorZac Medico2008-08-101-2/+3
* Escape use flags before compiling regular expressions from them. ThanksZac Medico2008-08-091-2/+6
* When calling dbaip.aux_get() inside depgraph._select_package(), only pull theZac Medico2008-08-091-2/+1
* Increase Scheduler._job_delay_factor from 0.5 to 0.75 so that the delayZac Medico2008-08-091-1/+1