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>dot...@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} + ) +"