aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* socks5: use ${PORTAGE_TMPDIR}/portage (bug 683040)Zac Medico2019-04-151-1/+9
| | | | | | | | | Write temporary socket files in ${PORTAGE_TMPDIR}/portage, since writing files directly in ${PORTAGE_TMPDIR} is generally unexpected. Bug: https://bugs.gentoo.org/683040 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* tests: add unit test for portage.util.socks5 (FEATURES=network-sandbox-proxy)Zac Medico2019-01-151-3/+45
| | | | | Bug: https://bugs.gentoo.org/604474 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-0/+81
Closes: https://github.com/gentoo/portage/pull/343