[gentoo-dev] Re: [PATCH gentoo-news] News item for Python 3.13 transition

2025-03-18 Thread Petr Vaněk
On Tue, Mar 18, 2025 at 02:37:24PM +0100, Michał Górny wrote: > --- > .../2025-03-18-python3-13.en.txt | 134 > .../2025-03-18-python3-13.pl.txt | 147 ++ > 2 files changed, 281 insertions(+) > create mode 100644 2025-03-18-python3-13/202

Re: [gentoo-dev] New category for AI related packages

2025-03-15 Thread Petr Vaněk
On Wed, Mar 12, 2025 at 08:47:42AM +0100, Florian Schmaus wrote: > On 10/03/2025 21.40, Alfredo Tupone wrote: > > To declutter sci-libs and dev-libs from most of the "so called" > > AI packages I think that a new category should be created. > > Maybe sci-ai/ or dev-ai/ or sci-dl/ (deep-learning) >

[gentoo-dev] Last rites: mono.eclass

2025-01-20 Thread Petr Vaněk
The eclass is no longer used by any package in the tree nor in ::dotnet overlay. Removal in 30 days, on 2025-02-19. signature.asc Description: PGP signature

[gentoo-dev] Re: [PATCH 2/2] mono.eclass: mark as DEAD

2025-01-03 Thread Petr Vaněk
On Fri, Jan 03, 2025 at 04:23:08PM +0100, Petr Vaněk wrote: > The eclass is no longer used by any package in the tree nor in ::dotnet > overlay. If there are no objections to this change, should I send the last-rite email now or once it is merged? Petr > Signed-off-by: P

[gentoo-dev] [PATCH 2/2] mono.eclass: mark as DEAD

2025-01-03 Thread Petr Vaněk
The eclass is no longer used by any package in the tree nor in ::dotnet overlay. Signed-off-by: Petr Vaněk --- eclass/mono.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mono.eclass b/eclass/mono.eclass index c096acc8c40e..d4f45e5acf70 100644 --- a/eclass

[gentoo-dev] [PATCH 1/2] dotnet.eclass: mark as deprecated

2025-01-03 Thread Petr Vaněk
The eclass has last two consumers in the tree. One of them is already last-rited, the second is slowly rotting. The eclass is used in ::dotnet overlay, which does not seem to be very active and it is not in good shape. Signed-off-by: Petr Vaněk --- eclass/dotnet.eclass | 3 ++- 1 file changed

[gentoo-dev] Re: [PATCH] distutils-r1.eclasS: Switch scikit-build-core to build.verbose

2024-09-24 Thread Petr Vaněk
On Tue, Sep 24, 2024 at 08:14:02AM +0200, Michał Górny wrote: > Replace `cmake.verbose` with `build.verbose`, following the change > in scikit-build-core 0.10. LGTM. There is a typo in commit subject, eclasS -> eclass. Petr

[gentoo-dev] [PATCH 1/1] eclass/tests/toolchain.sh: declare PYTHON_COMPAT

2024-09-18 Thread Petr Vaněk
toolchain.sh test script requires PYTHON_COMPAT array since commit 1d93a491096f ("toolchain.eclass: rework tests more") otherwise it dies with die: PYTHON_COMPAT not declared. error. Signed-off-by: Petr Vaněk --- eclass/tests/toolchain.sh | 2 ++ 1 file changed, 2 insertions(+) di

[gentoo-dev] Last rites: dev-libs/hyperscan

2024-03-13 Thread Petr Vaněk
# Petr Vaněk (2024-03-13) # dev-libs/hyperscan upstream is inactive [1], please switch to more portable, # drop-in replacement dev-libs/vectorscan. # [1] https://github.com/intel/hyperscan/issues/421 # Removal: 2024-04-12. dev-libs/hyperscan signature.asc Description: PGP signature

Re: [gentoo-dev] Introducing .mailmap?

2024-02-13 Thread Petr Vaněk
Hi, On Tue, Feb 13, 2024 at 08:39:17AM +, Sam James wrote: > Hi, > > We should consider adding a .mailmap to gentoo.git. yes, I support its addition. All 3 points make sense to me. Petr > There's a few reasons: > * We should accurately map pre-developer-status contributions. > For exampl

[gentoo-dev] Last rites: net-mail/courierpassd

2024-01-01 Thread Petr Vaněk
# Petr Vaněk (2024-01-01) # Mirror restricted package, but the source code is no longer available. # Homepage gone. Moreover, there is multiple issues reported with modern # compilers. # Removal: 2024-01-31. Bug #906645. net-mail/courierpassd signature.asc Description: PGP signature

[gentoo-dev] Last rites: www-apache/anyterm

2023-12-27 Thread Petr Vaněk
# Petr Vaněk (2023-12-27) # Unmaintained package with multiple open bugs. Upstream seems to be inactive. # Version bumps are available for 7 years but nobody seems to care. # Removal: 2024-01-26. Bugs #303339, #712770, #732282, #782907, #870883, #898858. www-apache/anyterm signature.asc

Re: [gentoo-dev] media-video/mpv removed USE flag

2023-11-22 Thread Petr Vaněk
On Tue, Nov 21, 2023 at 11:33:18PM +, stefan1@shitposting.expert wrote: > I've noticed that on my last @world update, mpv's libplacebo USE flag > got removed and portage pulled in libplacebo. > Was there any reason behind this change? Mpv has been working perfectly > fine so far without l

Re: [gentoo-dev] [PATCH] toolchain-funcs.eclass: Remove outdated reference to tc-has-openmp

2023-09-17 Thread Petr Vaněk
On Sun, Sep 17, 2023 at 04:49:41PM +0200, Petr Vaněk wrote: > tc-has-openmp function was deprecated in commit 9bc832c6d39b > ("toolchain-funcs.eclass: deprecate tc-has-openmp") and later removed in > commit eb970274d283 ("toolchain-funcs.eclass: remove tc-has-openmp").

[gentoo-dev] [PATCH] toolchain-funcs.eclass: Remove outdated reference to tc-has-openmp

2023-09-17 Thread Petr Vaněk
ome redundant and is therefore removed. Signed-off-by: Petr Vaněk --- eclass/toolchain-funcs.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 556bbac35307..8398ee004a7d 100644 --- a/eclass/toolchai

[gentoo-dev] [PATCH] toolchain-funcs.eclass: Remove outdated reference to tc-has-openmp

2023-09-17 Thread Petr Vaněk
ome redundant and is therefore removed. Signed-off-by: Petr Vaněk --- eclass/toolchain-funcs.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 556bbac35307..8398ee004a7d 100644 --- a/eclass/toolchai

Re: [gentoo-dev] [PATCH 10/11] ruby-ng.eclass: use shopt directly, not via estack.eclass

2023-06-15 Thread Petr Vaněk
On Thu, Jun 15, 2023 at 04:52:37PM +0100, Sam James wrote: > ulm points out that estack.eclass is particularly inefficient (although > it'll get slightly better once https://github.com/gentoo/gentoo/pull/31437 > is fixed). > > Let's just manually roll it like llvm.eclass does. > > Bug: https://bu

[gentoo-dev] [PATCH] qmail.eclass: Patch make-makelib.sh only if it is present

2023-04-03 Thread Petr Vaněk
o.org/902009 Closes: https://bugs.gentoo.org/902019 Fixes: fd4e88c55e34 ("qmail.eclass: remove EAPI 6") Signed-off-by: Petr Vaněk Closes: https://github.com/gentoo/gentoo/pull/30456 --- eclass/qmail.eclass | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eclass/qmail.

Re: [gentoo-dev] [PATCH 3/3] ruby-fakegem.eclass: don't double-add USE=doc/test

2023-03-29 Thread Petr Vaněk
On Wed, Mar 29, 2023 at 04:39:34PM +0100, Sam James wrote: > Signed-off-by: Sam James > --- > eclass/ruby-fakegem.eclass | 42 ++ > 1 file changed, 29 insertions(+), 13 deletions(-) > > diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass > ind

[gentoo-dev] Up for grabs: app-misc/utimer, app-misc/irtrans-ir*

2023-02-08 Thread Petr Vaněk
Hi, following packages are up for grabs due to retirement of inactive proxy maintainers: app-misc/irtrans-irclient app-misc/irtrans-irserver app-misc/utimer All packages have few open bugs, app-misc/irtrans-ir* have version bump available. Best, Petr signature.asc Description: PGP signature

Re: [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes

2022-11-19 Thread Petr Vaněk
On Sat, Nov 12, 2022 at 02:25:44PM -0600, William Hubbs wrote: > On Thu, Nov 10, 2022 at 08:50:53AM +0100, Petr Vaněk wrote: > > On Thu, Nov 03, 2022 at 10:05:57AM +0100, Petr Vaněk wrote: > > > Hi, > > > > > > I have found improperly indented dosym call

[gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes

2022-11-09 Thread Petr Vaněk
On Thu, Nov 03, 2022 at 10:05:57AM +0100, Petr Vaněk wrote: > Hi, > > I have found improperly indented dosym call in src_install phase in > luajit ebuilds. Following patch fixes it. Ping

[gentoo-dev] [PATCH 0/1] dev-lang/luajit: indentation fixes

2022-11-03 Thread Petr Vaněk
Hi, I have found improperly indented dosym call in src_install phase in luajit ebuilds. Following patch fixes it. Petr Petr Vaněk (1): dev-lang/luajit: fix indentation in install phase dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild | 2 +- dev-lang/luajit/luajit

[gentoo-dev] [PATCH 1/1] dev-lang/luajit: fix indentation in install phase

2022-11-03 Thread Petr Vaněk
Signed-off-by: Petr Vaněk --- dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild | 2 +- dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild b/dev-lang/luajit

[gentoo-dev] [PATCH] distutils-r1.eclass: fix typo in comment

2022-09-20 Thread Petr Vaněk
Signed-off-by: Petr Vaněk --- eclass/distutils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 60f81473c0a..27bd9207743 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass

[gentoo-dev] [PATCH 2/2] lua.eclass: fix typo in eclassdoc

2021-08-28 Thread Petr Vaněk
Fixes: a69d77200dd2 ("lua.eclass: do not mention lua5-2 in eclassdocs") Signed-off-by: Petr Vaněk --- eclass/lua.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/lua.eclass b/eclass/lua.eclass index b6c309a3e55..f1967ae6e01 100644 --- a/eclass/lua.ec

[gentoo-dev] [PATCH 1/2] lua-single.eclass: fix typo in eclassdocs

2021-08-28 Thread Petr Vaněk
Fixes: f5fcdf65ffef ("lua-single.eclass: do not mention lua5-2 in eclassdocs") Signed-off-by: Petr Vaněk --- eclass/lua-single.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass index ba7973d82c4..26967000

Re: [gentoo-dev] Packages up for grabs

2021-07-24 Thread Petr Vaněk
On Sat, Jul 24, 2021 at 06:32:21PM +0100, Sergei Trofimovich wrote: > On Sat, 24 Jul 2021 19:20:16 +0200 > Petr Vaněk wrote: > > > Hi, > > > > On Fri, Jul 23, 2021 at 11:31:59PM +0200, Haelwenn (lanodan) Monnier wrote: > > > [2021-07-23 08:40:50+0100] Se

Re: [gentoo-dev] Packages up for grabs

2021-07-24 Thread Petr Vaněk
Hi, On Fri, Jul 23, 2021 at 11:31:59PM +0200, Haelwenn (lanodan) Monnier wrote: > [2021-07-23 08:40:50+0100] Sergei Trofimovich: > > dev-lang/elixir > > dev-lang/erlang I am remaining dev-lang/erlang proxy-maintainer. I came to the package approximately in the same time like Sergei, when I did fe

Re: [gentoo-dev] RFC: UID/GID rspamd

2019-12-03 Thread Petr Vaněk
On Mon, Dec 02, 2019 at 10:26:37AM -0500, Michael Orlitzky wrote: > On 12/2/19 10:23 AM, Petr Vaněk wrote: > > > > Would it be possible to move tox to 199/199 and set rspamd to 236/236 to > > be more compatible with other distributions, or should I chose some > > other

[gentoo-dev] RFC: UID/GID rspamd

2019-12-02 Thread Petr Vaněk
Hi, I was recently asked to migrate rspamd UID/GID to the new GLEP-81 [1]. The FreeBSD uses 236/236 for rspamd [2], but we already set tox for 236/236. However, archlinux sets 199/199 for toxcore [3], which seems to be equivalent of our net-libs/tox and it seems to be free currently. Would it be

Re: [gentoo-dev] packages up for grabs

2019-11-19 Thread Petr Vaněk
On Mon, Nov 18, 2019 at 05:47:22PM -0700, Tim Harder wrote: > The following list of packages are up for grabs ... > > net-im/bitlbee I would like to proxy-maint bitlbee. See PR https://github.com/gentoo/gentoo/pull/13700. Petr

Re: [gentoo-dev] Last rites: EAPI 0 packages with no maintainer and no revdeps

2019-10-10 Thread Petr Vaněk
04.10.2019 22:43:49, Michał Górny wrote: > # Michał Górny (2019-10-04) > # Unmaintained, EAPI 0 packages. No reverse dependencies. If you want > # them to stay, please port them to EAPI 7, and preferably become > # the maintainer. > # Removal in 30 days. Bug #696252. > net-mail/qmail-notify Hi

[gentoo-dev] Re: RFC: GID/UID assignment for epmd service (334)

2019-10-05 Thread Petr Vaněk
On Sat, Oct 05, 2019 at 04:44:38PM +0200, Petr Vaněk wrote: > I would like to reserve UID/GID 334 for epmd (Erlang Port Mapper Daemon) > from dev-lang/erlang package. I did not find any specific UID/GID for > epmd in any other distribution. * Ralph Seichter: > > I'd like to

[gentoo-dev] RFC: GID/UID assignment for epmd service (334)

2019-10-05 Thread Petr Vaněk
Hi, I would like to reserve UID/GID 334 for epmd (Erlang Port Mapper Daemon) from dev-lang/erlang package. I did not find any specific UID/GID for epmd in any other distribution. Cheers, Petr