summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add support to config.setcpv() for caching USE settings from builtZac Medico2010-09-011-2/+2
* Add a fallback PORTAGE_BZIP2_COMMAND setting in ebuild.sh, as aZac Medico2010-08-311-0/+6
* Bug #335340 - Use PORTAGE_BUNZIP2_COMMAND and PORTAGE_BZIP2_COMMAND inZac Medico2010-08-301-9/+9
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-302-1/+2
* Invert _ebuild_helpers_path EAPI conditional in ebuild.sh.Zac Medico2010-08-301-3/+3
* Bug fix in canonicalize() function.Ulrich Mueller2010-08-301-3/+3
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-303-4/+4
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-291-1/+1
* Add canonicalize() function, replacement for "readlink -f".v2.2_rc72Ulrich Mueller2010-08-281-16/+22
* Change a comment in prepcompress().Ulrich Mueller2010-08-281-2/+3
* Update copyright headers.Ulrich Mueller2010-08-284-4/+4
* Implement controllable compression and docompress, bug #273633.Ulrich Mueller2010-08-289-4/+142
* Make egencache --update-use-local-desc use codecs.open() to write toZac Medico2010-08-281-14/+21
* For egencache --preserve-comments, probe comments in binary mode inZac Medico2010-08-281-9/+11
* egencache: Add comment preserving to --update-use-local-desc.Michał Górny2010-08-281-5/+32
* Support specifying an alternate output file for --update-use-local-desc.Michał Górny2010-08-281-16/+31
* Define a cmp work-alike function for use in the egencacheZac Medico2010-08-271-5/+11
* Fix breakage in egencache --update-use-local-desc code.Zac Medico2010-08-271-8/+21
* Use cmp_sort_key() for python3 compatibility.Zac Medico2010-08-271-5/+4
* Support returning multiple flag descriptions when restrict is used.Michał Górny2010-08-271-1/+28
* Fix broken reference to config.pmaskdict for repoman --without-mask.Zac Medico2010-08-271-1/+4
* 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