summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add back code removed in r11553 and fix logic to avoid IndexError.v2.2_rc10Zac Medico2008-09-261-1/+5
* Handle possible CacheError inside mirror_cache().Zac Medico2008-09-261-1/+1
* Direct EOutput.eerror() and ewarn() output to stderr.Zac Medico2008-09-261-2/+2
* Fix a potential IndexError inside display_preserved_libs().Zac Medico2008-09-261-3/+1
* Make flat_hash write keys in alphabetical order.Zac Medico2008-09-262-7/+11
* Rename the EAPI 2 docs and to indicate that they are no longer a draft, andZac Medico2008-09-261-298/+19
* Bump to EAPI 2.Zac Medico2008-09-261-1/+1
* Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.Zac Medico2008-09-252-4/+4
* Fix mirror_cache() so it won't silently swallow a KeyError if _mtime_ orZac Medico2008-09-251-5/+9
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-255-0/+12
* Fix message: s/One or packages/One or more packages/. Thanks to MarijnZac Medico2008-09-251-2/+2
* Use echo -e when splitting lines in e* functions, for compatibility withZac Medico2008-09-251-6/+6
* 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
* Add a new AgeSet class to select installed packages that have been installed ...Marius Mauch2008-09-251-0/+31
* Fix the case where all arguments are filtered out byZac Medico2008-09-251-1/+2
* Bug #238550 - Set world-candidate = False for the @system since the portageZac Medico2008-09-251-0/+1
* Fix fetch() mirror:// handling in to comply with section 9.2.8 of PMS.Zac Medico2008-09-241-2/+11
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-235-32/+32
* Bug #230975 - Rename the portage.selinux module to portage._selinux in orderZac Medico2008-09-222-1/+1
* 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-213-8/+21
* Always call `cd "$WORKDIR"` to ensure that $CWD is sane whenever possible.Zac Medico2008-09-211-0/+3
* Bug #238251 - Use 'read' instead of $IFS for splitting newlines in e*Zac Medico2008-09-211-67/+7
* Fix erroneous variable references in the multiset 'Redefinition of set'Zac Medico2008-09-211-1/+1
* As requested by jmbsvicetto, add support to StaticFileSet for sets withinZac Medico2008-09-201-7/+13
* More SRC_URI validation.Zac Medico2008-09-202-0/+7
* Fix some broken logic inside portdbapi.getFetchMap().Zac Medico2008-09-201-13/+5
* Add test cases for SRC_URI validation.Zac Medico2008-09-202-9/+37
* Add a "EAPI 2_pre3" section to show what's changed.Zac Medico2008-09-201-0/+61
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-203-67/+160
* Document the --ignore-default-opts and --skip-manifest options.Zac Medico2008-09-201-0/+6
* Bug #238157 - Update http_proxy/ftp_proxy docs to show protocol://, forZac Medico2008-09-201-1/+1
* Define __all__ and clean up unused imports found by pyflakes.Zac Medico2008-09-191-8/+8
* Document the --debug option. Thanks to Jeremy Olexa <darkside@g.o> suggesting.Zac Medico2008-09-191-1/+5
* Implement the new EAPI 2 blocker behavior, including !!atom sytax whichZac Medico2008-09-193-23/+68
* Fix typo in from previous commit.Zac Medico2008-09-191-1/+1
* Remove everything related to the eapi* default phase functions since theyZac Medico2008-09-183-94/+8
* 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
* Remove unneeded quotes from PYTHONPATH assignments and also fix one moreZac Medico2008-09-132-4/+4
* Fix PYTHONPATH adjustments to only insert a colon when necessary. ThisZac Medico2008-09-131-3/+3
* Bug #237526 - Use portage.util.grablines() for exception handling whenZac Medico2008-09-131-14/+5
* Define __all__ and remove unused imports found by pyflakes.Zac Medico2008-09-131-3/+6
* Move the world file update code out of update_config_files() since it shouldZac Medico2008-09-132-14/+16
* Document FEATURES=preserve-libs.Zac Medico2008-09-131-0/+4
* Adjust chunk.section.depth and generate.section.toc.level so that the EAPI 2Zac Medico2008-09-111-0/+2