aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-251-179/+1
* Move ExtractKernelVersion portage.util.ExtractKernelVersion.Zac Medico2010-02-251-67/+1
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-251-263/+1
* Fix broken references to portage._doebuild_manifest_exempt_depend.Zac Medico2010-02-251-0/+2
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-251-139/+1
* Make auxdbkeys a tuple instead of a list.Zac Medico2010-02-251-2/+2
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2196/+3
* Remove unused 'expandcache' global variable.Zac Medico2010-02-241-2/+0
* Make the first two positional arguments of digestgen() into keyword argumentsZac Medico2010-02-231-6/+18
* Add deprecation warnings for unused digestgen() parameters.Zac Medico2010-02-231-12/+16
* Use lazy import for portage.Manifest.Zac Medico2010-02-221-2/+1
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-221-1103/+1
* Move portage.config class to portage.package.ebuild.config.config.Zac Medico2010-02-221-2566/+2
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-221-276/+1
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-02-221-2/+3
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-221-7/+6
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-211-37/+2
* Show a deprecation warning when getvirtuals() is called.Zac Medico2010-02-211-4/+21
* Show a deprecation warning when pkgmerge() is called.Zac Medico2010-02-211-0/+4
* Show a deprecation warning when digestParseFile() is called.Zac Medico2010-02-211-0/+3
* Move portage.flatten to portage.dep.flatten.Zac Medico2010-02-211-12/+1
* Move portage.cpv_getkey() to the portage.versions module.Zac Medico2010-02-201-22/+2
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-02-191-2/+2
* Add DeprecationWarning to dep_virtual function.Zac Medico2010-02-191-0/+2
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-02-191-31/+0
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-2/+5
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+3
* Add a BUILD_TIME vdb entry containing the integer number of seconds since theZac Medico2010-02-151-0/+5
* Use config.environ() instead of config.items() when spawning FETCHCOMMAND.Zac Medico2010-02-151-1/+1
* Make sure that config._accept_chost() accepts empty CHOST.Zac Medico2010-02-141-2/+3
* Prevent CHOST vdb entries from being created for virtual packages.Zac Medico2010-02-141-0/+3
* Evaluate conditional USE deps for *DEPEND atoms saved in vdb entries.Zac Medico2010-02-141-0/+11
* Don't save SRC_URI as a vdb entry since it's pretty useless and it's availableZac Medico2010-02-141-2/+2
* Evaluate USE conditionals when writing vdb entries after src_install.Zac Medico2010-02-141-5/+30
* Bug #262647 - Explicitly exclude SRC_URI and other potentially long metadataZac Medico2010-02-131-3/+7
* When creating a config instance for ROOT=/ with a clean env, copy PATH andZac Medico2010-02-121-2/+7
* Bug #298479 - Filter $USER from the ebuild environment since it's inaccurateZac Medico2010-02-091-1/+1
* Bug #303445 - Fix getmaskingreason() to reset comment state when looping toZac Medico2010-02-041-3/+2
* Simplify the conditional that triggers calculation of A and AA variables.Zac Medico2010-02-011-1/+1
* Validate categories.Zac Medico2010-01-311-1/+2
* In config._expandLicenseToken(), make sure traversed_groups is only initializedZac Medico2010-01-301-1/+1
* For immutable config attributes, use shallow copy for speed and memoryZac Medico2010-01-301-4/+5
* For immutable config attributes, use shallow copy for speed and memoryZac Medico2010-01-301-8/+7
* For immutable config attributes, use shallow copy for speed and memoryZac Medico2010-01-301-10/+14
* Enable EAPI 3 and deprecate EAPI 3_pre2.Zac Medico2010-01-291-2/+2
* In portage.spawn(), apply group write permission to the log file.Zac Medico2010-01-291-0/+2
* Bug #300378 - Don't export FILESDIR to the 'depend' phase.Zac Medico2010-01-291-0/+3
* Add an Atom.evaluate_conditionals() method and use where appropriate.Zac Medico2010-01-281-5/+1
* Rearrange _selinux ImportError handling so the workaround for bug #298310Zac Medico2010-01-051-10/+6