| Commit message (Expand) | Author | Age | Files | Lines |
* | Use calendar.timegm instead of time.mktime, for correct timezone handling. | Zac Medico | 2009-10-25 | 1 | -1/+2 |
* | Don't set mtime on downloaded metadata.dtd when using python3, since the | Zac Medico | 2009-10-25 | 1 | -5/+23 |
* | update documentation on _test_openpty_eof and disable openpty on Solaris agai... | Fabian Groffen | 2009-10-24 | 1 | -11/+10 |
* | Bug #134466 - Add a --ask-enter-invalid option. When used together with the | Zac Medico | 2009-10-24 | 6 | -24/+59 |
* | Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd. | Zac Medico | 2009-10-24 | 1 | -42/+68 |
* | Add --help output for --unordered-display, and move man page docs from the | Zac Medico | 2009-10-23 | 2 | -6/+16 |
* | Use find with -print0 for absolute safety. | Zac Medico | 2009-10-23 | 1 | -2/+2 |
* | Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2. | Zac Medico | 2009-10-23 | 1 | -9/+23 |
* | Factor vdb loading code out of the depgraph constructor, since this procedure | Zac Medico | 2009-10-23 | 1 | -18/+44 |
* | Factor out duplicate "These are the packages that would be merged", | Zac Medico | 2009-10-23 | 3 | -71/+63 |
* | Add a --unordered-display option for use with --tree. This allows the display | Zac Medico | 2009-10-23 | 5 | -7/+60 |
* | Factor the --tree code out of depgraph.display(). | Zac Medico | 2009-10-23 | 1 | -136/+146 |
* | Fix license_groups parsing to stack the lists, so license_groups from overlays | Zac Medico | 2009-10-19 | 1 | -2/+4 |
* | Remove the docs for the extend, remove, and intersect attributes | Zac Medico | 2009-10-19 | 1 | -10/+2 |
* | drop IMAGE -- people have had years to catch up | Mike Frysinger | 2009-10-19 | 3 | -6/+2 |
* | Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec Warner | Zac Medico | 2009-10-19 | 1 | -1/+1 |
* | Add support for display of nested sets in --depclean and --prune reverse | Zac Medico | 2009-10-19 | 2 | -42/+62 |
* | Remove support for 'extend', 'remove', and 'intersect' sets.conf section | Zac Medico | 2009-10-18 | 1 | -26/+3 |
* | Revert r14677 since it doesn't interact well with the 'extend', 'remove', and | Zac Medico | 2009-10-18 | 1 | -16/+11 |
* | Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). This | Zac Medico | 2009-10-18 | 1 | -14/+19 |
* | Move filtering of misc bash variables from save_ebuild_env() to | Zac Medico | 2009-10-18 | 2 | -6/+7 |
* | Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks to | Zac Medico | 2009-10-18 | 1 | -4/+3 |
* | Convert --select to boolean True when enabled, so --resume code handles | Zac Medico | 2009-10-18 | 1 | -0/+1 |
* | Warn aabout default world and system set configuration being used when | Zac Medico | 2009-10-18 | 1 | -0/+1 |
* | Add a --use-ebuild-visibility option, for using unbuilt ebuild metadata | Zac Medico | 2009-10-18 | 4 | -1/+25 |
* | Fix breakage in DEFINED_PHASES code. | Zac Medico | 2009-10-18 | 1 | -2/+2 |
* | Remove reference to non-existent _source_ebuild function. | Zac Medico | 2009-10-18 | 1 | -1/+0 |
* | Preserve variables which have been set in global scope using 'declare'. | Arfrever Frehtes Taifersar Arahesis | 2009-10-18 | 2 | -67/+64 |
* | Ind SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute, | Zac Medico | 2009-10-18 | 1 | -1/+4 |
* | Call config._init_dirs() from emerge so that it's not called every time | Zac Medico | 2009-10-18 | 2 | -2/+1 |
* | Automatically create a fallback setconfig, so emerge isn't crippled due to | Zac Medico | 2009-10-18 | 1 | -25/+51 |
* | Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero | Zac Medico | 2009-10-18 | 2 | -0/+21 |
* | Make cpv_getkey() use catpkgsplit() insead of a separate regex. | Zac Medico | 2009-10-18 | 1 | -4/+3 |
* | Fix repoman breakage from previous commit. | Zac Medico | 2009-10-17 | 1 | -4/+4 |
* | Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we want | Zac Medico | 2009-10-17 | 1 | -15/+70 |
* | Bug #273636 - Add doins and newins support for symlink preservation in | Zac Medico | 2009-10-17 | 2 | -7/+30 |
* | Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o> | Zac Medico | 2009-10-17 | 1 | -0/+5 |
* | Use short substitution syntax in use_with() and use_enable(). Thanks to | Zac Medico | 2009-10-17 | 1 | -18/+4 |
* | Fix einstall() change from previous commit, for compatibility with empty | Zac Medico | 2009-10-17 | 1 | -1/+1 |
* | Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoid | Zac Medico | 2009-10-17 | 1 | -18/+18 |
* | Fix WorldHandler to use the "selected" set. | Zac Medico | 2009-10-17 | 1 | -2/+2 |
* | In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen | Zac Medico | 2009-10-17 | 1 | -1/+1 |
* | Make phase variable local in has_phase_defined_up_to(). | Zac Medico | 2009-10-17 | 1 | -0/+1 |
* | Simplify the conditionals from bug #273648. Thanks to Jonathan Callen | Zac Medico | 2009-10-17 | 2 | -18/+14 |
* | Bug #273648 - EAPI 3 - the following condtions must be met: | Zac Medico | 2009-10-17 | 1 | -13/+49 |
* | Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This is | Zac Medico | 2009-10-16 | 3 | -0/+27 |
* | Bug #266454 - Make @world an all-inclusive set once again, like it was prior | Zac Medico | 2009-10-16 | 13 | -61/+80 |
* | Remove soname_cache inside calc_depclean() since LinkageMap caches that | Zac Medico | 2009-10-16 | 1 | -5/+1 |
* | Ensure that /dev/std* streams have appropriate sandbox permission for | Zac Medico | 2009-10-16 | 1 | -0/+6 |
* | TODO: Make resume_depgraph() return reasons for dropped_tasks, for | Zac Medico | 2009-10-16 | 1 | -0/+1 |