summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make iuse_implicit_re private for now.Zac Medico2010-04-272-3/+3
* --update: don't ignore higher versions because of missing IUSESebastian Luther2010-04-272-5/+7
* Automatically add PORTAGE_BIN_PATH to the front of PATH.Zac Medico2010-04-221-0/+7
* Use assertFalse insead of failIf since failIf is deprecated in python 3.2.Zac Medico2010-04-113-11/+11
* Make cpv_getversion handle invalid cpv and add cpv_getversion to __all__.Zac Medico2010-04-101-1/+3
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-104-0/+35
* Fix deprecated config.getvirtuals() usage that's triggered byZac Medico2010-04-101-1/+1
* Make spawning of `id -G portage` happen lazily when userpriv_groups is firstZac Medico2010-04-101-17/+22
* Handle IOError when trying to cache the Packages file from the binhost.Zac Medico2010-04-091-1/+1
* When caching Packages file from binhost, ignore failure to write in casesZac Medico2010-04-091-2/+1
* Handle pkg_pretend output properlySebastian Luther2010-04-071-1/+1
* Make ensure_dirs() behave correctly for DragonFly when EPERM is raised forZac Medico2010-04-061-7/+12