summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* At some point we may want to stop exporting FEATURES to the ebuildZac Medico2010-08-201-1/+1
* Fix typo in comment.Zac Medico2010-08-201-1/+1
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-3/+2
* * In helpers_die arguments, display ${0##*/} instead of $0 since $0Zac Medico2010-08-1832-78/+78
* Bug #324075 - If the vcs doesn't preserve mtimes then disable theZac Medico2010-08-181-3/+7
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-3/+2
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-172-0/+2
* Source isolated-functions.sh for helpers_die function.Zac Medico2010-08-171-1/+3
* For ebuilds from $ROOT/var/db/pkg, don't give /var/db/pkg with theZac Medico2010-08-161-1/+4
* Fix broken reference to 'myprovide' variable.Zac Medico2010-08-161-1/+1
* Pass token_class=portage.dep.Atom when parsing PROVIDE.Zac Medico2010-08-161-1/+2
* Pass token_class parameter if possible to use_reduceSebastian Luther2010-08-161-79/+73
* When displaying portage.auxdbkeys, sort and filter unused.Zac Medico2010-08-161-1/+2
* Add ability for portageq help to print valid metadata keys.Alec Warner2010-08-161-8/+11
* DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()Zac Medico2010-08-151-0/+2
* Bug #332799 - Don't download lzma snapshots if tarsync is installed.Zac Medico2010-08-141-6/+3
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-143-2/+6
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-142-10/+11
* Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+2
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-141-2/+2
* Implement use dependency defaultsSebastian Luther2010-08-131-0/+2
* Don't call exit after pkg_nofetch since that prevents the ebuild-ipcZac Medico2010-08-131-1/+0
* Filter PORTAGE_PYTHON in save_ebuild_env().Zac Medico2010-08-131-1/+1
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-135-32/+20
|\
| * Use /usr/bin/python when PORTAGE_PYTHON variable is empty.Arfrever Frehtes Taifersar Arahesis2010-08-145-9/+9
| * Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-145-32/+20
* | Add a SIGUSR1 handler to trigger pdb.set_trace().Zac Medico2010-08-131-0/+6
|/
* Setup EBUILD_MASTER_PID at the bottom, for scripts that sourceZac Medico2010-08-131-0/+4
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-131-0/+10
* Move EBUILD_MASTER_PID and associated SIGTERM trap into ebuild_main()Zac Medico2010-08-131-4/+5
* Disable the die() stack trace when called by the die helper.Zac Medico2010-08-131-0/+3
* Remove message about race conditions in die, solved by EbuildIpcDaemon.Zac Medico2010-08-131-5/+1
* Add QA check for libtool libraries in Python site-packages directories.Arfrever Frehtes Taifersar Arahesis2010-08-131-0/+9
* Add QA check for static libraries in Python site-packages directories.Arfrever Frehtes Taifersar Arahesis2010-08-131-2/+12
* Fix some comments.Arfrever Frehtes Taifersar Arahesis2010-08-133-3/+3
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-133-16/+9
* Clean up a bit.Zac Medico2010-08-121-6/+3
* Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon basedZac Medico2010-08-121-9/+8
* Make locks quiet since unintended locking messages displayed onZac Medico2010-08-121-0/+3
* Add some pieces of an IPC framework that will eventually allow ebuildZac Medico2010-08-122-0/+81
* Fix faulty $? handling in *into functions (from previous commit).Zac Medico2010-08-121-12/+16
* Make utilities die on failure in EAPI 4, bug 273651Dror Levin2010-08-1234-60/+172
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-111-1/+1
* Make sure we don't allow REQUIRED_USE in EAPIs that don't support itSebastian Luther2010-08-111-5/+0
* Use eapi_has_required_use for REQUIRED_USE eapi checksSebastian Luther2010-08-111-2/+3
* Use explicit imports, to make pyflakes happy.Zac Medico2010-08-111-1/+2
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-5/+6
* Make sure portageq doesn't interpret anything that happens to beZac Medico2010-08-101-5/+6
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-101-1/+3
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-102-4/+0