[gentoo-dev] Packages up for grabs

2017-03-03 Thread Michael Palimaka
Due to a retiring proxied maintainer, these packages are now up for grabs: dev-python/python-gammu net-irc/inspircd

Re: [gentoo-portage-dev] [PATCH v2] movefile: support in-kernel file copying on Linux (bug 607868)

2017-03-03 Thread Zac Medico
On 03/03/2017 12:45 PM, Michał Górny wrote: > W dniu 02.03.2017, czw o godzinie 17∶09 -0800, użytkownik Zac Medico >> +def copyfile(src, dst): >> +""" >> +Copy the contents (no metadata) of the file named src to a file >> +named dst. >> + >> +If possible, copying is done within the

[gentoo-dev] Last rites: x11-misc/oroborus-desklaunch

2017-03-03 Thread Michael Palimaka
# Michael Palimaka (03 Mar 2017) # Segfaults at runtime. Dead upstream. Unmaintained. # Masked for removal in 30 days. Bug #611406. x11-misc/oroborus-desklaunch

[gentoo-dev] [warning] the bug queue has 81 bugs

2017-03-03 Thread Alex Alexander
Our bug queue has 81 bugs! If you have some spare time, please help assign/sort a few bugs. To view the bug queue, click here: http://bit.ly/m8PQS5 Thanks!

Re: [gentoo-dev] [PATCHES] python-r1, add integrity checks for redefined control vars

2017-03-03 Thread Tim Harder
I've attached another simple patch that I don't think was fixed in your changeset to stop the 'impl' var from _python_obtain_impls() in python-r1.eclass from leaking into the environment. Thanks, Tim >From 0a6174036e5d31028e47fb5f477033fdb7b76aba Mon Sep 17 00:00:00 2001 From: Tim Harder

Re: [gentoo-portage-dev] [PATCH v2] movefile: support in-kernel file copying on Linux (bug 607868)

2017-03-03 Thread Michał Górny
W dniu 02.03.2017, czw o godzinie 17∶09 -0800, użytkownik Zac Medico napisał: > Perform in-kernel file copying when possible, and also support > reflinks and sparse files. If the optimized implementation > fails at runtime, gracefully fallback to a plain read/write > loop. > > Compile-time and

Re: [gentoo-portage-dev] [PATCH] movefile: support in-kernel file copying on Linux (bug 607868)

2017-03-03 Thread Zac Medico
On 03/02/2017 08:24 AM, Michał Górny wrote: > W dniu 01.03.2017, śro o godzinie 19∶03 -0800, użytkownik Zac Medico > napisał: >> +def _test_optimized_copyfile(): >> +""" >> +Test if _optimized_copyfile works. It will fail for Linux versions >> +from 2.6.0 to 2.6.32, because sendfile