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 7FA2A15815E for ; Sat, 10 Feb 2024 16:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A473EE2A4D; Sat, 10 Feb 2024 16:24:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C069E2A4D for ; Sat, 10 Feb 2024 16:24:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id D2B31343089 for ; Sat, 10 Feb 2024 16:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96F014D6 for ; Sat, 10 Feb 2024 16:24:55 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1707582287.e25d1dc71c1c7387f5d8aac76dc6df0a38168dec.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/fantomas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/fantomas/fantomas-6.2.3.ebuild X-VCS-Directories: dev-dotnet/fantomas/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e25d1dc71c1c7387f5d8aac76dc6df0a38168dec X-VCS-Branch: master Date: Sat, 10 Feb 2024 16:24:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 001b3564-fad1-42f1-9052-07bcd499694a X-Archives-Hash: b5dfde717f08ea91b33cb6821cbdd451 commit: e25d1dc71c1c7387f5d8aac76dc6df0a38168dec Author: Maciej Barć gentoo org> AuthorDate: Sat Feb 10 12:42:48 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Feb 10 16:24:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25d1dc7 dev-dotnet/fantomas: use eclass for NuGet.config manipulation Signed-off-by: Maciej Barć gentoo.org> dev-dotnet/fantomas/fantomas-6.2.3.ebuild | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/dev-dotnet/fantomas/fantomas-6.2.3.ebuild b/dev-dotnet/fantomas/fantomas-6.2.3.ebuild index d1be8a007fb9..ed5c618a2d3e 100644 --- a/dev-dotnet/fantomas/fantomas-6.2.3.ebuild +++ b/dev-dotnet/fantomas/fantomas-6.2.3.ebuild @@ -255,18 +255,7 @@ src_unpack() { src_prepare() { dotnet-pkg_src_prepare - find "${S}" -type f -iname nuget.config -exec rm -v {} + || die - cat < NuGet.config || die - - - - - - - -EOF - - # Reimplementing "dotnet build.fsx -p Init" in shell: + # Reimplementing "dotnet build.fsx -p Init" in shell. mkdir -p "${S}/.deps" || die ln -s "${WORKDIR}/fsharp-${FCS_COMMIT}" "${S}/.deps/${FCS_COMMIT}" || die find "${S}/.deps/${FCS_COMMIT}/src" -type f \