summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* Namespace sanitizing, step 1Marius Mauch2007-01-251-8281/+0
* Fix broken line number counting for CONTENTS.v2.1.2-r3Zac Medico2007-01-231-2/+2
* For bug #142279, detect and warn about null bytes in CONTENTS.Zac Medico2007-01-231-0/+8
* Add new ** for package.keywords token to bypass keyword visibility layerMarius Mauch2007-01-231-1/+3
* For bug #163219, handle binpkgs that have missing PF metadata.Zac Medico2007-01-221-2/+3
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm phase.Zac Medico2007-01-211-2/+9
* To ease transition while Manifest 1 is being removed, only require hashes tha...Zac Medico2007-01-211-4/+6
* Don't require MANIFEST2 hashes since that can trigger excessive fetches when ...Zac Medico2007-01-211-1/+3
* For bug #161356, fix the SLOT match code to handle a KeyError thrown due to a...Zac Medico2007-01-201-2/+8
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is explic...Zac Medico2007-01-191-1/+7
* Validate ebuild names inside portdbapi.cp_list() in order to prevent problems...Zac Medico2007-01-181-2/+8
* Don't load a module if there is nothing to process after filteringMarius Mauch2007-01-181-0/+2
* Allow per-module filtering based on loglevels in addition to the global PORTA...Marius Mauch2007-01-181-21/+45
* Use elif where appropriate. Thanks to ferringb.Zac Medico2007-01-171-1/+1
* For bug #162404, spawn tee outside the sesandbox domain so that it reads from...Zac Medico2007-01-171-6/+50
* Fix elimination of duplicate virtuals between the binpkg repo and installed p...Zac Medico2007-01-171-3/+4
* For --usepkgonly, allow _expand_new_virtuals() to fall back to the vardb in c...Zac Medico2007-01-161-2/+10
* Prevent packages that are installed but masked from being incorrectly flagged...Zac Medico2007-01-161-1/+4
* Allow --usepkgonly/--getbinpkgonly to work with installed deps when binpkgs a...Zac Medico2007-01-161-0/+2
* For consistency, respect the use_binaries flag inside _expand_new_virtuals().Zac Medico2007-01-161-0/+2
* dirty dirty liesAlec Warner2007-01-161-6/+5
* ferringb pointed out this portroot parameter, ended up not using it, try an o...Alec Warner2007-01-161-9/+8
* merge glep42 into trunkAlec Warner2007-01-161-8/+49
* Make invalid deps non-fatal for some phases.Zac Medico2007-01-151-1/+6
* Clean up variables when finished.Zac Medico2007-01-151-0/+2
* For bug #162275, make doebuild validate *DEPEND and bail out if necessary.Zac Medico2007-01-151-0/+17
* Don't warn about /etc/make.profile not being a symlink if it has a parent file.Zac Medico2007-01-141-0/+1
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
* Fix 'TypeError: not all arguments converted during string formatting'. Thank...Zac Medico2007-01-131-2/+2
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-131-1/+1
* remove the last of the string module from portage.pyAlec Warner2007-01-121-4/+4
* Fix more typos.Zac Medico2007-01-121-2/+2
* purge string from portage.py, fix minor bug in portage_utilAlec Warner2007-01-121-41/+40
* Fix incremental virtuals code for the new stricter catpkgsplit behavior.Zac Medico2007-01-121-1/+5
* Return early from finddigest if findname2 found nothing.Zac Medico2007-01-121-0/+2
* FIx a bunch of random Except: statements in portage.py, most of them are IO/O...Alec Warner2007-01-121-27/+9
* os.cwd can return OSError (maybe IOError with wrong perms for ./, will test a...Alec Warner2007-01-121-30/+11
* For bug #147512, don't print a cryptic error message when an EnvironmentError...Zac Medico2007-01-121-10/+23
* Fix ebuild environment color.map support so that it works properly through ex...Zac Medico2007-01-121-1/+3
* Use dict.get() to prevent a potential (bug unlikely) KeyError.Zac Medico2007-01-111-4/+4
* Make FEATURES=test imply USE=testMarius Mauch2007-01-111-0/+5
* Stupid me, shouldn't jsut move a part of the patchMarius Mauch2007-01-101-13/+0
* Always use vercmp for cpv comparisonsMarius Mauch2007-01-101-0/+12
* create symlinks to html documentation if DOC_SYMLINK_DIR is set, original pat...Marius Mauch2007-01-101-1/+1
* make.globals has no business in profilesMarius Mauch2007-01-101-3/+1
* For bug #161003, disallow virtuals in package.provided and document it. Than...Zac Medico2007-01-091-1/+19
* For bug #161103, don't skip collision-protect checks in cases where the begin...Zac Medico2007-01-091-3/+6
* Make digestgen() force fetch unless all required digest types are available. ...Zac Medico2007-01-091-2/+12
* Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency.Zac Medico2007-01-091-2/+3
* Don't swallow an IOError if it is thrown from the aux_get call in portdbapi.g...Zac Medico2007-01-061-1/+1