aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _compute_abi_rebuild_info: deal with non-Package parentsv2.2.10Sebastian Luther2014-03-241-1/+1
* Fix bug in _remove_pkg logic (bug 505422)Sebastian Luther2014-03-241-1/+2
* pym/_emerge/main.py: Fix --moo outputeroen@falcon.eroen.eu2014-03-231-1/+1
* runtests.sh: Add 3.4 to PYTHON_SUPPORTED_VERSIONS and 3.5 to PYTHON_VERSIONS.Arfrever Frehtes Taifersar Arahesis2014-03-231-2/+2
* mkrelease.sh: Update sed command to work after commit b1197c9964a7122477e94cf...Arfrever Frehtes Taifersar Arahesis2014-03-231-1/+1
* Update release notes.v2.2.9Brian Dolbec2014-03-221-1/+10
* makerelease.sh: Add --user option for the scp upload.Brian Dolbec2014-03-221-4/+9
* man/make.conf.5: Fix misinformation (bug 504532)Alexander Berntsen2014-03-141-1/+1
* portage/emaint/main.py: Fix a bug in the options parsing.Brian Dolbec2014-03-121-3/+7
* man/ebuild.1: Add --verbose-slot-rebuilds option.Brian Dolbec2014-03-021-1/+5
* Whitespace cleanupBrian Dolbec2014-03-012-5/+5
* As per bug #472104 add option --verbose-slot-rebuilds=y|nBrian Dolbec2014-03-012-2/+8
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-2811-11/+11
* Add a test case for --newuse, --changed-use, and --binpkg-respect-use.David James2014-02-241-0/+78
* Clean up bad PORTAGE_BINHOST handlingAlexander Berntsen2014-02-242-9/+12
* DEVELOPING: Mention that tab stop should be 4Alexander Berntsen2014-02-241-1/+2
* Handle bad PORTAGE_BINHOST gracefully (bug 502288)Alexander Berntsen2014-02-241-0/+5
* slot collision output: fix indentSebastian Luther2014-02-231-0/+1
* README: Cap at 72 columnsAlexander Berntsen2014-02-201-5/+6
* Use function pointer when choosing qa output functionChris Reffett2014-02-191-4/+8
* Implement --newrepo flag.David James2014-02-187-41/+131
* Remove bogus countdown during clean list printing (bug 501296)Sebastian Luther2014-02-171-3/+0
* Always warn about unknown mirrors (bug 501352)Sebastian Luther2014-02-171-2/+3
* Fix crash in depgraph._remove_pkgSebastian Luther2014-02-162-1/+39
* Only use Atoms with package_tracker.match (bug 501360)Sebastian Luther2014-02-152-1/+35
* Add --output-style option to repomanChris Reffett2014-02-112-1/+58
* Revert "Add support for the following attributes in layout.conf to allow more"Brian Dolbec2014-02-095-166/+81
* portage.repository.config.RepoConfigLoader.config_string(): Always include DE...Arfrever Frehtes Taifersar Arahesis2014-02-091-1/+1
* Remove "my" prefix from my{dir,link,file}listChris Reffett2014-02-071-9/+9
* Solve some slot conflicts without backtrackingSebastian Luther2014-02-054-24/+457
* Add digraph.discardSebastian Luther2014-02-051-1/+11
* Some small output fixes for the slot conflict handlerSebastian Luther2014-02-051-23/+96
* format_unmatched_atom: Pretty printing for unmatched atomsSebastian Luther2014-02-051-3/+106
* Package.__str__: show slot/sub-slotSebastian Luther2014-02-051-2/+3
* Replace _slot_collision_nodes with _package_trackerSebastian Luther2014-02-051-9/+7
* Replace _slot_collision_info with _package_trackerSebastian Luther2014-02-052-50/+31
* Replace mydbapi with _package_trackerSebastian Luther2014-02-051-110/+101
* Replace _slot_pkg_map and some tree dbapiS with _package_trackerSebastian Luther2014-02-052-23/+32
* Add resolver/package_trackerSebastian Luther2014-02-052-0/+562
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-0540-40/+40
* Use local dispatch-conf.conf and make.globals when using Portage from working...Arfrever Frehtes Taifersar Arahesis2014-02-052-7/+11
* Check presence of .portage_not_installed file instead of .git directoryArfrever Frehtes Taifersar Arahesis2014-02-054-3/+3
* Rename a private function.Arfrever Frehtes Taifersar Arahesis2014-02-054-9/+9
* test_compile_modules: ignore unreadable files/dirsMike Frysinger2014-02-031-6/+14
* various pylint clean upsMike Frysinger2014-02-0349-572/+616
* _do_global_updates: unify duplicated message headerMike Frysinger2014-02-031-8/+4
* portage.tests.util.test_getconfig.GetConfigTestCase.testGetConfigSourceLex():...Arfrever Frehtes Taifersar Arahesis2014-02-023-27/+19
* Bug #500030: emirrordist: Support directory in --whitelist-from argument.Arfrever Frehtes Taifersar Arahesis2014-02-021-6/+13
* Test for read-only filesystems, fixes bug 378869Chris Reffett2014-01-262-1/+112
* Add src_{prepare, configure} and pkg_pretend checks to repomanChris Reffett2014-01-261-2/+31