portage.git
2013-07-22 Zac Medicoportageq: add aliases for bug #476830
2013-07-21 Zac Medicorpmbuild: use --nodeps option
2013-07-21 Arfrever Frehtes... Rename make.conf to make.conf.example.
2013-07-21 Arfrever Frehtes... make.conf-repatch.sh: Port to git and improve coding...
2013-07-18 Zac Medicoemerge --resume: reject atom or set arguments
2013-07-16 Arfrever Frehtes... emerge-webrsync and emerge-delta-webrsync: Stop using...
2013-07-16 Arfrever Frehtes... die(): Stop using PORTDIR and clean output.
2013-07-16 Arfrever Frehtes... Stop using PORTDIR_OVERLAY in bash part of Portage.
2013-07-14 Arfrever Frehtes... portageq: Delete incorrect usage of uses_eroot decorato...
2013-07-14 Arfrever Frehtes... portageq: Use uses_eroot decorator.
2013-07-14 Zac Medicoconfig: add PORTDIR to expand_map
2013-07-14 Arfrever Frehtes... portageq repositories_configuration: Require EROOT...
2013-07-14 Arfrever Frehtes... portageq: Support repositories_configuration command.
2013-07-14 Arfrever Frehtes... portage.repository.config.RepoConfigLoader.config_strin...
2013-07-14 Arfrever Frehtes... portage.settings.repositories.config_string(): Improve...
2013-07-13 Zac Medicoportageq: avoid portdbapi instantiation
2013-07-13 Arfrever Frehtes... Use consistent paths of repositories in test suite...
2013-07-13 Arfrever Frehtes... Move default configuration of repositories from /usr...
2013-07-13 Arfrever Frehtes... Use PORTAGE_REPOSITORIES in test suite.
2013-07-13 Arfrever Frehtes... egencache: Support --repositories-configuration option.
2013-07-13 Arfrever Frehtes... Set portage._working_copy bool variable.
2013-07-13 Arfrever Frehtes... Support PORTAGE_REPOSITORIES environmental variable...
2013-07-13 Arfrever Frehtes... Stop using config["PORTDIR"] in some tests.
2013-07-12 Zac MedicoExclude system.nfs4_acl xattrs, bug #475496
2013-07-10 Zac Medicoemerge-delta-webrsync: cleanup deltas
2013-07-10 Zac Medicoemerge-delta-webrsync: rm empty file, bug #476416
2013-07-09 Zac Medico_job_delay: prevent accumlation of timeouts v2.2.0_alpha188
2013-07-09 Zac MedicoDelay for loadavg after SIGCONT, bug #476104
2013-07-09 Zac MedicoEbuildPhase: fd_pipes NameError, bug #476312
2013-07-07 Zac Medicotest_doebuild_fd_pipes: test qmerge v2.2.0_alpha187
2013-07-07 Zac Medicotest_doebuild_fd_pipes: test pkg_info
2013-07-07 Zac Medicodoebuild: support 'nofetch' phase
2013-07-07 Zac Medicodoebuild: handle tmpdir / returnpid interaction
2013-07-07 Zac Medicocalc_depclean: use runtime_slot_op priorities
2013-07-07 Zac MedicoUse sys.__std* streams for fileno().
2013-07-07 Zac MedicoMergeProcess: flush stderr for traceback
2013-07-07 Zac MedicoDoebuildFdPipesTestCase: fix docstring
2013-07-07 Zac Medicodoebuild: fix fd_pipes support, bug #475812
2013-07-07 Zac MedicoForkProcess: flush stderr for traceback
2013-07-06 Zac Medicodoebuild: deprecate returnpid
2013-07-06 Zac Medico_ignore_satisfied_buildtime: tweak optional
2013-07-06 Zac Medicodepgraph: tweak slot-operator merge order
2013-07-06 Zac Medicoman/portage.5: clarify package.provided virtuals
2013-07-06 Zac Medicodoebuild: cleanup returnpid support, bug #475812
2013-07-06 Zac MedicoDisable global spawned_pids (avoid memory leak)
2013-07-05 Zac Medicoemerge --info: KeyError with ROOT, bug #475778
2013-07-02 Zac Medico_copyxattr: report attribute name in error
2013-06-29 Zac Medicorepoman: fix PORTDIR{,_OVERLAY} interference v2.2.0_alpha186
2013-06-28 Zac MedicoRepoConfigLoader: support repos.conf directory
2013-06-28 Zac Medicogetconfig: share recursion code with grablines
2013-06-27 Zac Medicoutil.listir: simplify and optimize
2013-06-27 Zac Medicocacheddir: disable cache (avoid memory leak)
2013-06-26 Arfrever Frehtes... Update comments.
2013-06-25 Zac Medicorepoman: simplify repo location comparison
2013-06-25 Zac Medicorepoman: canonical path for repo location compare
2013-06-25 Zac MedicoUse /proc/self/fd for solaris compat, bug #474536
2013-06-25 Zac Medicorepoman: dedent generated repos.conf
2013-06-25 Zac Medicorepoman: samefile for repo location comparison
2013-06-25 Arfrever Frehtes... Stop setting PORTDIR / PORTDIR_OVERLAY in repoman.
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Support...
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Add __conta...
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Fix __delit...
2013-06-24 Zac Medicorepoman: re-use repoman_settings.repositories v2.2.0_alpha185
2013-06-24 Arfrever Frehtes... portage.package.ebuild.config.config(): Add repositorie...
2013-06-24 Arfrever Frehtes... portage.repository.config.RepoConfigLoader: Add __setit...
2013-06-24 Arfrever Frehtes... Improve portage.repository.config.RepoConfig.__repr__...
2013-06-24 Zac MedicoRepoConfigLoader: fix bug #474578
2013-06-24 Vladimir RomanovAdd man/ru/color.map.5
2013-06-24 Zac MedicoRepoConfigLoader: don't use ValueError to warn
2013-06-24 Arfrever Frehtes... Print error when section name set in repos.conf differs...
2013-06-24 Arfrever Frehtes... Update notes about aliases, eclass-overrides and master...
2013-06-24 Zac Medicoutil/__init__.py: enable unicode_literals
2013-06-24 Zac Medicogetconfig: convert source IOError to ParseError
2013-06-23 Zac MedicoUse /proc/<pid>/fd for solaris compat, bug 474536
2013-06-22 Zac MedicoPython 3.1: pass bytes to Popen
2013-06-22 Zac Medicofind_binary: return bytes when input is bytes
2013-06-22 Zac Medicoemerge-webrsync: fetch_file rm absolute path
2013-06-22 Zac Medicoemerge-delta-webrsync: clean TMPDIR more v2.2.0_alpha184
2013-06-22 Zac Medicoemerge-delta-webrsync: check full snapshot sig
2013-06-22 Zac MedicoFEATURES=xattr: wrap install binary, bug #465000
2013-06-22 Zac Medicoinstall.py: add bash wrapper for python script
2013-06-21 Zac Medicoinstall.py: use surrogateescape for Python >=3.2
2013-06-21 Zac MedicoNormalize EPREFIX more.
2013-06-21 Zac Medicoinstall.py: add note about parse_known_args
2013-06-21 Zac Medicoinstall.py: Python 2.6 and 3.1 optparse compat
2013-06-21 Anthony Basileinstall.py wrapper for xattrs, bug #465000
2013-06-20 Zac MedicoDecode sys.argv with surrogateescape for Python 3
2013-06-20 Zac Medicochpathtool: fix mime_type TypeError, bug #473892 v2.2.0_alpha183
2013-06-20 Zac Medicoemirrordist: wget --no-check-certificate
2013-06-20 Zac MedicoTest cross-prefix best/has_version --host-root. v2.2.0_alpha182
2013-06-19 Zac MedicoFix cross-prefix bugs, and test.
2013-06-19 Zac Medicodepgraph: fix installed/newuse logic more
2013-06-19 Zac Medicodepgraph: fix --exclude/--newuse interaction
2013-06-19 Zac MedicoRepoConfigLoader: fix last commit
2013-06-19 Zac MedicoRepoConfigLoader: handle equal priorities
2013-06-19 Zac MedicoRepoConfig: safe config for repoman/egencache
2013-06-19 Zac MedicoRepoConfigLoader: handle invalid repos.conf more
2013-06-19 Zac MedicoRepoConfigLoader: initialize missing_repo_names
2013-06-19 Zac MedicoRepoConfigLoader: return early for parse error
2013-06-19 Zac MedicoRepoConfigLoader: handle configparser.Error
next