summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note that use.local.desc is automatically generated, and refer to GLEP 56.Zac Medico2010-03-191-2/+5
* Bug #310135 - Skip the changelog.ebuildadded for all distributed SCMs.Zac Medico2010-03-191-6/+10
* Bug #309907 - Fix update_config_files() to handle package.license.Zac Medico2010-03-171-1/+1
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-162-8/+10
* Fix breakage from previous commit.Zac Medico2010-03-151-0/+1
* Add a TODO note about adding a registration interface for eclasses to registerZac Medico2010-03-151-6/+7
* Bug #299095 - Always use UTF-8 codec when opening ebuilds, to avoidZac Medico2010-03-141-2/+5
* Revert tar error handling changes from bug #309001 since we can't necessarilyZac Medico2010-03-142-3/+11
* Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions sinceZac Medico2010-03-132-2/+4
* Bug #309001 - Install a SIGPIPE handler inside _exec for all forked processes.Zac Medico2010-03-131-0/+3
* Add references to bug #309001 in comments about SIGPIPE handling.Zac Medico2010-03-132-0/+2
* Bug #309001 - Use signal(signal.SIGPIPE, signal.SIG_DFL) for quiet killing ofZac Medico2010-03-131-0/+1
* Simplyfy the virtual.exists check, and avoid deprecation warning triggeredZac Medico2010-03-121-3/+1
* Trust tar exit status and ignore bzip2 exit status as in bug #309001.Zac Medico2010-03-111-7/+1
* Bug #309001 - Only trust tar exit status (ignore decompressor exit status)Zac Medico2010-03-111-4/+2
* Only try to merge portage asap when the new version is different.v2.2_rc67Zac Medico2010-03-101-1/+3
* Only create implicit libc deps when the version changes.Zac Medico2010-03-092-1/+14
* Disable implicit libc deps for ROOT != "/" since it's probably not needed.Zac Medico2010-03-092-3/+6