| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a parsedate() function which emulates rfc822.parsedate(), since python3 | Zac Medico | 2009-10-27 | 1 | -12/+28 |
* | Use calendar.timegm instead of time.mktime, for correct timezone handling. | Zac Medico | 2009-10-27 | 1 | -1/+2 |
* | Don't set mtime on downloaded metadata.dtd when using python3, since the | Zac Medico | 2009-10-25 | 1 | -5/+23 |
* | Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd. | Zac Medico | 2009-10-24 | 1 | -42/+68 |
* | Use find with -print0 for absolute safety. (trunk r14707) | Zac Medico | 2009-10-24 | 1 | -2/+2 |
* | Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2. | Zac Medico | 2009-10-24 | 1 | -9/+23 |
* | drop IMAGE -- people have had years to catch up (trunk r14694) | Zac Medico | 2009-10-19 | 2 | -5/+1 |
* | Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec Warner | Zac Medico | 2009-10-19 | 1 | -1/+1 |
* | Move filtering of misc bash variables from save_ebuild_env() to | Zac Medico | 2009-10-19 | 2 | -6/+7 |
* | Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks to | Zac Medico | 2009-10-19 | 1 | -4/+3 |
* | Fix breakage in DEFINED_PHASES code. (trunk r14664) | Zac Medico | 2009-10-19 | 1 | -2/+2 |
* | Remove reference to non-existent _source_ebuild function. (trunk r14663) | Zac Medico | 2009-10-19 | 1 | -1/+0 |
* | Preserve variables which have been set in global scope using 'declare'. | Zac Medico | 2009-10-19 | 2 | -67/+64 |
* | Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zero | Zac Medico | 2009-10-18 | 1 | -0/+12 |
* | Bug #273636 - Add doins and newins support for symlink preservation in | Zac Medico | 2009-10-18 | 2 | -7/+30 |
* | Use short substitution syntax in use_with() and use_enable(). Thanks to | Zac Medico | 2009-10-18 | 1 | -18/+4 |
* | Fix einstall() change from previous commit, for compatibility with empty | Zac Medico | 2009-10-18 | 1 | -1/+1 |
* | Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoid | Zac Medico | 2009-10-18 | 1 | -18/+18 |
* | Fix WorldHandler to use the "selected" set. (trunk r14620) | Zac Medico | 2009-10-18 | 1 | -2/+2 |
* | In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen | Zac Medico | 2009-10-18 | 1 | -1/+1 |
* | Make phase variable local in has_phase_defined_up_to(). (trunk r14618) | Zac Medico | 2009-10-18 | 1 | -0/+1 |
* | Simplify the conditionals from bug #273648. Thanks to Jonathan Callen | Zac Medico | 2009-10-18 | 2 | -18/+14 |
* | Bug #273648 - EAPI 3 - the following condtions must be met: | Zac Medico | 2009-10-18 | 1 | -13/+49 |
* | Ensure that /dev/std* streams have appropriate sandbox permission for | Zac Medico | 2009-10-18 | 1 | -0/+6 |
* | Use a shell script wrapper for EPYTHON handling. (trunk r14585) | Zac Medico | 2009-10-11 | 1 | -1/+11 |
* | Use a shell script for dohtml instead of a function, for xargs compatibility. | Zac Medico | 2009-10-11 | 2 | -7/+11 |
* | Rename dohtml to dohtml.py. Next commit will add a shell script wrapper for | Zac Medico | 2009-10-11 | 1 | -0/+0 |
* | Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageName | Zac Medico | 2009-10-11 | 1 | -5/+1 |
* | Add a xpak-helper.py script, so that shell code always calls python via | Zac Medico | 2009-10-11 | 2 | -1/+71 |
* | Fix python shebangs. s:/usr/bin/env python:/usr/bin/python: (trunk r14573) | Zac Medico | 2009-10-11 | 2 | -2/+2 |
* | Add some more EPYTHON safety. (trunk r14570) | Zac Medico | 2009-10-11 | 2 | -3/+3 |
* | Set EPYTHON variable as empty when calling portageq or dohtml to avoid using ... | Zac Medico | 2009-10-11 | 1 | -7/+23 |
* | Remove unused PATH code from EAPI 3_pre1. | Zac Medico | 2009-10-10 | 1 | -14/+0 |
* | Fix _set module imports for rename, add hardcoded config for system and world, | Zac Medico | 2009-10-10 | 3 | -320/+3 |
* | Revert preserve-libs support since it won't be supported in this branch. | Zac Medico | 2009-10-10 | 1 | -23/+0 |
* | Bug #274497 - Misc spelling, grammar, and terminology fixes, including | Zac Medico | 2009-10-09 | 1 | -3/+3 |
* | Add a --color < y | n > option so that color output can be forced. This is | Zac Medico | 2009-10-09 | 1 | -1/+9 |
* | Add back Arfrever's emerge --info change because it's good and I was just | Zac Medico | 2009-10-09 | 1 | -1/+1 |
* | Ask for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$P... | Arfrever Frehtes Taifersar Arahesis | 2009-10-09 | 1 | -1/+1 |
* | Ask for the output of 'emerge --info =$CATEGORY/$PF'. | Arfrever Frehtes Taifersar Arahesis | 2009-10-09 | 1 | -2/+2 |
* | Bug #270933 - Make the "If you need support ..." message ask for emerge | Zac Medico | 2009-10-09 | 1 | -2/+3 |
* | Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaning | Zac Medico | 2009-10-07 | 1 | -0/+5 |
* | Bug #274870: Add file.size.fatal check in repoman. | Arfrever Frehtes Taifersar Arahesis | 2009-10-07 | 1 | -3/+8 |
* | Fix collision in variable name 'x'. | Zac Medico | 2009-10-06 | 1 | -2/+2 |
* | Add a 'digest.missing' check, for cases like mythtv where the eclass has | Zac Medico | 2009-10-06 | 1 | -4/+11 |
* | - do not calculate source with of isolated-functions (for die function) | Fabian Groffen | 2009-10-03 | 1 | -16/+16 |
* | only calculate spacing width for that part of the stack that we're going to p... | Fabian Groffen | 2009-10-03 | 1 | -1/+8 |
* | Remove libtool from RDEPEND.suspect list, since libltdl.so is validly used by | Zac Medico | 2009-10-01 | 1 | -1/+0 |
* | Add --tolerant option (already in use on master rsync mirror), requested by | Zac Medico | 2009-09-30 | 1 | -0/+5 |
* | Fix TypeError in clear_screen() in dispatch-conf which occurs when Python 3 i... | Arfrever Frehtes Taifersar Arahesis | 2009-09-27 | 1 | -1/+2 |