aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-031-3/+157
* debug-print: chgrp ${PORTAGE_GRPNAME:-portage}Zac Medico2012-09-301-2/+2
* phase-functions.sh: chgrp $T/environmentZac Medico2012-09-301-0/+2
* phase-functions.sh: remove redundant chown/chmodZac Medico2012-09-301-2/+0
* Add chown and chgrp wrappers for prefix.Zac Medico2012-09-303-5/+34
* 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
* prepalldocs: fix inverted eapi_has_docompressZac Medico2012-09-261-1/+1
* dodoc: source isolated-functions.sh earlierZac Medico2012-09-261-2/+2
* Add eapi.sh with ___eapi_*() functions and use these functions in other files.Arfrever Frehtes Taifersar Arahesis2012-09-2634-297/+386
* Use constants for hardcoded *DEPEND lists.Zac Medico2012-09-251-6/+6
* repoman: rename most *DEPEND.* to dependency.*Zac Medico2012-09-251-38/+25
* portageq: Automatically do not include imported functions in the list of comm...Arfrever Frehtes Taifersar Arahesis2012-09-251-4/+2
* repoman: support HDEPEND for EAPI 5-hdependZac Medico2012-09-241-12/+19
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-242-10/+26
* drop support for QA_DT_HASH/QA_STRICT_DT_HASHMike Frysinger2012-09-231-25/+0
* use `readlink -f` if it worksMike Frysinger2012-09-231-0/+13
* scan all lib subdirsMike Frysinger2012-09-231-5/+4
* RepoConfig: add find_invalid_path_char methodZac Medico2012-09-231-13/+10
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-211-3/+0
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-212-4/+4
* Add QA_DESKTOP_FILE variable.Zac Medico2012-09-201-1/+1
* doebuild: update environment.bz2 for pre/postinstv2.2.0_alpha129Zac Medico2012-09-173-13/+5
* __strip_duplicate_slashes: quote pathsZac Medico2012-09-162-3/+3
* doheader: don't count -r as required argZac Medico2012-09-161-1/+1
* egencache: skip auxdb write if not metadata-transZac Medico2012-09-151-1/+3
* Use __ prefix for _hasg, _hasgq, and _unpack_tar.Zac Medico2012-09-142-12/+12
* save-ebuild-env: fix for __dyn* renamesZac Medico2012-09-141-4/+7
* Convert funcs of ebuild.sh to __ prefixed namespace.Brian Harring2012-09-145-23/+23
* Convert funcs of save-ebuild-env.sh to __ prefixed namespace.Brian Harring2012-09-142-13/+13
* Convert funcs of phase*.sh to __ prefixed namespace.Brian Harring2012-09-145-128/+129
* Convert funcs of isolated-functions.sh to __ prefixed namespace.Brian Harring2012-09-1331-189/+189
* Convert funcs of bashrc-functions.sh to __ prefixed namespace.Brian Harring2012-09-137-30/+30
* drop dead functionsBrian Harring2012-09-134-84/+5
* Drop diefunc protection.Brian Harring2012-09-132-7/+1
* Deprecate EAPI 5_pre1.Zac Medico2012-09-133-41/+1
* FEATURES=test: test flag respect IUSE_FFECTIVEZac Medico2012-09-131-1/+1
* save-ebuild-env: don't filter apply_user_patchesZac Medico2012-09-111-1/+5
* egencache: encode unicode file paths safelyZac Medico2012-09-111-1/+2
* Add EAPI 5_pre2 with features approved by councilZac Medico2012-09-112-11/+7
* Only validate .desktop files that are installed into XDG-compliant locations.Michael Palimaka2012-09-111-24/+0
* repoman: fix os.system() unicode, bug #310789Zac Medico2012-09-101-1/+7
* repoman: ElementTree.parse: encode unicode pathZac Medico2012-09-101-1/+2
* use(): use set -f and handle IFSZac Medico2012-09-101-2/+6
* repoman: fix getstatusoutput unicode, bug #310789Zac Medico2012-09-091-6/+27
* repoman: fix popen unicode handling, bug #310789Zac Medico2012-09-091-27/+61
* egencache: tweak metadata-transfer logicv2.2.0_alpha125Zac Medico2012-09-081-10/+4
* egencache: skip metadata-transfer more oftenZac Medico2012-09-081-3/+4
* best/has_version: --host-root first arg onlyZac Medico2012-09-081-22/+12
* egencache: skip metadata-transfer if possibleZac Medico2012-09-071-13/+29