summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make --deselect work for sets (bug 268798)Sebastian Luther2010-05-271-12/+18
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-311-18/+87
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add support for displaying profile listed in make.profile/parent whenZac Medico2010-03-091-9/+28
* Disable PORTAGE_SYNC_STALE warnings when --usepkgonly is enabled.Zac Medico2010-03-081-1/+2
* Produce a warning message if the timestamp of the portage tree is more thanZac Medico2010-03-081-0/+3
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-1/+3
* Move portage._global_updates to a submodule.Zac Medico2010-02-271-1/+2
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Bug #268724 - Show a warning message for --unmerge operations and suggestZac Medico2010-02-191-0/+9
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-3/+6
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+1
* In calc_depclean(), load the FakeVartree before using it. This fixesZac Medico2009-11-271-1/+1
* Bug #291200 - Make --quiet-build set PORTAGE_QUIET=1, so that --unmerge isZac Medico2009-11-141-1/+1
* Bug #292664 - Show ACCEPT_LICENSE in emerge --info.Zac Medico2009-11-111-1/+2
* Bug #278336 - Use adjust_config to set PORTAGE_QUIET when the config isZac Medico2009-11-091-0/+9
* Decode git output in _emerge.actions.git_sync_timestamps() for bug #291790.Arfrever Frehtes Taifersar Arahesis2009-11-041-1/+2
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-241-5/+11
* Factor out duplicate "These are the packages that would be merged",Zac Medico2009-10-231-46/+1
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-231-2/+8
* Add support for display of nested sets in --depclean and --prune reverseZac Medico2009-10-191-37/+43
* Call config._init_dirs() from emerge so that it's not called every timeZac Medico2009-10-181-0/+1
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-7/+7
* Remove soname_cache inside calc_depclean() since LinkageMap caches thatZac Medico2009-10-161-5/+1
* When --depclean pulls in the provider of a library because of installedZac Medico2009-10-141-1/+8
* Handle AUTOCLEAN and NOCOLOR case insensitivity inside config.Zac Medico2009-10-091-8/+0
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-081-0/+13
* - move news into features so it can be ignored when needed. Lots of whitespac...Ned Ludd2009-10-051-9/+11
* Fix breakage in file path -> package lookup code.Zac Medico2009-09-281-1/+1
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-13/+13
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-6/+9
* Update syntax of numbers in some files which were missing in previous commit.Arfrever Frehtes Taifersar Arahesis2009-09-201-8/+8
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-148/+147
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-26/+26
* Avoid lots of redundant Atom constructor calls. Thanks to Marat RadchenkoZac Medico2009-09-191-2/+1
* In display_news_notification(), use the exising vartree instance to populateZac Medico2009-09-061-0/+6
* consistently use CACHE_PATH with target_root, this commit needs a separate so...Fabian Groffen2009-09-051-1/+1
* Use the new portage.output._init(config_root) function.Zac Medico2009-08-181-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+2
* In calc_depclean(), sort packages that are displayed due to being pulledZac Medico2009-08-101-1/+2
* Inside calc_depclean(), use LinkageMap.findConsumers() for checkingZac Medico2009-08-101-15/+11
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-4/+3
* Rename get_updated_config_files() to find_updated_config_files() and makeZac Medico2009-07-301-2/+3
* Add get_updated_config_files in portage APIMounir Lamouri2009-07-301-52/+13