summaryrefslogtreecommitdiff
path: root/virtual/pwsh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-16 11:00:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-16 11:00:10 +0100
commit3c490942d0d98701d1c0971e60911fa6bd3ecb76 (patch)
treec7e992463fec552ae6483d7b81848aa185d3559f /virtual/pwsh
parentc748acf4192a1e08c9feb2d5f0004937a4869639 (diff)
gentoo auto-resync : 16:09:2023 - 11:00:10
Diffstat (limited to 'virtual/pwsh')
-rw-r--r--virtual/pwsh/Manifest2
-rw-r--r--virtual/pwsh/metadata.xml10
-rw-r--r--virtual/pwsh/pwsh-7.3.ebuild16
3 files changed, 28 insertions, 0 deletions
diff --git a/virtual/pwsh/Manifest b/virtual/pwsh/Manifest
new file mode 100644
index 000000000000..6205917738e5
--- /dev/null
+++ b/virtual/pwsh/Manifest
@@ -0,0 +1,2 @@
+EBUILD pwsh-7.3.ebuild 269 BLAKE2B 0276c93a08865a7c93325d581023bd10ef343743de6b464f4efb57e57d6e3fd5e233ffe60f7ada2bfe17ad3ff02df1cff849122ebca39152afbea78405cb6093 SHA512 85851f4e904635d17e858d8090e28e51a5945fbb83b5987a3ece106d4291993e255ac35e35663599df376231ed36a23e4cebcf225f4a0421d3f30062ddf891c5
+MISC metadata.xml 289 BLAKE2B 62292b0774a34b266fb163ecd20418e58aa0ac4e1a16692f27697d9a026c21b42da15f4b427924165a697869db3254d59b17a0e290d51f1bda235a6424fe9625 SHA512 7dca081deebde7c4dbc552e317782a9ff4adef769f2951d5f1f614bd3c248839a7094ff9978c6737e492871e5f9669b2cac671633172a445619c21e590e59ac3
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}
+ )
+"