summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Bug #322049 - Make use_with() and use_enable() handling of emptyZac Medico2010-05-301-2/+10
* Fix handling of empty third argument of use_with() and use_enable().Arfrever Frehtes Taifersar Arahesis2010-05-271-2/+2
* Use 'assert' to check ${PIPESTATUS[@]} from save_ebuild_env calls.Zac Medico2010-05-251-0/+3
* Bug #321145: Don't ignore exit status of filter-bash-environment.py and check...Arfrever Frehtes Taifersar Arahesis2010-05-252-2/+2
* Bug #320755 - Make sure src_test only runs once when ebuild(1)Zac Medico2010-05-211-5/+8
* New mode: manifest-check - Checks Manifests for missing or incorrect digestsZac Medico2010-05-161-0/+10
* Extend QA check for absolute symlinks in lib dirs to more file typesSebastian Luther2010-05-151-11/+14
* Usage: binhost-snapshot [options] <src_pkg_dir> <snapshot_dir> <snapshot_uri>...Zac Medico2010-05-131-0/+142
* Use bytes literals in instead of _unicode_encode() where appropriateZac Medico2010-05-131-8/+5
* Bug 270108 - Trigger ebuild.invalidname if a version contains more thanZac Medico2010-05-121-1/+4
* When rewritting /Attic/ in cvs headers, use binary mode in order to avoidZac Medico2010-05-121-8/+14
* Update comment in econf about --disable-dependency-tracking to refer toZac Medico2010-05-061-1/+1
* Fix another 'varable' typo.Arfrever Frehtes Taifersar Arahesis2010-05-021-1/+1
* Support per-package bashrc files.Michał Górny2010-04-292-11/+14
* Bug #315741 and bug #315709 - Handle whitespace and unicode inZac Medico2010-04-271-5/+21
* Add a SYNC sanity check to help prevent people like funtoo usersZac Medico2010-04-261-1/+15
* Quote paths for 'call stack' display.Michał Górny2010-04-231-1/+1
* Make metadata.xml <flag/> errors non-fatal to repoman.Michał Górny2010-04-241-1/+7
* Quote path for die snippet display.Michał Górny2010-04-241-1/+1
* Pass in missing vartree parameter to doebuild(). Thanks to Arfrever forZac Medico2010-04-221-1/+2
* Source isolated-functions.sh for vecho definition. Thanks to Martin MOKREJŠZac Medico2010-04-221-1/+3
* Bug #316311 - Prefer -i18n option of doman to filename language suffixZac Medico2010-04-201-3/+5
* Fix typo in check for shared libraries lacking NEEDED entries.Arfrever Frehtes Taifersar Arahesis2010-04-161-1/+1
* Remove unused imports.Zac Medico2010-04-111-17/+6
* Pass an ElementTree instance into parse_metadata_use() andZac Medico2010-04-111-16/+18
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-101-0/+1
* Remove PORTAGE_USERNAME and PORTAGE_GROUPNAME support for now since antarusZac Medico2010-04-061-2/+2
* For clarity, make egencache --help and man page refer to --config-rootZac Medico2010-04-021-1/+2
* Add a test which calls bash -n on all scripts with bash shebang.Zac Medico2010-04-021-1/+2
* Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-021-3/+6
* Update copyright header.Zac Medico2010-04-011-1/+1
* Move all imports to top.Zac Medico2010-03-281-11/+9
* Remove unused variables/imports and extra whitespace.Zac Medico2010-03-281-13/+11
* Add support for package sets to quickpkgSebastian Luther2010-03-281-135/+179
* Add PORTAGE_USERNAME and PORTAGE_GROUPNAME to the environment whitelist andZac Medico2010-03-261-2/+3
* Remove unsed check_KV() function. Thanks to Brian Harring.Zac Medico2010-03-252-15/+1
* Remove obsolete reference to nonexistent functions like newdepend inZac Medico2010-03-251-2/+1
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-2470-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-2471-71/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-242-2/+2
* Add check of herds in metadata.xmlSebastian Pipping2010-03-231-0/+16
* Prepare further checks on metadata.xmlSebastian Pipping2010-03-231-3/+12
* install_qa_check: make sure init.d and conf.d files do not have syntax errors...Mike Frysinger2010-03-231-0/+9
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-201-7/+4
* Bug #310135 - Skip the changelog.ebuildadded for all distributed SCMs.Zac Medico2010-03-191-6/+10
* Fix breakage from previous commit.Zac Medico2010-03-151-0/+1
* Add a TODO note about adding a registration interface for eclasses to registerZac Medico2010-03-151-6/+7
* Bug #299095 - Always use UTF-8 codec when opening ebuilds, to avoidZac Medico2010-03-141-2/+5
* Revert tar error handling changes from bug #309001 since we can't necessarilyZac Medico2010-03-141-2/+4
* Update SIGPIPE comments to refer to "[Errno 32] Broken pipe" exceptions sinceZac Medico2010-03-132-2/+4