aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make atoms with wildcards in package.use workSebastian Luther2010-07-231-1/+5
* portage.dep.{match_from_list,best_match_to_list}: Add support for wildcards i...Sebastian Luther2010-07-231-7/+28
* portage.ebuild.config: Allow wildcards in atoms in user configurationSebastian Luther2010-07-231-13/+19
* portage.util.grab*(): Add optional parameter to allow wildscards in atomsSebastian Luther2010-07-231-4/+4
* portage.dep.Atom: Add optional parameter to allow wildcards (*/*, cat/*, */pkg)Sebastian Luther2010-07-232-9/+23
* Remove 'mysettings' arguments from finalize() functions since theZac Medico2010-07-202-8/+2
* Bug #328317 - If libc is artifically promoted in the merge listZac Medico2010-07-191-0/+1
* In portdbapi.getfetchsizes(), only split PORTAGE_RO_DISTDIRS when necessary.Zac Medico2010-07-191-11/+11
* Skip unecessary stat calls on PORTAGE_RO_DISTDIRS inZac Medico2010-07-181-2/+1
* Bug #305035 - Fix portdbapi.getfetchsizes() to account forZac Medico2010-07-181-2/+16
* lafilefixing: Use .replace() instead of the broken regex to update the contentsSebastian Luther2010-07-182-9/+24
* Make prepare_build_dirs() respect FEATURES=keeptemp.Zac Medico2010-07-151-1/+1
* Add forgotten trailing comma.Fabian Groffen2010-07-141-1/+1
* * Add support for PORTAGE_USERNAME and PORTAGE_GRPNAMEZac Medico2010-07-142-5/+9
* Use epytext markup in rewrite_lafile() docstring, and add note aboutZac Medico2010-07-131-3/+7
* Use _encodings['merge'] for *.la filenames.Zac Medico2010-07-131-2/+2
* Fix output handling for FEATURES="lafilefixing".Zac Medico2010-07-122-25/+27
* Fix writemsg to only use fd.buffer when it is stderr or stdout.Zac Medico2010-07-121-1/+1
* Make lafilefixer handle files in binary mode, in order to avoid potentialZac Medico2010-07-123-133/+135
* Let emerge fix .la filesSebastian Luther2010-07-126-1/+358
* Add FEATURES=unknown-features-warn, so the the warning about unknown FEATURESZac Medico2010-07-112-10/+12
* Move the check for unsupported FEATURES to config.validate().Zac Medico2010-07-111-12/+11
* In _unicode_func_wrapper.__call__, don't want to convert return valuesZac Medico2010-07-111-1/+3
* Warn if FEATURES contains unknown values and don't keep them (bug #326561)Sebastian Luther2010-07-082-2/+29
* repoman: Fix bogus warnings "Invalid atom in [..]/package.keywords: D" when w...Sebastian Pipping2010-07-061-1/+1
* GLEP 55 removalDaniel Robbins2010-07-066-74/+12
* Add Atom._eval_qa_conditionals method, which unevaluated_atom supportZac Medico2010-06-162-9/+13
* Add a reference to bug 189417 in config.environ().Zac Medico2010-06-081-1/+1
* Split out a _pkgindex_cpv_map_latest_build() function.Zac Medico2010-06-041-26/+36
* Fix code from previous commit to handle missing BUILD_TIME better.Zac Medico2010-06-041-10/+10
* When organizing remote binhost metadata into a cpv -> metadata map,Zac Medico2010-06-041-1/+25
* Implement SlotDict.__repr__() to behave like dict.Zac Medico2010-06-041-0/+3
* Make parent_use parameter for portage.dep.Atom.violated_conditionals() option...Sebastian Luther2010-05-251-14/+16
* Add portage.dep.Atom.violated_conditionals()Sebastian Luther2010-05-211-0/+39
* Use os.environ.get() instead of os.getenv(), to hopefully avoid issuesZac Medico2010-05-201-4/+5
* Add portage.dep.Atom.unevaluated_atom to not lose the original use dep in Ato...Sebastian Luther2010-05-201-2/+10
* Don't use finally with atomic_ofstream since that prevents it fromZac Medico2010-05-131-12/+6
* Add a break_hardlinks parameter for tbz2 recompose methods, and enable itZac Medico2010-05-131-3/+26
* Define __all__.Zac Medico2010-05-131-1/+6
* Use bytes literals in instead of _unicode_encode() where appropriateZac Medico2010-05-131-13/+13
* Eliminate redundant os.sep in vardbapi.getpath().Zac Medico2010-05-061-1/+1
* Eliminate redundant os.sep in vardbapi._bump_mtime. Thanks toZac Medico2010-05-061-1/+3
* Make vardbapi.counter_tick_core() create the counter file's parent directoryZac Medico2010-05-031-0/+3
* Support per-package bashrc files.Michał Górny2010-04-293-3/+6
* Fix typo from previous commit.Zac Medico2010-04-281-1/+1
* Inside bintree.inject(), discard cached metadata to ensure thatZac Medico2010-04-281-0/+4
* Use shlex_split for splitting PORTDIR_OVERLAY.Zac Medico2010-04-272-17/+18
* Add a Package.iuse.is_valid_flag() method to replace the regex attribute,Zac Medico2010-04-271-2/+2
* Revert formatting so chromioumos-overlay won't have to rebaseZac Medico2010-04-271-2/+2
* In bintree.inject(), ensure that _pkgindex_entry returns local metadataZac Medico2010-04-271-5/+6