summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Detect if python xml support is enabled and bail out with anZac Medico2010-08-081-5/+12
* Bug #308835: Support options in shebang and terminate 's' option of sed.Arfrever Frehtes Taifersar Arahesis2010-08-071-2/+2
* Make some variables local.Arfrever Frehtes Taifersar Arahesis2010-08-051-3/+12
* Bug #301915: Add QA check for byte-compiled Python modules.Arfrever Frehtes Taifersar Arahesis2010-08-051-5/+4
* Bug #308835 - Make econf() use sed to substitute $CONFIG_SHELL inZac Medico2010-08-041-0/+5
* Bug #285191 - Add back the RDEPEND.implicit warning to detect the casesZac Medico2010-08-041-1/+1
* repoman: Check if the prefix.eclass is inherited if eprefixify is used. Thank...Sebastian Luther2010-08-041-0/+1
* Fix NameError for ConfigProtect.Zac Medico2010-08-011-1/+1
* Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-312-13/+17
* Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-271-10/+40
* Make dbapi.update_ents() take a dict of {repo_name: list}, since it'sZac Medico2010-07-271-2/+1
* Fallback to updates from PORTDIR if repository has no 'updates' dir.Michał Górny2010-07-271-0/+3
* Add repository-wide updates support to emaint.Michał Górny2010-07-271-40/+55
* Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reportedZac Medico2010-07-241-15/+11
* install_qa_check: catch more gcc warningsMike Frysinger2010-07-191-0/+29
* Remove 'filedir.missing' check info.Michał Górny2010-07-151-1/+0
* Use b'foo' instead of _unicode_encode() where appropriate.Zac Medico2010-07-141-3/+3
* Fix unicode handling in arguments and commit message handling (testedZac Medico2010-07-141-16/+19
* Combine the two 'file.executable' checks into a single one.Michał Górny2010-07-141-4/+1
* * Add support for PORTAGE_USERNAME and PORTAGE_GRPNAMEZac Medico2010-07-141-2/+2
* Fix 'repoman --ask' to not require an argument.Michał Górny2010-07-121-1/+1
* Support '--ask' option to 'repoman commit'.Michał Górny2010-07-111-0/+8
* Make the commitmessage append clearer.Michał Górny2010-07-111-4/+5
* Pass '--relative' to 'git diff-index'.Michał Górny2010-07-111-24/+5
* Introduce '--vcs' option for repoman.Michał Górny2010-07-111-7/+17
* Rewrite VCS detection code in repoman.Michał Górny2010-07-111-11/+8
* Patch ebuild.sh to not nuke the WORKDIR if FEATURES="keepwork".Christopher Covington2010-07-081-2/+4
* GLEP 55 removalDaniel Robbins2010-07-061-4/+1
* Handle InvalidAtom from vardbapi.match() in has_version.Zac Medico2010-07-051-0/+4
* misc-functions.sh fix for baselayoutDaniel Robbins2010-06-271-0/+2
* Add a --portdir option, requested by Daniel Robbins.Zac Medico2010-06-221-0/+6
* Show unevaluated atoms when displaying unsatisfied deps.Zac Medico2010-06-161-1/+2
* Bug #321871 - Check manifests in all modes and trigger 'manifest.bad'Zac Medico2010-06-151-9/+17
* Fix breakage in changelog checks do to faulty vcs comparison (cvs andZac Medico2010-06-151-1/+1
* Bug #324075 - Avoid erroneous 'Invalid Gentoo Copyright' warnings whenZac Medico2010-06-151-0/+5
* 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