summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-106-1/+38
* 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
* Use tbz2.unpackinfo() to unpack the xpak when running pkg_pretend, since weZac Medico2010-04-071-7/+4
* In _run_pkg_pretend(), write ebuild bytes from tbz2.getfile() in binary modeZac Medico2010-04-071-1/+1
* Eliminate redundant code in Scheduler._run_pkg_pretend() and remove unusedZac Medico2010-04-071-44/+19
* Handle pkg_pretend output properlySebastian Luther2010-04-072-16/+46
* Make ensure_dirs() behave correctly for DragonFly when EPERM is raised forZac Medico2010-04-061-7/+12
* Cleanup $T earlier to prevent old messages from being displayed - bug 279041Sebastian Luther2010-04-062-3/+4
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-064-11/+7
* also check quoting on the Prefix variables added in EAPI=3, thanks jlec for t...Fabian Groffen2010-04-051-0/+3
* For clarity, make egencache --help and man page refer to --config-rootZac Medico2010-04-022-2/+3
* Merge remote branch 'fews-portage-branch/pkg_pretend'Zac Medico2010-04-023-5/+86
|\
| * Implement emerge part of pkg_pretendSebastian Luther2010-04-023-5/+86
* | Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-022-1/+44
* | Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-023-6/+18
* | 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
* Update copyright header.Zac Medico2010-04-011-1/+1
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-312-20/+98
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-304-6/+12
* Move all imports to top.Zac Medico2010-03-281-11/+9
* Remove unused variables/imports and extra whitespace.Zac Medico2010-03-281-13/+11
* Add support for package sets to quickpkgSebastian Luther2010-03-282-141/+189
* 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
* Ignore *.py[co]Zac Medico2010-03-271-0/+1
* 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-272-1/+19
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-262-4/+6
* Process help and version actions asap. Thanks to Brian Harring.Zac Medico2010-03-261-9/+10
* 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
* Remove unsed check_KV() function. Thanks to Brian Harring.Zac Medico2010-03-252-15/+1
* Remove obsolete reference to nonexistent functions like newdepend inZac Medico2010-03-251-2/+1
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-2473-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-24312-312/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-243-3/+3
* Use git (repo in current working directory) instead of svn.Zac Medico2010-03-231-26/+29
* Add support for PORTAGE_USERNAME and PORTAGE_GROUPNAME environmentZac Medico2010-03-232-2/+6
* Add check of herds in metadata.xmlSebastian Pipping2010-03-233-1/+135
* Prepare further checks on metadata.xmlSebastian Pipping2010-03-232-5/+14
* install_qa_check: make sure init.d and conf.d files do not have syntax errors...Mike Frysinger2010-03-231-0/+9
* Show masking reasons for --binpkg-respect-use. Thanks to Sebastian LutherZac Medico2010-03-211-0/+2
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-202-12/+6
* Fix typo.Zac Medico2010-03-191-1/+1