From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 030E415800A for ; Mon, 31 Jul 2023 05:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D62BE0C78; Mon, 31 Jul 2023 05:09:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1634EE0BA1 for ; Mon, 31 Jul 2023 05:09:37 +0000 (UTC) Message-ID: <7c0ad26dc92fa5a63f523df2347efb6bacef4900.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH 2/7] eclass/dotnet-pkg-utils.eclass: introduce new eclass From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Date: Mon, 31 Jul 2023 07:09:33 +0200 In-Reply-To: References: <20230730142647.872-1-xgqt@gentoo.org> <20230730142647.872-2-xgqt@gentoo.org> <2bcae9ebef884b25c7d3dd60bd29b35a60032da1.camel@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 X-Archives-Salt: f8031557-c6ca-41de-aa8f-f08776f01721 X-Archives-Hash: 3266e2d8786eb63aade8d5b001eca27d On Sun, 2023-07-30 at 22:04 +0200, Maciej Bar=C4=87 wrote: > W dniu 30.07.2023 o=C2=A021:34, Micha=C5=82 G=C3=B3rny pisze: > > On Sun, 2023-07-30 at 16:26 +0200, Maciej Bar=C4=87 wrote: > > > Bug: https://bugs.gentoo.org/900597 > > > Bug: https://github.com/gentoo/gentoo/pull/29309 > > > Signed-off-by: Maciej Bar=C4=87 > > > --- > > > eclass/dotnet-pkg-utils.eclass | 602 ++++++++++++++++++++++++++++++= +++ > > > 1 file changed, 602 insertions(+) > > > create mode 100644 eclass/dotnet-pkg-utils.eclass > > >=20 > > > diff --git a/eclass/dotnet-pkg-utils.eclass b/eclass/dotnet-pkg-utils= .eclass > > > new file mode 100644 > > > index 000000000..bdde11fe5 > > > --- /dev/null > > > +++ b/eclass/dotnet-pkg-utils.eclass > > > @@ -0,0 +1,602 @@ > > > +# Copyright 1999-2023 Gentoo Authors > > > +# Distributed under the terms of the GNU General Public License v2 > > > + > > > +# @ECLASS: dotnet-pkg-utils.eclass > > > +# @MAINTAINER: > > > +# Gentoo Dotnet project > > > +# @AUTHOR: > > > +# Anna Figueiredo Gomes > > > +# Maciej Bar=C4=87 > > > +# @SUPPORTED_EAPIS: 8 > > > +# @PROVIDES: nuget > > > +# @BLURB: common functions and variables for builds using .NET SDK > > > +# @DESCRIPTION: > > > +# This eclass is designed to provide common definitions for .NET pac= kages. > > > +# > > > +# This eclass does not export any phase functions, for that see > > > +# the "dotnet-pkg" eclass. > >=20 > > Given how intrusive this is, I don't think "-utils" is a correct suffix= . > > It's for eclasses providing utility functions without affecting package= s > > implicitly. > >=20 >=20 > What about "-common", like "elisp-common.eclass" has? >=20 Works for me. It probably still doesn't really explain when you want "- common", and when you want the main eclass. I may have better suggestions if I figured that out. --=20 Best regards, Micha=C5=82 G=C3=B3rny