summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #298310 - Make sure the _selinux attribute is correctly reinitialized afterZac Medico2010-01-041-0/+3
* Remove obsolete backing up of ROOTPATH via PORTAGE_ROOTPATH.Zac Medico2009-12-241-6/+0
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-2/+2
* Bug #296641 - Avoid UnicodeEncodeError with python2 in eapi_is_supported()Zac Medico2009-12-121-1/+5
* In movefile mtime preservation code, simply round down to the nearest wholeZac Medico2009-12-121-29/+9
* Remove redundant EPREFIX, EROOT, and ROOT assingments insideZac Medico2009-12-121-5/+0
* Remove unused STARTDIR variable.Zac Medico2009-12-121-2/+1
* Unset prefix vars for depend phase (even if EAPI is known).Zac Medico2009-12-121-2/+1
* Unset prefix vars for depend phase when EAPI is unknown.Zac Medico2009-12-121-1/+2
* Fix typo.Zac Medico2009-12-121-1/+1
* In movefile mtime rounding code, generate nanosecond resolution (9 decimalZac Medico2009-12-121-21/+15
* Remove redundant EPREFIX setting since it's already initialized earlier in theZac Medico2009-12-121-4/+0
* Just use integer mtime if no fractional seconds are found in the search.Zac Medico2009-12-111-1/+4
* Tweak movefile() timestamp preservation code to maximize precision for oldZac Medico2009-12-111-21/+21
* Add missing line from previous commit.Zac Medico2009-12-111-0/+1
* In movefile() timestamp preservation code, use another loop to search forZac Medico2009-12-111-0/+9
* Add EAPI to the whitelist to ensure it's always available as early as possible.Zac Medico2009-12-111-1/+1
* Add EAPI 3_pre2 to conditinals so the EAPI 4 stuff is disabled.Zac Medico2009-12-111-3/+3
* Add support for EAPI 3_pre2.Zac Medico2009-12-111-1/+1
* In config.environ(), only export ED, EPREFIX, and EROOT to the ebuildZac Medico2009-12-111-0/+6
* Filter prefix variables ED, EPREFIX, and EROOT insideZac Medico2009-12-111-1/+1
* Don't use lazy import for portage.cache.mappings because it's imported anyway.Zac Medico2009-12-111-8/+6