[gentoo-dev] dev-libs/re2 needs a new maintainer

2023-08-13 Thread Stephan Hartmann
Hi all, newer versions of dev-libs/re2 depend on dev-cpp/abseil-cpp. With that change re2 starts to change ABI with the C++ standard. Therefore, the chromium project switches to bundled re2 starting with chromium-116 and drops dev-libs/re2 to maintainer-needed. Thanks.

[gentoo-dev] [PATCH] llvm.eclass: enable EAPI 8

2022-01-30 Thread Stephan Hartmann
Signed-off-by: Stephan Hartmann --- eclass/llvm.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 359f3a669d0..fbfd64b88be 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021

[gentoo-dev] [PATCH v2] unpacker.eclass: enable EAPI 8

2021-08-27 Thread Stephan Hartmann
Add support for 7z, RAR and LHA/LZH. Signed-off-by: Stephan Hartmann --- eclass/unpacker.eclass | 59 -- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index c9dab4345c9..74899fd77b7 100644

Re: [gentoo-dev] [PATCH] unpacker.eclass: enable EAPI 8

2021-08-26 Thread Stephan Hartmann
On 8/26/21 5:43 PM, Mike Gilbert wrote: On Thu, Aug 26, 2021 at 7:40 AM Ulrich Mueller wrote: On Thu, 26 Aug 2021, Stephan Hartmann wrote: --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -4,7 +4,7 @@ # @ECLASS: unpacker.eclass # @MAINTAINER: # base-sys...@gentoo.org

[gentoo-dev] [PATCH] unpacker.eclass: enable EAPI 8

2021-08-26 Thread Stephan Hartmann
Signed-off-by: Stephan Hartmann --- eclass/unpacker.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index c9dab4345c9..424975ba8ba 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -4,7 +4,7

Re: [gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8

2021-08-16 Thread Stephan Hartmann
On 8/12/21 1:16 PM, Ulrich Mueller wrote: case ${EAPI} in - 7) ;; + 7|8) ;; *) die "EAPI=${EAPI:-0} is not supported" ;; Nitpick: Add "${ECLASS}: " at the beginning of the die message. Thanks. Fixed locally. esac

[gentoo-dev] [PATCH 3/3] chromium-2.eclass: enable EAPI 8

2021-08-11 Thread Stephan Hartmann
Signed-off-by: Stephan Hartmann --- eclass/chromium-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/chromium-2.eclass b/eclass/chromium-2.eclass index b97a31e614e..2800934537f 100644 --- a/eclass/chromium-2.eclass +++ b/eclass/chromium-2.eclass @@ -6,11

[gentoo-dev] [PATCH 2/3] chromium-2.eclass: update documentation

2021-08-11 Thread Stephan Hartmann
Signed-off-by: Stephan Hartmann --- eclass/chromium-2.eclass | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/eclass/chromium-2.eclass b/eclass/chromium-2.eclass index 2543078df79..b97a31e614e 100644 --- a/eclass/chromium-2.eclass +++ b/eclass/chromium-2.eclass

[gentoo-dev] [PATCH 1/3] chromium-2.eclass: remove GYP support

2021-08-11 Thread Stephan Hartmann
Chromium project replaced GYP with GN in 2016 and nothing in ::gentoo is using GYP. Signed-off-by: Stephan Hartmann --- eclass/chromium-2.eclass | 36 1 file changed, 36 deletions(-) diff --git a/eclass/chromium-2.eclass b/eclass/chromium-2.eclass index

[gentoo-dev] [PATCH 0/3] Updates for chromium-2.eclass

2021-08-11 Thread Stephan Hartmann
Small cleanup, small documentation improvements and EAPI 8 support. Stephan Hartmann (3): chromium-2.eclass: remove GYP support chromium-2.eclass: update documentation chromium-2.eclass: enable EAPI 8 eclass/chromium-2.eclass | 53 +++- 1 file changed

[gentoo-dev] [News item review] V2 Chromium access to Google services

2021-03-08 Thread Stephan Hartmann
Hi, updated based on previous suggestions. ``` Title: Chromium access to Google services Author: Stephan Hartmann Content-Type: text/plain Posted: 2021-03-09 Revision: 1 News-Item-Format: 2.0 Display-If-Installed: www-client/chromium Starting March 15th, 2021 Google Chrome Team will restrict

[gentoo-dev] [News item review] Chromium access to Google services

2021-03-08 Thread Stephan Hartmann
Hi, please review the news item inlined below. I would like to publish it tomorrow. ``` Title: Chromium access to Google services Author: Stephan Hartmann Content-Type: text/plain Posted: 2021-03-09 Revision: 1 News-Item-Format: 2.0 Display-If-Installed: www-client/chromium Starting March

[gentoo-dev] Last rites: app-benchmarks/contest

2021-01-01 Thread Stephan Hartmann
# Stephan Hartmann (2021-01-01) # Fails with -fno-common, homepage gone, source gone, # no maintainer. # Removal in 30 days. See bug #706824. app-benchmarks/contest