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 83976158041 for ; Tue, 27 Feb 2024 22:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 730ECE2AD1; Tue, 27 Feb 2024 22:53:42 +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 5423CE2AD1 for ; Tue, 27 Feb 2024 22:53:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B91933BF60 for ; Tue, 27 Feb 2024 22:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B0B914E6 for ; Tue, 27 Feb 2024 22:53:39 +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: <1709074051.a010a46d2a1497f0742fb7736c57b6a3e888b9f2.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gentoo-dotnet-maintainer-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.9999.ebuild X-VCS-Directories: dev-dotnet/gentoo-dotnet-maintainer-tools/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: a010a46d2a1497f0742fb7736c57b6a3e888b9f2 X-VCS-Branch: master Date: Tue, 27 Feb 2024 22:53:39 +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: 99c25b43-a9e1-419e-87b4-40ca27998ab9 X-Archives-Hash: cee4ee71b44f20153ae157b8ff37579a commit: a010a46d2a1497f0742fb7736c57b6a3e888b9f2 Author: Maciej Barć gentoo org> AuthorDate: Tue Feb 27 21:50:34 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Feb 27 22:47:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a010a46d dev-dotnet/gentoo-dotnet-maintainer-tools: sync live Signed-off-by: Maciej Barć gentoo.org> .../gentoo-dotnet-maintainer-tools-2.9999.ebuild | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.9999.ebuild b/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.9999.ebuild index 2ad38f3dd580..dd8eaae46b9a 100644 --- a/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.9999.ebuild +++ b/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.9999.ebuild @@ -7,7 +7,12 @@ MAJOR="$(ver_cut 1)" DOTNET_PKG_COMPAT=8.0 NUGETS=" +fabulous.ast@0.7.0 +fantomas.core@6.3.0-alpha-003 +fantomas.fcs@6.3.0-alpha-003 +fsharp.core@6.0.1 fsharp.core@8.0.100 +fsharp.core@8.0.101 fsharp.data.csv.core@6.3.0 fsharp.data.html.core@6.3.0 fsharp.data.http@6.3.0 @@ -18,7 +23,17 @@ fsharp.data.xml.core@6.3.0 fsharp.data@6.3.0 libgit2sharp.nativebinaries@2.0.321 libgit2sharp@0.29.0 +microsoft.netcore.platforms@1.1.1 +microsoft.netcore.targets@1.1.3 +org.xgqt.simplelog@0.0.0 +runtime.any.system.runtime@4.3.0 +runtime.native.system@4.3.0 +runtime.unix.system.private.uri@4.3.0 system.commandline@2.0.0-beta4.22272.1 +system.diagnostics.diagnosticsource@7.0.0 +system.memory@4.5.5 +system.private.uri@4.3.0 +system.runtime@4.3.1 " inherit dotnet-pkg @@ -57,11 +72,8 @@ src_unpack() { src_prepare() { dotnet-pkg_src_prepare - local tool_project - while read -r tool_project ; do - DOTNET_PKG_PROJECTS+=( $(find "${tool_project}/src" -name "*proj") ) - DOTNET_TOOLS+=( "${tool_project}" ) - done < <(cat ./gdmt-tools.txt) + DOTNET_PKG_PROJECTS=( $(find . -name "Gdmt.*proj") ) + DOTNET_TOOLS=( $(cat ./gdmt-tools.txt) ) einfo "Will build following DOTNET_PKG_PROJECTS: ${DOTNET_PKG_PROJECTS[@]}" einfo "Will build following DOTNET_TOOLS: ${DOTNET_TOOLS[@]}"