public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-shells/invokebuild/
@ 2023-12-27 21:52 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2023-12-27 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5c90cd64744d8effee2a0d66b7a3837804e65c48
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 21:00:56 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="project">
+    <email>dotnet@gentoo.org</email>
+    <name>Gentoo Dotnet Project</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://gitlab.com/nightroman/Invoke-Build/issues/</bugs-to>
+    <remote-id type="github">nightroman/Invoke-Build</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-shells/invokebuild/
@ 2024-04-25 22:18 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-04-25 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     07eb1ecde4f2cd95e52c6bea505330fed88d6724
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 22:16:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 22:16:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eb1ecd

app-shells/invokebuild: Stabilize 5.10.5 amd64, #930687

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/invokebuild/invokebuild-5.10.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/invokebuild/invokebuild-5.10.5.ebuild b/app-shells/invokebuild/invokebuild-5.10.5.ebuild
index 583ef0ac859b..d93f4c04ec0a 100644
--- a/app-shells/invokebuild/invokebuild-5.10.5.ebuild
+++ b/app-shells/invokebuild/invokebuild-5.10.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="Apache-2.0"
 SLOT="${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	virtual/pwsh:*


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-25 22:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25 22:18 [gentoo-commits] repo/gentoo:master commit in: app-shells/invokebuild/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-12-27 21:52 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox