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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF5FF15800A for ; Sun, 30 Jul 2023 19:34:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8175DE0BE0; Sun, 30 Jul 2023 19:34:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3E342E0BD9 for ; Sun, 30 Jul 2023 19:34:34 +0000 (UTC) Message-ID: <2bcae9ebef884b25c7d3dd60bd29b35a60032da1.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 Cc: Maciej =?UTF-8?Q?Bar=C4=87?= Date: Sun, 30 Jul 2023 21:34:30 +0200 In-Reply-To: <20230730142647.872-2-xgqt@gentoo.org> References: <20230730142647.872-1-xgqt@gentoo.org> <20230730142647.872-2-xgqt@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: 7de3f001-9a16-4cc0-9cd1-317702ea6e97 X-Archives-Hash: cc807532d2d22eacf065cd7be81b43d1 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.ecl= ass > 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 package= s. > +# > +# This eclass does not export any phase functions, for that see > +# the "dotnet-pkg" eclass. Given how intrusive this is, I don't think "-utils" is a correct suffix. It's for eclasses providing utility functions without affecting packages implicitly. --=20 Best regards, Micha=C5=82 G=C3=B3rny