[gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/

2024-05-16 Thread Arthur Zamarin
commit: dad516b810d37b1078140b292963b19f739446e9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 16 16:47:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 16 16:47:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad516b8

virtual/pwsh: Stabilize 7.4 arm64, #928546

Signed-off-by: Arthur Zamarin  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="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/

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

virtual/pwsh: Stabilize 7.4 amd64, #928546

Signed-off-by: Jakov Smolić  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="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/

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

virtual/pwsh: drop old 7.3

Signed-off-by: Maciej Barć  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..
--- 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}
-   )
-"



[gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/

2023-11-25 Thread Maciej Barć
commit: 6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Nov 26 02:54:43 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Nov 26 02:54:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc1c1f4

virtual/pwsh: bump to 7.4

Signed-off-by: Maciej Barć  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 ..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}
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/

2023-09-16 Thread Sam James
commit: b36323a3513e78adc83b3f68bbf8005bc416ebec
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 16 10:26:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 16 10:26:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36323a3

virtual/pwsh: Keyword 7.3 arm, #914271

Signed-off-by: Sam James  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="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/

2023-09-16 Thread Sam James
commit: fdb8e2c484af3c88e1205eaa52babb7d77f72ece
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 16 10:11:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 16 10:11:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb8e2c4

virtual/pwsh: Keyword 7.3 arm64, #914271

Signed-off-by: Sam James  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="
|| (



[gentoo-commits] repo/gentoo:master commit in: virtual/pwsh/

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

virtual/pwsh: new package; add 7.3

Signed-off-by: Maciej Barć  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 ..7bd1002e05bd
--- /dev/null
+++ b/virtual/pwsh/metadata.xml
@@ -0,0 +1,10 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  
+dot...@gentoo.org
+Gentoo Dotnet Project
+  
+  
+

diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild
new file mode 100644
index ..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}
+   )
+"