aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'overlays-gentoo-org/master' into prefixFabian Groffen2014-09-28153-1856/+4264
|\
| * Use a single grep call for gcc warning checksv2.2.14_rc1Michał Górny2014-09-251-29/+33
| * Update gcc warning checks to work with colored outputMichał Górny2014-09-251-33/+52
| * Allow inheriting utility eclasses in QA checksMichał Górny2014-09-252-63/+70
| * Run install-qa-check.d scripts from repositoriesMichał Górny2014-09-251-0/+13
| * Split install_qa_check() into install-qa-check.d scriptsMichał Górny2014-09-2517-928/+1073
| * Re-apply "Rewrite default ebuild phase setting code" (bug 523182)"Michał Górny2014-09-253-66/+63
| * setup.py: Move sbin scripts in bin/Brian Dolbec2014-09-251-21/+8
| * setup.py: fix import lineBrian Dolbec2014-09-241-1/+9
| * Offer to read news while calcing deps (bug 517310)Alexander Berntsen2014-09-242-3/+19
| * emerge: --autounmask-write if --ask (bug 481578)Alexander Berntsen2014-09-242-4/+7
| * Initial creation of a deprecated-path scriptBrian Dolbec2014-09-241-0/+28
| * emerge-webrsync: fix bug #523494Zac Medico2014-09-242-4/+4
| * _want_update_pkg: fix bug #523532Zac Medico2014-09-241-1/+2
| * _quickpkg_dblink: fix bug #523152Zac Medico2014-09-202-0/+20
| * Revert "Rewrite default ebuild phase setting code" (bug 523182)Brian Dolbec2014-09-192-53/+66
| * testpath: Add a generic testpath scriptBrian Dolbec2014-09-191-0/+11
| * portageq: Migrate docstrings to a dictionaryBrian Dolbec2014-09-191-126/+199
| * xattr-helper: Migrate docstrings to a variableBrian Dolbec2014-09-191-2/+4
| * chpathtool: migrate docstrings to a variableBrian Dolbec2014-09-191-3/+5
| * Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-2016-45/+54
| * _solve_..slot_conflicts: fix bug #522084Zac Medico2014-09-192-7/+82
| * _backtrack_depgraph: fix bug #523048Zac Medico2014-09-193-7/+95
| * ResolverPlayground: inline _iter_forced_rebuildsZac Medico2014-09-191-6/+4
| * _compute_abi_rebuild_info: fix bug #521990Zac Medico2014-09-173-16/+183
| * emaint: Assign all module __init__.py's __doc__ to a variable intseadBrian Dolbec2014-09-167-26/+27
| * Update NEWS and RELEASE-NOTESv2.2.13Brian Dolbec2014-09-162-1/+32
| * setup.py: Update version for the releaseBrian Dolbec2014-09-161-1/+1
| * runtests.sh: Update pypy targetBrian Dolbec2014-09-161-3/+3
| * _solve_..slot_conflicts: fix bug #510270Zac Medico2014-09-163-0/+86
| * Add test for bug #522652 with slot-operatorZac Medico2014-09-151-0/+80
| * dep_zapdeps: fix bug #522652Zac Medico2014-09-142-0/+83
| * Wrap fakeroot around MISC_SH_BINARY callsJoakim Tjernlund2014-09-141-1/+5
| * _emerge: Add the missed emerge-fetch.log in previous commitBrian Dolbec2014-09-142-2/+3
| * _emerge: Fix hard-coded emerge-fetch.log locations Bug 520378Brian Dolbec2014-09-122-6/+6
| * portage/mail.py: don't encode Date header to bytesZac Medico2014-09-121-2/+1
| * travis: Use setup.py for running testsMichał Górny2014-09-111-1/+4
| * Install Portage using setup.pyMichał Górny2014-09-119-370/+678
| * tests: Fix running on installed copy of PortageMichał Górny2014-09-119-35/+61
| * tests: Append .py to files that need to be installedMichał Górny2014-09-1129-5/+5
| * portage.const: Make PORTAGE_PYM_PATH point to the real package treeMichał Górny2014-09-111-1/+1
| * self-update: Copy only relevant packages from PORTAGE_PYM_PATHMichał Górny2014-09-112-2/+9
| * Rewrite default ebuild phase setting codeMichał Górny2014-09-112-66/+53
| * Make eapi_is_supported() reuse _supported_eapis listMichał Górny2014-09-111-13/+1
| * Fix off-by-one error in supported EAPI listMichał Górny2014-09-111-1/+1
| * econf: Add EAPI-conditional arguments via arrayMichał Górny2014-09-111-3/+7
| * econf: Replace unnecessary 'case' statements with 'if'sMichał Górny2014-09-111-10/+6
| * repoman: Do not check for indirect inherits of deprecated eclassesMichał Górny2014-09-111-16/+0
| * Output uniform status message before and after src_test()Michał Górny2014-09-112-4/+6
| * Fix read only detection logicBertrand SIMONNET2014-09-111-3/+2