Re: [gentoo-portage-dev] Speeding up Tree Verification

2020-07-01 Thread Sid Spry
On Wed, Jul 1, 2020, at 1:40 AM, Fabian Groffen wrote: > On 30-06-2020 13:13:29 -0500, Sid Spry wrote: > > On Tue, Jun 30, 2020, at 1:20 AM, Fabian Groffen wrote: > > > Hi, > > > > > > On 29-06-2020 21:13:43 -0500, Sid Spry wrote: > > > > Hello, > > > > > > > > I have some runnable pseudocode

Re: [gentoo-portage-dev] Speeding up Tree Verification

2020-07-01 Thread Sid Spry
On Wed, Jul 1, 2020, at 1:40 AM, Fabian Groffen wrote: > On 30-06-2020 13:13:29 -0500, Sid Spry wrote: > > On Tue, Jun 30, 2020, at 1:20 AM, Fabian Groffen wrote: > > > Hi, > > > > > > On 29-06-2020 21:13:43 -0500, Sid Spry wrote: > > > > Hello, > > > > > > > > I have some runnable pseudocode

Re: [gentoo-dev] dev-python/numb-0.40.1.ebuild

2020-07-01 Thread Joonas Niilola
On 7/1/20 10:37 PM, Xianwen Chen (陈贤文) wrote: > > This ebuild enables Python 3 as one of the Python targets. Otherwise > there is no difference between this ebuild and the latest ebuild in > Portage, which only had Python 2 as the Python target. > > Then it probably doesn't work. Did you try

[gentoo-dev] dev-python/numb-0.40.1.ebuild

2020-07-01 Thread 陈贤文
Dear all, Attached is an ebuild of dev-python/numba-0.40.1, which was masked for only having Python 2 as the Python target. This ebuild enables Python 3 as one of the Python targets. Otherwise there is no difference between this ebuild and the latest ebuild in Portage, which only had Python

Re: [gentoo-dev] RFC: Standard build environment variables

2020-07-01 Thread Rich Freeman
On Wed, Jul 1, 2020 at 9:36 AM Michael Orlitzky wrote: > > On 2020-06-30 12:22, Matthew Thode wrote: > > > > I'd like to suggest allowing only approved variables in the build > > environment, having portage unset all variables and setting only what is > > needed (or configured). > > I think this

[gentoo-dev] Co-maintainer needed for dev-libs/intel-neo and friends

2020-07-01 Thread Marek Szuba
Guys, Over the course of the last 6 months I have for various reasons gone from 3 systems with an integrated Intel GPU to only 1, and it is quite likely that the last one will be gone quite soon as well. This means I am slowly becoming unable to perform any runtime testing of dev-libs/intel-neo.

Re: [gentoo-dev] Typo in julia-1.4.0-r2.ebuild

2020-07-01 Thread Andreas K. Huettel
Fixed, thank you! Am Mittwoch, 1. Juli 2020, 12:35:09 EEST schrieb Xianwen Chen (陈贤文): > Dear all, > > There is a typo in > https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-lang/julia/julia-1.4.0-r2 > .ebuild. > > > On line 82, instead of *llvm_pkg_setp*, it should be *llvm_pkg_setup*. > >

Re: [gentoo-dev] RFC: Standard build environment variables

2020-07-01 Thread Michael Orlitzky
On 2020-06-30 12:22, Matthew Thode wrote: > > I'd like to suggest allowing only approved variables in the build > environment, having portage unset all variables and setting only what is > needed (or configured). I think this is orthogonal to the problem I'm trying to solve. Even if all

[gentoo-dev] Python 2 pillow version needs help

2020-07-01 Thread Michał Górny
Hello, everyone. Since there is apparently large interest in maintaining support for Python 2 in Gentoo for some more time, I would like to request help with Pillow. Recently a number of vulnerabilities [1] have been reported against this package. They're all fixed in 7.x which supports only

Re: [gentoo-portage-dev] Speeding up Tree Verification

2020-07-01 Thread Michał Górny
On Tue, 2020-06-30 at 16:51 -0500, Sid Spry wrote: > On Tue, Jun 30, 2020, at 2:29 PM, Michał Górny wrote: > > On Tue, 2020-06-30 at 12:50 -0500, Sid Spry wrote: > > > On Tue, Jun 30, 2020, at 2:28 AM, Michał Górny wrote: > > > > Dnia June 30, 2020 2:13:43 AM UTC, Sid Spry napisał(a): > > > > >

[gentoo-dev] Last-rites: games-board/teg

2020-07-01 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2020-07-01) # Depends on dead gnome-base/libgnomeui, bug #726816, dead upstream. # Big Debian patch exists, but we won't become new upstream. # Masked for removal in 30 days. games-board/teg signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Typo in julia-1.4.0-r2.ebuild

2020-07-01 Thread 陈贤文
Dear all, There is a typo in https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-lang/julia/julia-1.4.0-r2.ebuild. On line 82, instead of *llvm_pkg_setp*, it should be *llvm_pkg_setup*. Yours sincerely, Xianwen

Re: [gentoo-portage-dev] Speeding up Tree Verification

2020-07-01 Thread Fabian Groffen
On 30-06-2020 13:13:29 -0500, Sid Spry wrote: > On Tue, Jun 30, 2020, at 1:20 AM, Fabian Groffen wrote: > > Hi, > > > > On 29-06-2020 21:13:43 -0500, Sid Spry wrote: > > > Hello, > > > > > > I have some runnable pseudocode outlining a faster tree verification > > > algorithm. > > > Before I