[gentoo-portage-dev] [PATCH] Support different (de)compressors for binary packages

2017-06-30 Thread Manuel Rüger
This patch allows to set the compressor for binary packages via a BINPKG_COMPRESSION variable. BINPKG_COMPRESSION_ARGS allows to specify command-line arguments for that compressor. --- bin/binpkg-helper.py | 91 +++ bin/misc-functions.sh

[gentoo-portage-dev] [PATCH] emerge: Add head commit per repo to --info

2017-06-30 Thread Manuel Rüger
This adds the following to emerge --info output for git and rsync based repositories: Head commit of repository gentoo: 0518b330edac963f54f98df33391b8e7b9eaee4c --- pym/_emerge/actions.py | 10 ++ pym/portage/sync/modules/git/__init__.py | 3 ++-