aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* ecompressdir: use proper exit valueJonathan Callen2010-08-271-1/+1
* repoman: Fix NameError on musedict when metadata is not available.Michał Górny2010-08-271-1/+1
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-0/+1
* Use dict.__iter__() instead of keys().Zac Medico2010-08-261-1/+1
* Make repoman ignore FEATURES=digest when in manifest-check mode.Zac Medico2010-08-261-1/+2
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-27/+0
* Make egencache only show a warning about FEATURES=metata-transfer if theZac Medico2010-08-261-1/+1
* Fix up error handling for egencache --update-use-local-desc.Zac Medico2010-08-261-3/+10
* egencache: Introduce the --update-use-local-desc action.Michał Górny2010-08-261-2/+72
* Fix repoman's allvalid variable to account for more possibly invalidZac Medico2010-08-261-1/+4
* egencache: introduce the preliminary support for multiple actions.Michał Górny2010-08-261-30/+45
* Parse flag descriptions in repoman.utilities.parse_metadata_use().Michał Górny2010-08-261-5/+3
* Disable 'unused local USE-description' check if there are any invalids.Michał Górny2010-08-261-5/+9
* Remove unused myiuse variable in repoman.Zac Medico2010-08-261-5/+0
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-3/+2
* Add ebuild(1) support for FEATURES=digest.Zac Medico2010-08-251-1/+6
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-251-2/+3
* Make save_ebuild_env() filter assert_sigpipe_ok().Zac Medico2010-08-251-1/+1
* Fix repoman to support FEATURES=digest (reportedly it used to workZac Medico2010-08-251-0/+1
* Add EROOT support to regenworld.Zac Medico2010-08-251-9/+9
* Make regenworld write changes to a temporary file, and tell the userZac Medico2010-08-251-3/+41
* Use Package.iuse.is_valid_flag() to account for implicit IUSE.Zac Medico2010-08-241-1/+1
* repoman: Let repoman check for flags missing from IUSESebastian Luther2010-08-241-1/+2
* Handle SIGPIPE when unpack() extracts tar files through a pipe (bug #309001).Zac Medico2010-08-232-2/+28
* Remove python-oriented checks from install_qa_check() since I'm unsureZac Medico2010-08-221-29/+0
* repoman: check for deprecated eclasseswired2010-08-221-0/+2
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-2/+6
* Quote arrays in QA_PREBUILT handling.Zac Medico2010-08-211-1/+1
* Add support for a QA_PREBUILT variable should contain a list ofZac Medico2010-08-211-0/+20
* Add a wrapper around config.features that provides the followingZac Medico2010-08-212-11/+3
* At some point we may want to stop exporting FEATURES to the ebuildZac Medico2010-08-201-1/+1
* Fix typo in comment.Zac Medico2010-08-201-1/+1
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-3/+2
* * In helpers_die arguments, display ${0##*/} instead of $0 since $0Zac Medico2010-08-1832-78/+78
* Bug #324075 - If the vcs doesn't preserve mtimes then disable theZac Medico2010-08-181-3/+7
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-3/+2
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-172-0/+2
* Source isolated-functions.sh for helpers_die function.Zac Medico2010-08-171-1/+3
* For ebuilds from $ROOT/var/db/pkg, don't give /var/db/pkg with theZac Medico2010-08-161-1/+4
* Fix broken reference to 'myprovide' variable.Zac Medico2010-08-161-1/+1
* Pass token_class=portage.dep.Atom when parsing PROVIDE.Zac Medico2010-08-161-1/+2
* Pass token_class parameter if possible to use_reduceSebastian Luther2010-08-161-79/+73
* When displaying portage.auxdbkeys, sort and filter unused.Zac Medico2010-08-161-1/+2
* Add ability for portageq help to print valid metadata keys.Alec Warner2010-08-161-8/+11
* DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()Zac Medico2010-08-151-0/+2
* Bug #332799 - Don't download lzma snapshots if tarsync is installed.Zac Medico2010-08-141-6/+3
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-143-2/+6
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-142-10/+11
* Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+2
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-141-2/+2