summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-102-26/+8
* Don't cache REQUIRED_USE for EAPIs 1-3 which don't support it.Zac Medico2010-08-101-1/+5
* Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time.Sebastian Luther2010-08-101-1/+3
* Add repoman check for REQUIRED_USESebastian Luther2010-08-101-0/+17
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-101-9/+16
* Detect if python xml support is enabled and bail out with anZac Medico2010-08-081-5/+12
* Bug #308835: Support options in shebang and terminate 's' option of sed.Arfrever Frehtes Taifersar Arahesis2010-08-071-2/+2
* Make some variables local.Arfrever Frehtes Taifersar Arahesis2010-08-051-3/+12
* Bug #301915: Add QA check for byte-compiled Python modules.Arfrever Frehtes Taifersar Arahesis2010-08-051-5/+4
* Bug #308835 - Make econf() use sed to substitute $CONFIG_SHELL inZac Medico2010-08-041-0/+5
* Bug #285191 - Add back the RDEPEND.implicit warning to detect the casesZac Medico2010-08-041-1/+1
* repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank...Sebastian Luther2010-08-041-0/+1
* Fix NameError for ConfigProtect.Zac Medico2010-08-011-1/+1
* Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-312-13/+17
* Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-271-10/+40
* Make dbapi.update_ents() take a dict of {repo_name: list}, since it'sZac Medico2010-07-271-2/+1
* Fallback to updates from PORTDIR if repository has no 'updates' dir.Michał Górny2010-07-271-0/+3
* Add repository-wide updates support to emaint.Michał Górny2010-07-271-40/+55
* Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reportedZac Medico2010-07-241-15/+11
* install_qa_check: catch more gcc warningsMike Frysinger2010-07-191-0/+29
* Remove 'filedir.missing' check info.Michał Górny2010-07-151-1/+0
* Use b'foo' instead of _unicode_encode() where appropriate.Zac Medico2010-07-141-3/+3
* Fix unicode handling in arguments and commit message handling (testedZac Medico2010-07-141-16/+19
* Combine the two 'file.executable' checks into a single one.Michał Górny2010-07-141-4/+1
* * Add support for PORTAGE_USERNAME and PORTAGE_GRPNAMEZac Medico2010-07-141-2/+2
* Fix 'repoman --ask' to not require an argument.Michał Górny2010-07-121-1/+1
* Support '--ask' option to 'repoman commit'.Michał Górny2010-07-111-0/+8
* Make the commitmessage append clearer.Michał Górny2010-07-111-4/+5
* Pass '--relative' to 'git diff-index'.Michał Górny2010-07-111-24/+5
* Introduce '--vcs' option for repoman.Michał Górny2010-07-111-7/+17
* Rewrite VCS detection code in repoman.Michał Górny2010-07-111-11/+8
* Patch ebuild.sh to not nuke the WORKDIR if FEATURES="keepwork".Christopher Covington2010-07-081-2/+4
* GLEP 55 removalDaniel Robbins2010-07-061-4/+1
* Handle InvalidAtom from vardbapi.match() in has_version.Zac Medico2010-07-051-0/+4
* misc-functions.sh fix for baselayoutDaniel Robbins2010-06-271-0/+2