summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Only generate KV when setting up the environment for a real ebuild phase. ThisZac Medico2009-05-011-1/+4
* Fix logic error which prevents repos.conf [DEFAULT] section from applyingZac Medico2009-05-011-1/+1
* In config.setcpv() reuse split USE from built packages instead of splittingZac Medico2009-04-301-3/+2
* Move PORTAGE_RESTRICT calculation to config.setcpv() (lazy evaluation) andZac Medico2009-04-301-19/+38
* Bug #267104 - When appropriate, advise the user that they may set FEATURES=Zac Medico2009-04-301-4/+17
* Fix _lazy_accept_license to discard || from the set of licenses.Zac Medico2009-04-301-0/+1
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-301-5/+12
* Fix error in calculations from bug #267104.Zac Medico2009-04-301-2/+2
* In config.setcpv(), move the code that makes sure "pkg" values override "env"Zac Medico2009-04-301-4/+8
* Generate a pruned version of ACCEPT_LICENSE, by intersection withZac Medico2009-04-301-0/+28
* In config.regenerate(), explicitly include self.backupenv when processingZac Medico2009-04-301-0/+1
* Exclude 'backupenv' from config.configlist and lookuplist since it doesn'tZac Medico2009-04-301-13/+12
* Make xtermTitle() use a global variable to cache the result of the TERM check.Zac Medico2009-04-291-13/+17
* Fix the code from bug #267104 to account non-root users.Zac Medico2009-04-291-1/+3
* Bug #267104 - If the statvfs f_bavail field shows insufficient free space andZac Medico2009-04-291-2/+9
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-281-1/+1
* Automatically define errno.ESTALE if it doesn't exist (like on interix).Zac Medico2009-04-231-0/+3
* Add note about 'use' in the Atom.intersects() docstring.v2.2_rc31Zac Medico2009-04-191-2/+3
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-191-0/+30
* Fix default master code so that it doesn't trigger when PORTDIR is empty.Zac Medico2009-04-191-1/+1
* If a repo doesn't have metadata/layout.conf then use either missing eclassZac Medico2009-04-191-3/+5
* Fix lockfile() docstring to correctly document the wantnewlockfile behavior.Zac Medico2009-04-181-2/+4
* Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patchZac Medico2009-04-181-9/+1
* Bug #266493 - Never return a long from vercmp() since that can trigger anZac Medico2009-04-171-9/+19
* Add support for repos.conf 'aliases' attribute which allows aliasZac Medico2009-04-162-1/+22
* Add support in repos.conf to override the "masters" setting from layout.conf.Zac Medico2009-04-162-11/+30
* Bug #265909 - Make emerge display a warning message if any overlays areZac Medico2009-04-152-2/+8
* Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks toZac Medico2009-04-152-10/+11
* Convert portage.bsd_chflags into a class with chflags() and lchflags() classZac Medico2009-04-131-40/+42
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-131-0/+3
* Add a note about dlopen and libtool archives in the LinkageMap.findConsumers()Zac Medico2009-04-121-0/+5
* Add a LibraryFileConsumerSet class that can be used to rebuild all packagesZac Medico2009-04-121-1/+35
* Bug #265768 - Handle CacheError when deleting currupt cache insidev2.2_rc30Zac Medico2009-04-121-0/+2
* Bug #265768 - If the user happens to be using the metadata_overlay moduleZac Medico2009-04-121-1/+3
* Bug #265768 - When initializing the eclass cache, use the correct location.Zac Medico2009-04-121-1/+1
* Inside the portdbapi constructor, handle repositories with the same repo_nameZac Medico2009-04-121-20/+40
* Bug #265747 - Add a new /etc/portage/repos.conf config file which can be usedZac Medico2009-04-112-2/+69
* Use _doebuild_exit_status_check() for unsuccessful return codes (no justZac Medico2009-04-101-20/+20
* In config.setcpv(), don't add empty values to self.configdict['pkg'] forZac Medico2009-04-101-1/+3
* Fix typo in docstring.Zac Medico2009-04-091-1/+1
* Make RecursiveFileLoader skip hidden directories, and only use a single statZac Medico2009-04-081-5/+10
* Fix some _doebuild_exit_status_check() calls so that they only happen whenZac Medico2009-04-071-14/+17
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-071-1/+11
* Replace references to portdbapi.eclassdb with appropriate references for theZac Medico2009-04-071-5/+6
* Fix code in the portdbapi constructor to cache eclass_cache.cache instancesZac Medico2009-04-071-0/+1
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-065-24/+109
* Bug #262647 - Inside config.setcpv(), never add SRC_URI to the environmentZac Medico2009-04-051-4/+10
* Inside tar_contents(), don't emulate tar --numeric-id option. The uid/gidZac Medico2009-04-021-3/+0
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-011-1/+1
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-312-8/+63