summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-274-27/+41
* Add a reference to bug #141118 inside _expand_new_virtuals(). (trunk r14732)Zac Medico2009-10-271-2/+4
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-273-7/+7
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-273-3/+4
* Add a parsedate() function which emulates rfc822.parsedate(), since python3Zac Medico2009-10-271-12/+28
* Use calendar.timegm instead of time.mktime, for correct timezone handling.Zac Medico2009-10-271-1/+2
* Don't set mtime on downloaded metadata.dtd when using python3, since theZac Medico2009-10-251-5/+23
* update documentation on _test_openpty_eof and disable openpty on Solaris agai...Zac Medico2009-10-251-11/+10
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-246-24/+59
* Use urllib.urlopen() instead of portage.fetch() for fetching metadata.dtd.Zac Medico2009-10-241-42/+68
* Add --help output for --unordered-display, and move man page docs from theZac Medico2009-10-242-6/+16
* Use find with -print0 for absolute safety. (trunk r14707)Zac Medico2009-10-241-2/+2
* Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.Zac Medico2009-10-241-9/+23
* Factor vdb loading code out of the depgraph constructor, since this procedureZac Medico2009-10-241-18/+44
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-243-71/+63
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-245-7/+60
* Factor the --tree code out of depgraph.display(). (trunk r14702)Zac Medico2009-10-241-136/+146
* Fix license_groups parsing to stack the lists, so license_groups from overlaysZac Medico2009-10-191-2/+4
* drop IMAGE -- people have had years to catch up (trunk r14694)Zac Medico2009-10-193-6/+2
* In calc_depclean(), Rename 'selected' to 'world', since 'selected' is currentlyZac Medico2009-10-191-0/+4
* Bug #259697 - Update IUSE.invalid docs for glep 56. Thanks to Alec WarnerZac Medico2009-10-191-1/+1
* Add support for display of nested sets in --depclean and --prune reverseZac Medico2009-10-192-41/+60
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-191-27/+4
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-192-6/+7
* Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks toZac Medico2009-10-191-4/+3
* Convert --select to boolean True when enabled, so --resume code handlesZac Medico2009-10-191-0/+1
* Warn aabout default world and system set configuration being used whenZac Medico2009-10-191-0/+1
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-194-1/+25
* Fix breakage in DEFINED_PHASES code. (trunk r14664)Zac Medico2009-10-191-2/+2
* Remove reference to non-existent _source_ebuild function. (trunk r14663)Zac Medico2009-10-191-1/+0
* Preserve variables which have been set in global scope using 'declare'.Zac Medico2009-10-192-67/+64
* In SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,Zac Medico2009-10-181-1/+4
* Call config._init_dirs() from emerge so that it's not called every timeZac Medico2009-10-182-2/+1
* Automatically create a fallback setconfig, so emerge isn't crippled due toZac Medico2009-10-181-0/+51
* Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zeroZac Medico2009-10-182-0/+21
* Make cpv_getkey() use catpkgsplit() insead of a separate regex. (trunk r14628)Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit. (trunk r14627)Zac Medico2009-10-181-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-181-15/+70
* Bug #273636 - Add doins and newins support for symlink preservation inZac Medico2009-10-182-7/+30
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-181-0/+5
* Use short substitution syntax in use_with() and use_enable(). Thanks toZac Medico2009-10-181-18/+4
* Fix einstall() change from previous commit, for compatibility with emptyZac Medico2009-10-181-1/+1
* Use [ "${foo+set}" = set ] instead of "${foo-unset}" != unset ], to avoidZac Medico2009-10-181-18/+18
* Fix WorldHandler to use the "selected" set. (trunk r14620)Zac Medico2009-10-181-2/+2
* In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan CallenZac Medico2009-10-181-1/+1
* Make phase variable local in has_phase_defined_up_to(). (trunk r14618)Zac Medico2009-10-181-0/+1
* Simplify the conditionals from bug #273648. Thanks to Jonathan CallenZac Medico2009-10-182-18/+14
* Bug #273648 - EAPI 3 - the following condtions must be met:Zac Medico2009-10-181-13/+49
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-183-0/+27
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-187-38/+44