summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix --backtrack option handling.v2.2_rc48Zac Medico2009-10-311-1/+1
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-314-1/+37
* For compatibility, still exit successfully if there are skipped directories.Zac Medico2009-10-311-1/+1
* Allow unmerge of packages from the "selected" set when a package set suchZac Medico2009-10-311-4/+3
* Bug #290921 - Always exit unsuccessfully if -r is not specified and aZac Medico2009-10-311-5/+6
* Make cacheddir() always behave like EmptyOnError is True, since listdir()Zac Medico2009-10-311-7/+3
* Make dblink.delete() remove empty parent category directories.Zac Medico2009-10-311-0/+5
* Bug #291271 - Make vardbapi._bump_mtime() create category directories whenZac Medico2009-10-311-2/+5
* Bug #259697 - Update IUSE.invalid docs for GLEP 56.Zac Medico2009-10-311-1/+1
* Bug #290428 - Update mtime of /var/db/pkg and category subdirectories whenv2.2_rc48_14769v2.2_rc47Zac Medico2009-10-271-0/+22
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-264-27/+41
* Revert the workaround for bug #288863. This will require a dependency onZac Medico2009-10-261-6/+0
* Add a reference to bug #141118 inside _expand_new_virtuals().Zac Medico2009-10-261-2/+4
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-263-7/+7
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-263-3/+4
* Add a parsedate() function which emulates rfc822.parsedate(), since python3Zac Medico2009-10-251-12/+28
* Use calendar.timegm instead of time.mktime, for correct timezone handling.Zac Medico2009-10-251-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...Fabian Groffen2009-10-241-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-232-6/+16
* Use find with -print0 for absolute safety.Zac Medico2009-10-231-2/+2
* Bug #289967 - Update installsources rsync code for >=debugedit-4.4.6-r2.Zac Medico2009-10-231-9/+23
* Factor vdb loading code out of the depgraph constructor, since this procedureZac Medico2009-10-231-18/+44
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-233-71/+63
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-235-7/+60
* Factor the --tree code out of depgraph.display().Zac Medico2009-10-231-136/+146
* Fix license_groups parsing to stack the lists, so license_groups from overlaysZac Medico2009-10-191-2/+4
* Remove the docs for the extend, remove, and intersect attributesZac Medico2009-10-191-10/+2
* drop IMAGE -- people have had years to catch upMike Frysinger2009-10-193-6/+2
* 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-42/+62
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-181-26/+3
* Revert r14677 since it doesn't interact well with the 'extend', 'remove', andZac Medico2009-10-181-16/+11
* Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). ThisZac Medico2009-10-181-14/+19
* Move filtering of misc bash variables from save_ebuild_env() toZac Medico2009-10-182-6/+7
* Fix messages broken in r14616. Thanks to Arfrever for reporting and thanks toZac Medico2009-10-181-4/+3
* Convert --select to boolean True when enabled, so --resume code handlesZac Medico2009-10-181-0/+1
* Warn aabout default world and system set configuration being used whenZac Medico2009-10-181-0/+1
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-184-1/+25
* Fix breakage in DEFINED_PHASES code.Zac Medico2009-10-181-2/+2
* Remove reference to non-existent _source_ebuild function.Zac Medico2009-10-181-1/+0
* Preserve variables which have been set in global scope using 'declare'.Arfrever Frehtes Taifersar Arahesis2009-10-182-67/+64
* Ind 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-25/+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.Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit.Zac Medico2009-10-171-4/+4