summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-063-9/+5
* Merge remote branch 'fews-portage-branch/pkg_pretend'Zac Medico2010-04-022-4/+3
|\
| * Implement emerge part of pkg_pretendSebastian Luther2010-04-022-4/+3
* | Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-0/+42
* | Update copyright header.Zac Medico2010-04-021-1/+1
* | Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.Zac Medico2010-04-021-1/+1
|/
* Update copyright header.Zac Medico2010-04-011-1/+1
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-303-5/+6
* Add support for probing shebangs and compiling python scripts that don'tZac Medico2010-03-271-4/+31
* Make sure portage.VERSION is saved in the mtimedb as type str rather thanZac Medico2010-03-271-2/+3
* Implement __unicode__ for python2.Zac Medico2010-03-271-0/+3
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-0/+17
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
* Use PORTAGE_USERNAME when populating userpriv_groups.Zac Medico2010-03-251-1/+1
* Implement PortageException.__unicode__ so the string formatin operator willZac Medico2010-03-251-1/+5
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-24139-139/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
* Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environmentZac Medico2010-03-232-2/+6
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-201-5/+2