public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/
@ 2023-09-16  7:50 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-09-16  7:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4251ebbaee1d3504459878a8ce89ded386311a95
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 06:41:33 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:50:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4251ebba

virtual/pwsh: new package; add 7.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 virtual/pwsh/metadata.xml    | 10 ++++++++++
 virtual/pwsh/pwsh-7.3.ebuild | 16 ++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/virtual/pwsh/metadata.xml b/virtual/pwsh/metadata.xml
new file mode 100644
index 000000000000..7bd1002e05bd
--- /dev/null
+++ b/virtual/pwsh/metadata.xml
@@ -0,0 +1,10 @@
+<?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>
+  <stabilize-allarches />
+</pkgmetadata>

diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild
new file mode 100644
index 000000000000..83ff2f6ffd7c
--- /dev/null
+++ b/virtual/pwsh/pwsh-7.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for PowerShell"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	|| (
+		app-shells/pwsh-bin:${SLOT}
+		app-shells/pwsh:${SLOT}
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/
@ 2023-09-16 10:11 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-09-16 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     fdb8e2c484af3c88e1205eaa52babb7d77f72ece
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 10:11:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 10:11:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb8e2c4

virtual/pwsh: Keyword 7.3 arm64, #914271

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

 virtual/pwsh/pwsh-7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild
index 83ff2f6ffd7c..e77f271b052e 100644
--- a/virtual/pwsh/pwsh-7.3.ebuild
+++ b/virtual/pwsh/pwsh-7.3.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual for PowerShell"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/
@ 2023-09-16 10:26 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-09-16 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b36323a3513e78adc83b3f68bbf8005bc416ebec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 10:26:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 10:26:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36323a3

virtual/pwsh: Keyword 7.3 arm, #914271

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

 virtual/pwsh/pwsh-7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild
index e77f271b052e..f2011e485aef 100644
--- a/virtual/pwsh/pwsh-7.3.ebuild
+++ b/virtual/pwsh/pwsh-7.3.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual for PowerShell"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/
@ 2023-11-26  2:56 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-11-26  2:56 UTC (permalink / raw
  To: gentoo-commits

commit:     6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 02:54:43 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 02:54:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc1c1f4

virtual/pwsh: bump to 7.4

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 virtual/pwsh/pwsh-7.4.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/virtual/pwsh/pwsh-7.4.ebuild b/virtual/pwsh/pwsh-7.4.ebuild
new file mode 100644
index 000000000000..f2011e485aef
--- /dev/null
+++ b/virtual/pwsh/pwsh-7.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for PowerShell"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+RDEPEND="
+	|| (
+		app-shells/pwsh-bin:${SLOT}
+		app-shells/pwsh:${SLOT}
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/
@ 2024-01-23 22:22 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-01-23 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f0992d0132b98e44010c7b63bcff9fbfa65ae2
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 22:21:48 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 22:21:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f0992d

virtual/pwsh: drop old 7.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 virtual/pwsh/pwsh-7.3.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild
deleted file mode 100644
index f2011e485aef..000000000000
--- a/virtual/pwsh/pwsh-7.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Virtual for PowerShell"
-
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-RDEPEND="
-	|| (
-		app-shells/pwsh-bin:${SLOT}
-		app-shells/pwsh:${SLOT}
-	)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/
@ 2024-04-04  9:01 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2024-04-04  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8ddb8781759889a28121a5049f86163b04716dda
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 09:01:20 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 09:01:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddb8781

virtual/pwsh: Stabilize 7.4 amd64, #928546

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 virtual/pwsh/pwsh-7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/pwsh/pwsh-7.4.ebuild b/virtual/pwsh/pwsh-7.4.ebuild
index f2011e485aef..09a79ed5556c 100644
--- a/virtual/pwsh/pwsh-7.4.ebuild
+++ b/virtual/pwsh/pwsh-7.4.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
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual for PowerShell"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/
@ 2024-05-16 16:47 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-05-16 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     dad516b810d37b1078140b292963b19f739446e9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 16:47:16 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 16 16:47:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad516b8

virtual/pwsh: Stabilize 7.4 arm64, #928546

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/pwsh/pwsh-7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/pwsh/pwsh-7.4.ebuild b/virtual/pwsh/pwsh-7.4.ebuild
index 09a79ed5556c..cc5ade08a3a1 100644
--- a/virtual/pwsh/pwsh-7.4.ebuild
+++ b/virtual/pwsh/pwsh-7.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DESCRIPTION="Virtual for PowerShell"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm arm64"
 
 RDEPEND="
 	|| (


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

end of thread, other threads:[~2024-05-16 16:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16 10:26 [gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-16 16:47 Arthur Zamarin
2024-04-04  9:01 Jakov Smolić
2024-01-23 22:22 Maciej Barć
2023-11-26  2:56 Maciej Barć
2023-09-16 10:11 Sam James
2023-09-16  7:50 Maciej Barć

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