summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-1/+1
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-171-1/+1
* Tweak the config._accept_chost() regex.Zac Medico2008-06-161-1/+1
* Fix config._accept_chost_re so it's only an instance variable.Zac Medico2008-06-151-1/+1
* Add support for and ACCEPT_CHOSTS variable that controls masking behaviorZac Medico2008-06-151-0/+21
* Add two new build log qa checks, suggested by Diego Pettenò:Zac Medico2008-06-141-0/+51
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is empty andZac Medico2008-06-101-0/+12
* When inside fakeroot, directories with portage's gid appearZac Medico2008-06-081-2/+9
* Bug #225285 - Allow digestcheck() to succeed when the Manifest is missingZac Medico2008-06-081-0/+2
* Inside, create_trees(), pass target_root="/" into the config constructorZac Medico2008-06-071-1/+1
* Validate ROOT from make.conf.Zac Medico2008-06-071-0/+2
* Bug #224713 - Avoid TypeError when make.conf is missing:Zac Medico2008-06-041-0/+2
* Use "platform" module instead of os.uname, or -- even worse -- a systemZac Medico2008-06-041-1/+2
* Fix typo.Zac Medico2008-06-041-1/+1
* Use a distdir_writable variable in fetch(), for better control of writeZac Medico2008-06-041-8/+10
* Fix typo.Zac Medico2008-06-031-1/+1
* When pruning the digests to optimize parallel-fetch, use a separate dictZac Medico2008-06-031-6/+9
* Add support for a PORTAGE_RO_DISTDIRS variable. When a given file does notZac Medico2008-06-031-1/+132
* Bug #223447 - Adjust the "installed packages are masked" display to recognizeZac Medico2008-05-281-5/+5
* Fix typo.Zac Medico2008-05-271-1/+1
* Make config._init_dirs() preserver /tmp and /var/tmp permissions ifZac Medico2008-05-271-6/+13
* Repoman only checks IUSE for USE deps, so don't evaluate conditional USE depsZac Medico2008-05-271-1/+5
* Don't silently swallow instances of UnpicklingError since they are easilyZac Medico2008-05-261-1/+5
* * Enable config.setcpv() to use a Package instance in place of a cpv.Zac Medico2008-05-261-1/+11
* Fix a broken reference to the Package.cpv_slot attribute.Zac Medico2008-05-261-1/+1
* Add support for conditionals inside USE dependencies. This is usefulZac Medico2008-05-251-4/+18
* For dep_expand() backward compatibility, handle atoms with missing '='Zac Medico2008-05-241-2/+9
* Bug #223417 - use floating point mtime for finer grained validation inZac Medico2008-05-241-1/+1
* Bug #2272 - Extend dependency atom sytax to specify enabled or disabledZac Medico2008-05-231-47/+39
* Adjust code order to organize it a bit. (branches/2.1.2 r10371)Zac Medico2008-05-191-5/+5
* Validate and normalize target_root earlier in the config constructor.Zac Medico2008-05-191-6/+6
* Exclude "env" from use in variable substitution since we want to avoidZac Medico2008-05-191-3/+5
* Add the environment and some more files to the existing make.defaultsZac Medico2008-05-171-34/+55
* Simplify the code for bug #221755 now that the substitution map is updatedZac Medico2008-05-111-6/+2
* Make the variable substitution code for bug #221755 slightly more efficientZac Medico2008-05-111-1/+0
* Fix the variable subsitution code from bug #221755 so that variableZac Medico2008-05-111-1/+3
* Bug #221755 - Enable variable substitution in make.defaults to work accrossZac Medico2008-05-111-2/+7
* Instead of doing automatic uninstalls in advance, install conflictingZac Medico2008-05-081-4/+5
* Bug #219286 - Whitelist INSTALL_MASK so that it works properly for binaryZac Medico2008-05-051-0/+5
* check if PORTAGE_TMPDIR is mounted readonly/noexec (bug #219957)Marius Mauch2008-05-021-0/+28
* * Fix dep_check() so that it doesn't expand virtual blockers since theZac Medico2008-04-301-0/+6
* Create a digraph.difference_update() method and use it to amortize theZac Medico2008-04-271-0/+20
* Use digraphs to clean up blocker reference counting in the depgraph.Zac Medico2008-04-261-0/+22
* Make the ccache userpriv permission check from bug #162542 less sensitiveZac Medico2008-04-181-3/+1
* Remove redundant version sorting in _expand_new_virtuals() since theZac Medico2008-04-161-15/+6
* Add support to depgraph._select_atoms() to take a "parent" parameterZac Medico2008-04-151-1/+38
* In config.setcpv() and regenerate(), replace str.startswith() calls withZac Medico2008-04-141-5/+9
* Revert back to using startwith because I screwed up my benchmark and itZac Medico2008-04-141-14/+7
* When regenerating USE_EXPAND in config.setcpv(), improve performance byZac Medico2008-04-141-7/+14
* Convert st_mtime to long for movefile() return type.Zac Medico2008-04-131-1/+1