Re: [gentoo-dev] rfc: $PROPERTIES, $FEATURES and pms

2020-05-17 Thread Mike Gilbert
On Sun, May 17, 2020 at 7:44 PM William Hubbs wrote: > > All, > > I have been acting as a backup maintainer for dev-vcs/cli. A pull > request was opened today that changes the way we detect whether the > ebuild is live from looking for "live" in $PROPERTIES to the version > number [1]. > > A

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2020-05-17 23:59 UTC

2020-05-17 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2020-05-17 23:59 UTC. Removals: app-emulation/docker-runc 20200516-10:31 zlogeneb0e37906298 app-i18n/man-pages-de 20200517-19:28 ulmc2e08d6d77d app

[gentoo-dev] rfc: $PROPERTIES, $FEATURES and pms

2020-05-17 Thread William Hubbs
All, I have been acting as a backup maintainer for dev-vcs/cli. A pull request was opened today that changes the way we detect whether the ebuild is live from looking for "live" in $PROPERTIES to the version number [1]. A different dev referred me to PMS which indicates that ebuilds should not

[gentoo-portage-dev] [PATCH v2] Enable FEATURES=parallel-install by default (bug 715110)

2020-05-17 Thread Zac Medico
Enable FEATURES=parallel-install in order to increase IO throughput by allowing files to be merged or unmerged for one package while merge or unmerge ebuild phases execute for a different package. This feature introduces a small risk of file collisions going undetected for packages that are

[gentoo-dev] Last-rites: app-i18n/atokx3

2020-05-17 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2020-05-03) # Depends on deprecated x11-libs/pangox-compat, commercial software that # since 2017 does no longer support Linux. Bugs #694920, #720848 # Masked for removal in 30 days. app-i18n/atokx3 signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Packages up for grabs: dev-python/pyopencl, dev-python/pytools

2020-05-17 Thread Michał Górny
Hello, The following packages are looking for a new maintainer: dev-python/pyopencl dev-python/pytools (there's also dev-python/pycuda from the same upstream, maintained by sci@ that might be of interest to the future maintainer of these two) The former has a build failure reported [1], and

Re: [gentoo-portage-dev] [PATCH] process: Provide libc fallback for sethostname() on PyPy

2020-05-17 Thread Zac Medico
On 5/17/20 1:56 AM, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > lib/portage/process.py | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/lib/portage/process.py b/lib/portage/process.py > index 79052b608..ceb454030 100644 > ---

[gentoo-portage-dev] [PATCH] process: Provide libc fallback for sethostname() on PyPy

2020-05-17 Thread Michał Górny
Signed-off-by: Michał Górny --- lib/portage/process.py | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/portage/process.py b/lib/portage/process.py index 79052b608..ceb454030 100644 --- a/lib/portage/process.py +++ b/lib/portage/process.py @@ -715,7 +715,14 @@ def