From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-dev+bounces-98897-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0DFC15800C for <garchives@archives.gentoo.org>; Wed, 28 Dec 2022 21:20:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD28AE0900; Wed, 28 Dec 2022 21:20:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 884CDE07EA for <gentoo-dev@lists.gentoo.org>; Wed, 28 Dec 2022 21:20:06 +0000 (UTC) Received: by stitch (Postfix, from userid 1000) id 4AEE3CB3BA; Wed, 28 Dec 2022 16:20:02 -0500 (EST) Date: Wed, 28 Dec 2022 16:20:02 -0500 From: Michael Orlitzky <mjo@gentoo.org> To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Packages up for grabs: apache-2.eclass Message-ID: <Y6yzAjgYOaKw3bbK@stitch> References: <4c549ebee1094420bef07bb1d10b278bddce9db5.camel@gentoo.org> <Y6hu1LVtcRrM5niY@stitch> <6c1ea8dc5da4daf9d7979808090ecbc2347ee9d7.camel@gentoo.org> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6c1ea8dc5da4daf9d7979808090ecbc2347ee9d7.camel@gentoo.org> X-Archives-Salt: d89948c7-3680-4a12-abe6-e58023a40ca0 X-Archives-Hash: 3995f553907bed2fafa3ed06e2d6d1fe On 2022-12-26 10:11:18, Hans de Graaff wrote: > > It would be great if you could dust these off and post them here so we > can get these improvements merged. You mention in the bug that you'd > rather wait for a dedicated maintainer to review them, but I'm (in > name) that maintainer and I think you probably know these eclasses > better than I do. With some joint effort we may get things moving here. I'm trying to avoid becoming the de facto maintainer of the thirty or so apache modules that I care nothing about. The eclasses I posted to the bug are a proof-of-concept for www-apache/mpm_itk, but even that has a workaround allowing it to use EAPI=7 now. I haven't tested them with any other packages. Updating apache-module-r1.eclass to EAPI=8 still requires some work, and then the whole thing needs to be tested by migrating a representative chunk of apache-module packages to determine if the idea is feasible as-is, or if the approach needs to be tweaked. Until then we'd just be wasting reviewers' time. I may eventually get bored enough to do all that testing, but right now I have a lot of things that are actually enjoyable and/or make me money in front of it on my list.