Re: [gentoo-dev] [RFC] Forced/automatic USE flag constraints (codename: ENFORCED_USE)

2017-06-06 Thread Michał Górny
On wto, 2017-06-06 at 14:08 +0200, Alexis Ballier wrote: > On Mon, 05 Jun 2017 20:10:12 +0200 > Michał Górny wrote: > [...] > > > > Stand-alone makes little sense (and little trouble) but as you > > > > could have seen it's used nested in other thingies: > > > > > > > > 1. ||

[gentoo-dev] Last rites: app-text/7plus

2017-06-06 Thread Matthias Maier
# Matthias Maier (06 Jun 2017) # Dead upstream, unmaintained, no homepage, no SRC_URI, x86-only, does not # compile, bug #620964. Removal in 30 days. app-text/7plus

Re: [gentoo-dev] [RFC] Forced/automatic USE flag constraints (codename: ENFORCED_USE)

2017-06-06 Thread Alexis Ballier
On Mon, 05 Jun 2017 20:10:12 +0200 Michał Górny wrote: [...] > > > Stand-alone makes little sense (and little trouble) but as you > > > could have seen it's used nested in other thingies: > > > > > > 1. || ( ( a b ) ( c d ) e ) > > > > > > 2. ?? ( ( a b ) ( c d ) e ) > > > >

Re: [gentoo-dev] Last rites: www-client/phantomjs and dev-ruby/poltergeist

2017-06-06 Thread Kent Fredric
On Tue, 06 Jun 2017 07:28:00 +0200 Hans de Graaff wrote: > What kind of timeframe do you propose? > > > 1.5 Months from "We're not working on this" to "its dead jim, kill > > it from orbit" > > is a bit fast for anything entrenched. > > The problems were there a lot longer

Re: [gentoo-dev] Last rites: www-client/phantomjs and dev-ruby/poltergeist

2017-06-06 Thread Pacho Ramos
El lun, 05-06-2017 a las 13:42 -0400, Michael Orlitzky escribió: > On 06/05/2017 07:06 AM, Kent Fredric wrote: > > On Mon, 05 Jun 2017 09:11:27 +0200 > > Hans de Graaff wrote: > > > > > # Hans de Graaff (05 Jun 2017) > > > # Bundles obsolete and vulnerable

Re: [gentoo-dev] [PATCHES] python-r1.eclass: any-of dep API support

2017-06-06 Thread Michał Górny
On sob, 2017-05-20 at 15:30 +0200, Michał Górny wrote: > Hi, everyone. > > Here's a set of patches inspired by the recent Sphinx dependency > discussion. They make python-r1 (and therefore distutils-r1) capable > of any-of dependency logic similar to the one used in python-any-r1. > > The basic

Re: [gentoo-dev] [PATCH 1/2] python-r1.eclass: Remove deprecated python_parallel_foreach_impl

2017-06-06 Thread Michał Górny
On sob, 2017-05-20 at 15:02 +0200, Michał Górny wrote: > The function was (verbosely) deprecated in Dec 2014, and banned since > EAPI 6. It is no longer used by any ebuild in ::gentoo. > --- > eclass/python-r1.eclass | 35 --- > 1 file changed, 35 deletions(-) >

Re: [gentoo-dev] [PATCHES] python-r1 suite: minor fixes

2017-06-06 Thread Michał Górny
On sob, 2017-05-20 at 10:56 +0200, Michał Górny wrote: > Hi, > > Here's a quick set of minor patches to python-r1 suite. It mostly > includes some fixes to issues I've noticed while working on something > bigger ;-). > > The first patch merely fixes missing 'local' for a variable. The second >