summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #309907 - Fix update_config_files() to handle package.license.Zac Medico2010-03-171-1/+1
* Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.Zac Medico2010-03-131-0/+3
* Import 'email' and 'smtlib' locally since python ebuilds remove the 'email'Zac Medico2010-03-091-11/+21
* When portage upgrades or downgrades itself, preload lazily referenced portageZac Medico2010-03-092-0/+21
* Exclude PORTAGE_SYNC_STALE from the ebuild environment.Zac Medico2010-03-081-1/+2
* Bug #291331 - Force ascii encoding in send_mail() in order to avoidZac Medico2010-03-081-2/+12
* Bug #308415 - Fix broken uri parameter passed to fetch () for some cases whenZac Medico2010-03-081-12/+14
* Bug #307723 - Define basestring for python3.Zac Medico2010-03-041-0/+5
* Fix imports doebuild_environment and prepare_build_dirs imports to import fromZac Medico2010-03-042-6/+13
* Bug #307707 - Fix fetch() to use the correct spawn function when callingZac Medico2010-03-041-1/+2
* Add new colors for binary packages in the merge list. Thanks to SebastianZac Medico2010-03-031-0/+3
* Make _global_updates() silently return if ROOT != "/" and make fixpackagesZac Medico2010-03-031-3/+7
* Clean up imports and unused variables.Zac Medico2010-03-021-19/+5
* Move imports to top.Zac Medico2010-03-021-4/+4