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 5744E158015 for ; Wed, 27 Dec 2023 21:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 444712BC01B; Wed, 27 Dec 2023 21:52:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2D0642BC01B for ; Wed, 27 Dec 2023 21:52:41 +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 117F8340940 for ; Wed, 27 Dec 2023 21:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4759213A0 for ; Wed, 27 Dec 2023 21:52:38 +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: <1703713955.5c90cd64744d8effee2a0d66b7a3837804e65c48.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/invokebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/invokebuild/Manifest app-shells/invokebuild/invokebuild-5.10.5.ebuild app-shells/invokebuild/metadata.xml X-VCS-Directories: app-shells/invokebuild/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5c90cd64744d8effee2a0d66b7a3837804e65c48 X-VCS-Branch: master Date: Wed, 27 Dec 2023 21:52:38 +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: b174d791-c078-4c21-a397-5a577f196e01 X-Archives-Hash: 3832d9076af902b322178e24e5e64853 commit: 5c90cd64744d8effee2a0d66b7a3837804e65c48 Author: Maciej Barć gentoo org> AuthorDate: Wed Dec 27 21:00:56 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Dec 27 21:52:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c90cd64 app-shells/invokebuild: new package; add 5.10.5 Signed-off-by: Maciej Barć gentoo.org> app-shells/invokebuild/Manifest | 1 + app-shells/invokebuild/invokebuild-5.10.5.ebuild | 32 ++++++++++++++++++++++++ app-shells/invokebuild/metadata.xml | 13 ++++++++++ 3 files changed, 46 insertions(+) diff --git a/app-shells/invokebuild/Manifest b/app-shells/invokebuild/Manifest new file mode 100644 index 000000000000..43a3dcc0c0c6 --- /dev/null +++ b/app-shells/invokebuild/Manifest @@ -0,0 +1 @@ +DIST invokebuild-5.10.5.zip 40940 BLAKE2B d67d7b9e1a90af8b898558910bc766a7f4e186abbb678f50940f5783c028d0ca16ec77e394dc486c3553b03016581ce73b6f73f9f68271bad53cfafdb7f39de3 SHA512 4210a31885f6d6126b70aa6f2c8bbf41d62e404c65637f9d5aa7daa8cb8a9e052595ebd28b7b2794a7107c01193fa02cd3f6a8c8c456f2ce2d0f8e13adfc7668 diff --git a/app-shells/invokebuild/invokebuild-5.10.5.ebuild b/app-shells/invokebuild/invokebuild-5.10.5.ebuild new file mode 100644 index 000000000000..583ef0ac859b --- /dev/null +++ b/app-shells/invokebuild/invokebuild-5.10.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Build and test automation in PowerShell" +HOMEPAGE="https://github.com/nightroman/Invoke-Build/" +SRC_URI="https://www.powershellgallery.com/api/v2/package/${PN}/${PV} + -> ${P}.zip" +S="${WORKDIR}" + +LICENSE="Apache-2.0" +SLOT="${PV}" +KEYWORDS="~amd64" + +RDEPEND=" + virtual/pwsh:* +" +BDEPEND=" + app-arch/unzip +" + +src_prepare() { + default + + rm -f -r '[Content_Types].xml' _rels package || die +} + +src_install() { + insinto "/usr/share/GentooPowerShell/Modules/InvokeBuild/${PV}" + doins -r . +} diff --git a/app-shells/invokebuild/metadata.xml b/app-shells/invokebuild/metadata.xml new file mode 100644 index 000000000000..463c3cf6a20b --- /dev/null +++ b/app-shells/invokebuild/metadata.xml @@ -0,0 +1,13 @@ + + + + + + dotnet@gentoo.org + Gentoo Dotnet Project + + + https://gitlab.com/nightroman/Invoke-Build/issues/ + nightroman/Invoke-Build + +