summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
Commit message (Expand)AuthorAgeFilesLines
* EbuildMetadataPhase: use dynamic pipe fdZac Medico2013-01-151-2/+2
* SpawnProcess: improve dummy pipe allocation logicZac Medico2013-01-151-2/+5
* __sb_append_var(): Quote tr arguments to avoid filename expansion. Avoid a su...Arfrever Frehtes Taifersar Arahesis2012-11-251-2/+1
* Make __source_all_bashrcs() and install_symlink_html_docs() compatible with s...Arfrever Frehtes Taifersar Arahesis2012-10-181-1/+1
* EAPI="5-progress": Add master_repositories(), repository_path(),Arfrever Frehtes Taifersar Arahesis2012-10-141-4/+8
* ebuild.sh: comment on noauto behaviorZac Medico2012-10-041-2/+4
* debug-print: chgrp ${PORTAGE_GRPNAME:-portage}Zac Medico2012-09-301-2/+2
* Fix indent from last commit.v2.2.0_alpha134Zac Medico2012-09-271-5/+5
* ebuild.sh: EAPI conditional usex dummyZac Medico2012-09-271-2/+6
* Add eapi.sh with ___eapi_*() functions and use these functions in other files.Arfrever Frehtes Taifersar Arahesis2012-09-261-21/+11
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-241-9/+25
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-211-3/+3
* Convert funcs of ebuild.sh to __ prefixed namespace.Brian Harring2012-09-141-13/+13
* Convert funcs of phase*.sh to __ prefixed namespace.Brian Harring2012-09-141-3/+3
* Convert funcs of bashrc-functions.sh to __ prefixed namespace.Brian Harring2012-09-131-1/+1
* drop dead functionsBrian Harring2012-09-131-8/+2
* EAPI 5: usex helper functionUlrich Müller2012-08-311-1/+1
* Remove tests for deprecated 3_pre2 EAPI.Ulrich Müller2012-08-151-2/+2
* ebuild.sh: export EAPI for helpersv2.2.0_alpha109Zac Medico2012-06-011-0/+3
* ebuild.sh: remove redundant EAPI=0 defaultZac Medico2012-05-091-2/+0
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-3/+3
* Enable globstar shell option by default in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-051-0/+4
* ebuild.sh: source /etc/portage/env scripts after /etc/portage/bashrcJames Le Cuirot2012-04-281-10/+12
* ebuild.sh: skip EBUILD_HOOK_DIR for depend phaseZac Medico2012-03-101-15/+25
* Disable 'illegally inherited' check for nofetch.Zac Medico2012-03-081-1/+5
* Fix location of a comment.Arfrever Frehtes Taifersar Arahesis2012-01-081-2/+2
* QA_FLAGS_IGNORED: include QA_PREBUILTZac Medico2011-12-221-1/+1
* Disallow some functions in global scope in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2011-12-191-4/+14
* Remove _SANDBOX_COMPAT_LEVEL.Zac Medico2011-12-101-9/+0
* Support FEATURES=force-prefix.Zac Medico2011-12-081-1/+1
* Make USE=prefix enable EPREFIX in all EAPIs.Zac Medico2011-12-071-0/+2
* ebuild.sh: don't export inherit E_* varsZac Medico2011-12-061-5/+5
* ebuild.sh: add note about quoting export ${FOO}=Zac Medico2011-12-041-0/+1
* ebuild.sh: quote sandbox export argsZac Medico2011-12-041-5/+5
* Move ccache/distcc PATH code to doebuild_env.v2.2.0_alpha73Zac Medico2011-11-091-10/+0
* Include EPREFIX directories in PATH.Zac Medico2011-11-081-19/+0
* Avoid initial spaces in some variables.Arfrever Frehtes Taifersar Arahesis2011-11-071-10/+10
* Add EPREFIX and ED support in all ebuild helpers.Zac Medico2011-11-011-3/+5
* ebuild.sh: make use* return false for "depend"Zac Medico2011-09-121-1/+6
* Move KV funcs to bashrc-functions.sh.Zac Medico2011-09-111-2/+3
* isolated-functions.sh: split save-ebuild-env.shZac Medico2011-09-111-0/+1
* ebuild.sh: setup PATH earlierZac Medico2011-09-111-7/+7
* ebuild.sh: source *.sh at the topZac Medico2011-09-111-28/+28
* Move preprocess_ebuild_env to phase-functions.sh.Zac Medico2011-09-111-188/+0
* ebuild.sh: split out bashrc-functions.shZac Medico2011-09-111-92/+5
* ebuild.sh: move hasg* funcs into econfZac Medico2011-09-111-8/+0
* ebuild.sh: remove unused lchown and lchgrpZac Medico2011-09-111-8/+0
* build.sh: has/best_version to phase-helpers.shZac Medico2011-09-111-54/+5
* ebuild.sh: move ebuild_main to phase-functions.shZac Medico2011-09-111-223/+42
* ebuild.sh: move use* funcs to phase-helpers.shZac Medico2011-09-111-49/+1