Re: [gentoo-dev] [PATCH] savedconfig.eclass: clean up ED and EROOT usage

2019-05-23 Thread Mike Gilbert
On Fri, May 24, 2019 at 1:24 AM Ulrich Mueller wrote: > > > On Fri, 24 May 2019, Mike Gilbert wrote: > > > On Thu, May 23, 2019 at 7:16 PM David Seifert wrote: > >> Given that there are no ebuilds in the tree using this eclass and being > >> in EAPI 0, 1 or 2 ( > >> https://qa-reports.gentoo.

Re: [gentoo-dev] [PATCH] savedconfig.eclass: clean up ED and EROOT usage

2019-05-23 Thread Ulrich Mueller
> On Fri, 24 May 2019, Mike Gilbert wrote: > On Thu, May 23, 2019 at 7:16 PM David Seifert wrote: >> Given that there are no ebuilds in the tree using this eclass and being >> in EAPI 0, 1 or 2 ( >> https://qa-reports.gentoo.org/output/eapi-per-eclass/savedconfig.eclass/ >> ), wouldn't it mak

Re: [gentoo-dev] [PATCH 0/4] llvm.eclass: EAPI 7 support

2019-05-23 Thread Michał Górny
On Tue, 2019-04-30 at 07:38 +0200, Michał Górny wrote: > Hi, > > Here's my proposed EAPI 7 support for llvm.eclass. I think it should > conceptually work with cross but I haven't tested it. The main problem > is that we have multiple distinct ways of building LLVM, and AFAIU > when using CMake m

Re: [gentoo-dev] toolchain.eclass musl changes

2019-05-23 Thread Jory A. Pratt
On 5/21/19 3:08 AM, Sergei Trofimovich wrote: > On Mon, 20 May 2019 16:41:56 -0500 > "Jory A. Pratt" wrote: > >> Please review the proposed changes for musl support. We would like to >> get this landed on the tree ASAP so we can drop the eclass from the musl >> overlay. This is one of the first s

[gentoo-dev] Last rites: net-misc/mindterm

2019-05-23 Thread Aaron Bauman
# Aaron Bauman (23 May 2019) # Upstreami now requires registration to download # EAPI2. Removal in 30 days. net-misc/mindterm -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-dev] Last rites: dev-util/pmd

2019-05-23 Thread Aaron Bauman
On Thu, May 23, 2019 at 08:58:15PM -0400, Aaron Bauman wrote: > # Aaron Bauman (23 May 2019) > # Unmaintained, EAPI2, updates available upstream > dev-util/pmd > > -- > Cheers, > Aaron Oh yea, removal in 30 days. -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH] savedconfig.eclass: clean up ED and EROOT usage

2019-05-23 Thread Mike Gilbert
On Thu, May 23, 2019 at 7:16 PM David Seifert wrote: > Given that there are no ebuilds in the tree using this eclass and being > in EAPI 0, 1 or 2 ( > https://qa-reports.gentoo.org/output/eapi-per-eclass/savedconfig.eclass/ > ), wouldn't it make more sense to just whitelist EAPI >= 4 and clean up

[gentoo-dev] Last rites: dev-util/pmd

2019-05-23 Thread Aaron Bauman
# Aaron Bauman (23 May 2019) # Unmaintained, EAPI2, updates available upstream dev-util/pmd -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH] savedconfig.eclass: clean up ED and EROOT usage

2019-05-23 Thread David Seifert
On Thu, 2019-05-23 at 11:15 -0400, Mike Gilbert wrote: > Avoid assigning these variables in EAPIs where they are already > defined. > Also make them local variables to avoid polluting the global > environment. > > Closes: https://bugs.gentoo.org/685382 > --- > eclass/savedconfig.eclass | 18 +

Re: [gentoo-dev] Packages up for grabs due to nimiux's retirement

2019-05-23 Thread Patrice Clement
Monday 20 May 2019 17:53:52, Michał Górny wrote : > Hello, > > The following packages are now up for grabs: > > [...] > app-misc/vifm > I'm taking over this one. -- Patrice Clement Gentoo Linux developer http://www.gentoo.org signature.asc Description: PGP signature

Re: [gentoo-dev] Packages up for grabs due to nimiux's retirement

2019-05-23 Thread Bernard Cafarelli
Le Mon, 20 May 2019 17:53:52 +0200 Michał Górny a écrit: > Hello, > > The following packages are now up for grabs: > > app-portage/conf-update > app-admin/logrotate > app-admin/mktwpol > app-admin/swatchdog > app-admin/tripwire > app-emulation/free42 I will take this HP calc... > app-emulation/

[gentoo-dev] [PATCH] savedconfig.eclass: clean up ED and EROOT usage

2019-05-23 Thread Mike Gilbert
Avoid assigning these variables in EAPIs where they are already defined. Also make them local variables to avoid polluting the global environment. Closes: https://bugs.gentoo.org/685382 --- eclass/savedconfig.eclass | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff -