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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5646158245 for ; Fri, 6 Dec 2024 01:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B994E0AFE; Fri, 6 Dec 2024 01:08:48 +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 519B7E0AE2 for ; Fri, 6 Dec 2024 01:08:47 +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 6F0D9341256 for ; Fri, 6 Dec 2024 01:08:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B33211F28 for ; Fri, 6 Dec 2024 01:08:44 +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: <1733445777.f303323de80d30e6a89bbe0c6bbb5515e837653d.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: f303323de80d30e6a89bbe0c6bbb5515e837653d X-VCS-Branch: master Date: Fri, 6 Dec 2024 01:08:44 +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: e79479e8-d72e-4914-bead-4e9e9dc68ec6 X-Archives-Hash: b00ebb610b33f21a672cd1edfa566c66 commit: f303323de80d30e6a89bbe0c6bbb5515e837653d Author: Maciej Barć gentoo org> AuthorDate: Thu Dec 5 22:21:07 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Dec 6 00:42:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f303323d dev-dotnet/gentoo-dotnet-maintainer-tools: drop old 2.9999 Signed-off-by: Maciej Barć gentoo.org> .../gentoo-dotnet-maintainer-tools-2.9999.ebuild | 91 ---------------------- 1 file changed, 91 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 deleted file mode 100644 index ef2c404348b9..000000000000 --- a/dev-dotnet/gentoo-dotnet-maintainer-tools/gentoo-dotnet-maintainer-tools-2.9999.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 -fsharp.data.json.core@6.3.0 -fsharp.data.runtime.utilities@6.3.0 -fsharp.data.worldbank.core@6.3.0 -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 - -DESCRIPTION="Gentoo tools for .NET packages maintenance" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Dotnet - https://gitlab.gentoo.org/dotnet/gentoo-dotnet-maintainer-tools/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://gitlab.gentoo.org/dotnet/${PN}.git" -else - SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2" - - KEYWORDS="~amd64" -fi - -SRC_URI+=" ${NUGET_URIS} " -S="${WORKDIR}/${P}/Source/v${MAJOR}" - -LICENSE="GPL-2+" -SLOT="0/${MAJOR}" - -DOTNET_PKG_PROJECTS=() -DOTNET_TOOLS=() - -src_unpack() { - dotnet-pkg_src_unpack - - if [[ -n "${EGIT_REPO_URI}" ]] ; then - git-r3_src_unpack - fi -} - -src_prepare() { - dotnet-pkg_src_prepare - - 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[@]}" -} - -src_install() { - dotnet-pkg_src_install - - local tool_exe - for tool_exe in "${DOTNET_TOOLS[@]}" ; do - dotnet-pkg-base_dolauncher "/usr/share/${P}/${tool_exe}" - done - - dodoc -r docs/*.md -}