Re: [gentoo-dev] [PATCH 1/5] haskell-cabal.eclass: drop EAPI={0..5} support

2021-07-06 Thread Ulrich Mueller
> On Tue, 06 Jul 2021, Sergei Trofimovich wrote: > case "${EAPI:-0}" in This could be just ${EAPI} now (and quotes were never necessary). > - 0|1) ;; > - 2|3|4|5|6|7) HASKELL_CABAL_EXPF+=" src_configure" ;; > + 6|7) ;; > *) die "EAPI ${EAPI} unsupported." ;; I'd suggest

[gentoo-dev] Last rites: dev-ruby/nagios, dev-ruby/notify, dev-ruby/rash

2021-07-06 Thread Hans de Graaff
# Hans de Graaff (2021-07-06) # Last release in 2013, no tests, no dependencies. # Masked for removal in 30 days. dev-ruby/nagios # Hans de Graaff (2021-07-06) # Last release in 2013, no tests, no dependencies. # Masked for removal in 30 days. dev-ruby/notify # Hans de Graaff (2021-07-06) # La

[gentoo-dev] Re: [gentoo-dev-announce] Last rites: dev-python/contextlib2, dev-python/linecache2, dev-python/traceback2, dev-python/unittest2

2021-07-06 Thread Michał Górny
On Tue, 2021-07-06 at 00:27 +0200, Michał Górny wrote: > # Michał Górny (2021-07-06) > # Various Python 2-specific backports.  All the reverse dependencies > # (except for deps between these packages) have been eliminated. > # Removal on 2021-08-05.  Bug #800698. > dev-python/contextlib2 > dev-pyt

[gentoo-dev] [PATCH] lua*.eclass: standardize the guard variables

2021-07-06 Thread William Hubbs
Change the _R0 suffix on these variable names to _ECLASS. Signed-off-by: William Hubbs --- eclass/lua-single.eclass | 8 eclass/lua-utils.eclass | 8 eclass/lua.eclass| 8 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eclass/lua-single.eclass

Re: [gentoo-dev] [PATCH] lua*.eclass: standardize the guard variables

2021-07-06 Thread Sam James
> On 6 Jul 2021, at 22:59, William Hubbs wrote: > > Change the _R0 suffix on these variable names to _ECLASS. > Signed-off-by: William Hubbs Seems good, thanks William! > [snip] best, sam signature.asc Description: Message signed with OpenPGP

Re: [gentoo-dev] 'pax_kernel' USE flag

2021-07-06 Thread Matt Turner
On Tue, Jun 22, 2021 at 11:43 PM Matt Turner wrote: > > On Tue, Jun 22, 2021 at 3:19 PM Thomas Deutschmann wrote: > > The PaX community in Gentoo is still big and active. > > > > Many Gentoo users received free access to upstream sources or became > > paying customers. > > > > It's just not avail

Re: [gentoo-dev] 'pax_kernel' USE flag

2021-07-06 Thread Thomas Deutschmann
On 2021-06-23 08:43, Matt Turner wrote: On Tue, Jun 22, 2021 at 3:19 PM Thomas Deutschmann wrote: The PaX community in Gentoo is still big and active. Many Gentoo users received free access to upstream sources or became paying customers. It's just not available for everyone for free/without r

Re: [gentoo-dev] 'pax_kernel' USE flag

2021-07-06 Thread Matt Turner
On Tue, Jul 6, 2021 at 7:41 PM Thomas Deutschmann wrote: > As you probably know, I am not a Linux desktop user (yet). My complete > experience with that PaX stuff is limited to servers. Maybe I've misunderstood what you meant. You don't use Linux on the desktop? But, you maintain Firefox? I'm de

Re: [gentoo-dev] [PATCH] lua*.eclass: standardize the guard variables

2021-07-06 Thread Ulrich Mueller
> On Tue, 06 Jul 2021, William Hubbs wrote: > -_LUA_SINGLE_R0=1 > +_LUA_SINGLE_ECLASS=1 > fi These should be assigned immediately after the test near the top of the eclass, before any inherit statement. Otherwise, circular inheritance won't be prevented. Ulrich signature.asc Description: