Add FEATURES=network-sandbox support, bug #481450
[portage.git] / pym / portage / package / ebuild / doebuild.py
2013-08-17 Michał GórnyAdd FEATURES=network-sandbox support, bug #481450
2013-08-11 Zac MedicoCast uid/gid proxies to int for Python 3.4.
2013-07-22 Zac Medicoemerge-webrsync: use PORTAGE_REPOSITORIES var
2013-07-22 Zac Medicoinherit: optimize eclass search
2013-07-16 Arfrever Frehtes... Stop using PORTDIR_OVERLAY in bash part of Portage.
2013-07-13 Arfrever Frehtes... Support PORTAGE_REPOSITORIES environmental variable...
2013-07-07 Zac Medicodoebuild: support 'nofetch' phase
2013-07-07 Zac Medicodoebuild: handle tmpdir / returnpid interaction
2013-07-07 Zac Medicodoebuild: fix fd_pipes support, bug #475812
2013-07-06 Zac Medicodoebuild: deprecate returnpid
2013-07-06 Zac Medicodoebuild: cleanup returnpid support, bug #475812
2013-06-22 Zac MedicoFEATURES=xattr: wrap install binary, bug #465000
2013-06-18 Ruud KoolenAdd cross-prefix support
2013-05-18 Zac Medicodoebuild: fix emerge --fetchonly FEATURES=digest
2013-01-25 Zac MedicoHandle getpwuid KeyError for bug #454060.
2013-01-18 Zac MedicoAdd workaround for Python 2.6.4 issue 4978
2013-01-18 Zac MedicoUse unicode_literals more.
2013-01-15 Zac Medicodoebuild: tweak handling of _unused param
2013-01-15 Zac MedicoEbuildMetadataPhase: use dynamic pipe fd
2013-01-10 Zac Medicoemerge/test_simple.py: override PATH more
2013-01-05 Zac MedicoAdd QA_AM_MAINTAINER_MODE for bug #450278.
2013-01-04 Zac Medicoportage._internal_caller: use global_event_loop
2013-01-03 Zac Medico_doebuild_spawn: disable close_fds for "depend"
2012-12-15 Zac MedicoHandle closed sys.__stdin__, for multiprocessing
2012-12-11 Zac MedicoAdd QA_CONFIGURE_OPTIONS variable. v2.2.0_alpha148
2012-12-05 Zac MedicoAvoid duplicate desktop QA notice, bug #446136
2012-11-27 Zac MedicoRename Package.metadata to _metadata.
2012-11-17 Zac MedicoAdd Package.eapi property.
2012-11-16 Arfrever Frehtes... Fix PORTAGE_BUILDIR_LOCKED typo.
2012-11-16 Arfrever Frehtes... EAPI="5-progress": Add package_manager_build_user(...
2012-10-18 Zac Medicodoebuild: fix REPLACING_VERSIONS EAPI 5 sub-slot
2012-10-07 Zac MedicoSubstitute SchedulerInterface for PollScheduler.
2012-10-06 Zac MedicoSubstitute EventLoop for PollScheduler.
2012-09-30 Zac MedicoAdd chown and chgrp wrappers for prefix.
2012-09-26 Zac MedicoUse constants for hardcoded *DEPEND lists.
2012-09-24 Ambroz BizjakAdd experimental EAPI 5-hdepend support.
2012-09-21 Zac Medicodoebuild.py: remove unused f = None
2012-09-20 Zac MedicoAdd QA_DESKTOP_FILE variable.
2012-09-18 Zac Medicodoebuild: update environment.bz2 for pre/postinst v2.2.0_alpha129
2012-09-14 Brian HarringConvert funcs of phase*.sh to __ prefixed namespace.
2012-09-11 Michael PalimakaOnly validate .desktop files that are installed into...
2012-09-02 Zac MedicoRename _slot_abi.py to _slot_operator.py.
2012-09-01 Zac Medicoebuild-helpers/sed: move to bsd subdirectory
2012-09-01 Zac MedicoEliminate bin/ebuild-helpers/4 directory.
2012-09-01 Zac Medico_prepare_self_update: ignore installed version
2012-08-29 Zac MedicoRename slot-abi stuff to refer to slot-operator.
2012-08-29 Zac MedicoEAPI 5: EBUILD_PHASE_FUNC variable
2012-08-29 Zac MedicoEAPI 5: Profile IUSE injection
2012-08-27 Zac MedicoPass eapi to check_required_use more.
2012-08-22 Zac MedicoUse sys.__std*.fileno() in case of overrides.
2012-07-31 Zac MedicoCheck for desktop-file-validate binary.
2012-07-31 Michael PalimakaValidate desktop entries after src_install.
2012-06-22 Zac MedicoAdd experimental EAPI 4-slot-abi support.
2012-06-11 Zac MedicoMove post_src_install metadata code to one func.
2012-05-12 Arfrever Frehtes... Allow dots in package names in EAPI="4-python".
2012-05-10 Arfrever Frehtes... Make REPOSITORY variable again available in global...
2012-05-09 Zac Medicodoebuild_environment: clean up EAPI related code
2012-05-09 Zac Medicodoebuild_environment: remove unused eapi parsing
2012-05-09 Zac MedicoParse EAPI with pattern from PMS section 7.3.1.
2012-04-22 Zac Medicodoebuild: cleanup tempfile if package phase fails
2012-04-03 Zac Medico_check_temp_dir: explicitly close temp file
2012-03-27 Zac MedicoReplace @returns with @return.
2012-03-19 Zac Medicodoebuild_environment: comment on bug #408817 v2.2.0_alpha93
2012-03-19 Zac Medicodoebuild_environment: sanity check for bug 408817
2012-03-17 Zac MedicoOmit EPREFIX from paths in unicode QA Notice.
2012-03-17 Zac MedicoUse eqawarn for install of non UTF-8 file names.
2012-03-11 Mike Frysingerportageq: add "colormap" helper
2012-02-13 Zac MedicoHandle missing os.setgroups for PyPy.
2012-01-14 Zac MedicoApply INSTALL_MASK prior to collision-protect.
2012-01-08 Arfrever Frehtes... Set REPOSITORY variable in ebuild environment in EAPI...
2011-12-20 Zac MedicoForce COLUMNS > 0 for bug #394091.
2011-12-10 Zac MedicoUse portage.shutil for safer unicode handling.
2011-12-10 Zac Medicodoebuild: disable noauto for binpkgs later
2011-12-09 Arfrever Frehtes... Delete portage.dbapi.porttree._repo_info class and...
2011-11-29 Zac Medicodoebuild: disable noauto for binary packages
2011-11-18 Zac Medico_prepare_self_update: detect if already called v2.2.0_alpha76
2011-11-17 Zac MedicoTweak the last commit.
2011-11-17 Zac MedicoSkip the "resume after portage update" routine.
2011-11-10 Zac MedicoMove ccache/distcc PATH code to doebuild_env. v2.2.0_alpha73
2011-11-09 Zac Medico_doebuild_path: fix EAPI 3 helpers PATH
2011-11-09 Zac MedicoInclude EPREFIX directories in PATH.
2011-11-05 Zac MedicoEnable colors during the depend phase.
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-10-24 Zac Medicodoebuid: deprecate redundant "root" parameter
2011-10-18 Zac Medicopython3.2 fixes: "ResourceWarning: unclosed file"
2011-10-14 Zac MedicoFix inverted QA_SONAME_NO_SYMLINK logic.
2011-10-14 Zac MedicoDon't generate soname symlinks for bug #387053.
2011-10-14 Zac MedicoAdd QA_SONAME_NO_SYMLINK for bug #387053.
2011-10-11 Zac MedicoEnsure correct IUSE in vdb for bug #386829.
2011-09-28 Zac Medicodoebuild: allow_missing_manifests AttributeError
2011-09-28 Brian Harringmanifest: controllable per repo
2011-09-27 David JamesCleanup unused variables / imports reported by pyflakes.
2011-09-22 Brian Harringadd install hooks
2011-09-15 Zac Medicodoebuild: avoid redundant distfiles checks
2011-09-13 Zac Medico_validate_deps: pass myrepo to aux_get
2011-09-13 Zac Medicodoebuild: support allow-missing and thin manifest
2011-09-12 Brian HarringBind all manifest access through repoconfigs
2011-09-03 Zac MedicoHandle symlink content with bad encoding.
2011-09-01 Zac Medicodoebuild_environment: include EPREFIX in ED
2011-09-01 Zac MedicoRevert "xml/metadata: implement XMLParser.doctype()"
next