Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh-bin/
Date: Sun, 27 Jun 2021 18:15:06
Message-Id: 1624817699.c85c5ac0b722d174bf80171beb8eaf3c16045f56.zmedico@gentoo
1 commit: c85c5ac0b722d174bf80171beb8eaf3c16045f56
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 27 17:33:07 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 27 18:14:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85c5ac0
7
8 app-shells/pwsh-bin: Import from dotnet repo + 7.1.3 version bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-shells/pwsh-bin/Manifest | 3 +++
14 app-shells/pwsh-bin/metadata.xml | 18 +++++++++++++
15 app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild | 43 +++++++++++++++++++++++++++++++
16 3 files changed, 64 insertions(+)
17
18 diff --git a/app-shells/pwsh-bin/Manifest b/app-shells/pwsh-bin/Manifest
19 new file mode 100644
20 index 00000000000..85bd78acf7c
21 --- /dev/null
22 +++ b/app-shells/pwsh-bin/Manifest
23 @@ -0,0 +1,3 @@
24 +DIST powershell-7.1.3-linux-arm32.tar.gz 64921375 BLAKE2B d4d5eb64bbb88d1e52a10fb95e36005774f3cfb8ed3383702872c0c5fd02b6057615149d00d2410a3a1f7f2f85e99a7329fdb74dbba08c080747905abae66d3f SHA512 3aa77f8f93bf61a8aac9f46c701bcc24822474c42527b4948c7187841d9a94adeb9159e8a35ea156e40d1a7626c813e3364311af87ff2717889cb9544b4ff958
25 +DIST powershell-7.1.3-linux-arm64.tar.gz 63765497 BLAKE2B e42164e80a7576547bca5304181ccf31f43fed971bc02403e0adc400234523d5ee4529367488ad3526594e43d8fbd21b2a804536ea2b21073d8e174280b96dd4 SHA512 8fba0cba90a2f8fa073e6a40d69617388b65650e7eea1756962ecb75a14df06dd19d0107d32d94ed53ad9ab79199fbc04b53038303c24f30c286c2f9fcced6b5
26 +DIST powershell-7.1.3-linux-x64.tar.gz 68289291 BLAKE2B 6d3f1f61b632728ef0868a82b09f9c33f364b4c4c5869b2d700cdd051109d52f73bfba787be70b6acf53c227eb035786d47ec994a50db8e0a43e17b002a5d478 SHA512 7a33c01f8a9de33205c08f7c6833272bb3f33052b8020c0a794e47ec6f6ec971dc41251e4eb7e8d21382099ea127f363242d0d93f4d31aaa6ea87ce955ed0718
27
28 diff --git a/app-shells/pwsh-bin/metadata.xml b/app-shells/pwsh-bin/metadata.xml
29 new file mode 100644
30 index 00000000000..a5e3c68d397
31 --- /dev/null
32 +++ b/app-shells/pwsh-bin/metadata.xml
33 @@ -0,0 +1,18 @@
34 +<?xml version="1.0" encoding="UTF-8"?>
35 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 +<pkgmetadata>
37 + <maintainer type="project">
38 + <email>dotnet@g.o</email>
39 + </maintainer>
40 + <upstream>
41 + <changelog>https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.1.md</changelog>
42 + <doc>https://powershell.org/free-resources/</doc>
43 + <bugs-to>https://github.com/PowerShell/PowerShell/issues</bugs-to>
44 + <remote-id type="github">PowerShell/PowerShell</remote-id>
45 + </upstream>
46 + <use>
47 + <flag name="pwsh-symlink">
48 + Install a pwsh symlink that points to pwsh-bin.
49 + </flag>
50 + </use>
51 +</pkgmetadata>
52
53 diff --git a/app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild
54 new file mode 100644
55 index 00000000000..b3bb0706496
56 --- /dev/null
57 +++ b/app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild
58 @@ -0,0 +1,43 @@
59 +# Copyright 1999-2021 Gentoo Authors
60 +# Distributed under the terms of the GNU General Public License v2
61 +
62 +EAPI="7"
63 +
64 +DESCRIPTION="PowerShell - binary precompiled for glibc"
65 +HOMEPAGE="https://powershell.org/"
66 +LICENSE="MIT"
67 +QA_PREBUILT="*"
68 +SRC_URI="
69 + amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz )
70 + arm? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm32.tar.gz )
71 + arm64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm64.tar.gz )
72 +"
73 +SLOT="0"
74 +KEYWORDS="~amd64 ~arm ~arm64"
75 +RDEPEND="
76 + app-crypt/mit-krb5:0/0
77 + dev-util/lttng-ust:0
78 + || ( dev-libs/openssl-compat:1.0.0 =dev-libs/openssl-1.0*:0/0 )
79 + sys-libs/pam:0/0
80 + sys-libs/zlib:0/1
81 + pwsh-symlink? ( !app-shells/pwsh )
82 +"
83 +IUSE="+pwsh-symlink"
84 +REQUIRED_USE="elibc_glibc"
85 +
86 +S=${WORKDIR}
87 +
88 +src_install() {
89 + local dest=opt/pwsh broken_symlinks=(libcrypto.so.1.0.0 libssl.so.1.0.0) symlink
90 + dodir "${dest}"
91 +
92 + for symlink in "${broken_symlinks[@]}"; do
93 + [[ -L ${symlink} ]] && { rm "${symlink}" || die; }
94 + done
95 +
96 + mv "${S}/"* "${ED}/${dest}/" || die
97 + fperms 0755 "/${dest}/pwsh"
98 +
99 + dosym "../../${dest}/pwsh" "/usr/bin/pwsh-bin"
100 + use pwsh-symlink && dosym "../../${dest}/pwsh" "/usr/bin/pwsh"
101 +}