From f779793fab63dc0e979abfff2787da9f97ae942d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 19 Sep 2021 11:43:30 -0700 Subject: app-shells/pwsh-bin: Bump to version 7.1.4 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Zac Medico --- app-shells/pwsh-bin/Manifest | 6 ++--- app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild | 43 ------------------------------- app-shells/pwsh-bin/pwsh-bin-7.1.4.ebuild | 43 +++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild create mode 100644 app-shells/pwsh-bin/pwsh-bin-7.1.4.ebuild (limited to 'app-shells') diff --git a/app-shells/pwsh-bin/Manifest b/app-shells/pwsh-bin/Manifest index 85bd78acf7c2..37fdbf37a6bb 100644 --- a/app-shells/pwsh-bin/Manifest +++ b/app-shells/pwsh-bin/Manifest @@ -1,3 +1,3 @@ -DIST powershell-7.1.3-linux-arm32.tar.gz 64921375 BLAKE2B d4d5eb64bbb88d1e52a10fb95e36005774f3cfb8ed3383702872c0c5fd02b6057615149d00d2410a3a1f7f2f85e99a7329fdb74dbba08c080747905abae66d3f SHA512 3aa77f8f93bf61a8aac9f46c701bcc24822474c42527b4948c7187841d9a94adeb9159e8a35ea156e40d1a7626c813e3364311af87ff2717889cb9544b4ff958 -DIST powershell-7.1.3-linux-arm64.tar.gz 63765497 BLAKE2B e42164e80a7576547bca5304181ccf31f43fed971bc02403e0adc400234523d5ee4529367488ad3526594e43d8fbd21b2a804536ea2b21073d8e174280b96dd4 SHA512 8fba0cba90a2f8fa073e6a40d69617388b65650e7eea1756962ecb75a14df06dd19d0107d32d94ed53ad9ab79199fbc04b53038303c24f30c286c2f9fcced6b5 -DIST powershell-7.1.3-linux-x64.tar.gz 68289291 BLAKE2B 6d3f1f61b632728ef0868a82b09f9c33f364b4c4c5869b2d700cdd051109d52f73bfba787be70b6acf53c227eb035786d47ec994a50db8e0a43e17b002a5d478 SHA512 7a33c01f8a9de33205c08f7c6833272bb3f33052b8020c0a794e47ec6f6ec971dc41251e4eb7e8d21382099ea127f363242d0d93f4d31aaa6ea87ce955ed0718 +DIST powershell-7.1.4-linux-arm32.tar.gz 64878390 BLAKE2B 5fd82e562b5db20f7d0b5335969eca6a0821bc7ee23aca6d60a0ef9f7fbf4888d515f8a1fabd5b5fdf8de6418abcfbad481bec5b3dd4635f072007ebc6ecb634 SHA512 cd48f644f483dcc8594aba1220912f731345cfe0316ef21ec1663d16fc36e95d2c6891a742bade31f3450e3cedbe689f7804ae8f90737ae23d04a39adb6c4171 +DIST powershell-7.1.4-linux-arm64.tar.gz 63726773 BLAKE2B f59c75a8dfd9d12f7c41c3035524a4c9991923dfc04e8eb61f8440de1d110932c769f84806fb2b33a9179817d57179e1c70de7b3199c78023d75f22fbaad5a83 SHA512 7eca9d5c6cfe57b0920a49d4f22499f509c1125a5a91876f17bcadd1a6e049bf3bc9d0abf0bb460823d06b67c8c065abf100c8f989353c7f28f993c07b44005f +DIST powershell-7.1.4-linux-x64.tar.gz 68255681 BLAKE2B 7a57298cdea29e430b67cad965d16f533fab67aaf7009db8cd68683f5e987dab48f12c779c87a0a1538a1ecf7ed2be25011578b7491a092d86f7d386ec8ac6a4 SHA512 b15098a1ab1fc357f0351fc2146e6be3f060ef90dd38ced2e3379b24a0bcb4f28a7c4c655509e62824c56ce905162a7c81bd0a853c5320bd8139a3a4178b97a1 diff --git a/app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild deleted file mode 100644 index b3bb0706496a..000000000000 --- a/app-shells/pwsh-bin/pwsh-bin-7.1.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="PowerShell - binary precompiled for glibc" -HOMEPAGE="https://powershell.org/" -LICENSE="MIT" -QA_PREBUILT="*" -SRC_URI=" - amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz ) - arm? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm32.tar.gz ) - arm64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm64.tar.gz ) -" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" -RDEPEND=" - app-crypt/mit-krb5:0/0 - dev-util/lttng-ust:0 - || ( dev-libs/openssl-compat:1.0.0 =dev-libs/openssl-1.0*:0/0 ) - sys-libs/pam:0/0 - sys-libs/zlib:0/1 - pwsh-symlink? ( !app-shells/pwsh ) -" -IUSE="+pwsh-symlink" -REQUIRED_USE="elibc_glibc" - -S=${WORKDIR} - -src_install() { - local dest=opt/pwsh broken_symlinks=(libcrypto.so.1.0.0 libssl.so.1.0.0) symlink - dodir "${dest}" - - for symlink in "${broken_symlinks[@]}"; do - [[ -L ${symlink} ]] && { rm "${symlink}" || die; } - done - - mv "${S}/"* "${ED}/${dest}/" || die - fperms 0755 "/${dest}/pwsh" - - dosym "../../${dest}/pwsh" "/usr/bin/pwsh-bin" - use pwsh-symlink && dosym "../../${dest}/pwsh" "/usr/bin/pwsh" -} diff --git a/app-shells/pwsh-bin/pwsh-bin-7.1.4.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.1.4.ebuild new file mode 100644 index 000000000000..b3bb0706496a --- /dev/null +++ b/app-shells/pwsh-bin/pwsh-bin-7.1.4.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="PowerShell - binary precompiled for glibc" +HOMEPAGE="https://powershell.org/" +LICENSE="MIT" +QA_PREBUILT="*" +SRC_URI=" + amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz ) + arm? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm32.tar.gz ) + arm64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-arm64.tar.gz ) +" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64" +RDEPEND=" + app-crypt/mit-krb5:0/0 + dev-util/lttng-ust:0 + || ( dev-libs/openssl-compat:1.0.0 =dev-libs/openssl-1.0*:0/0 ) + sys-libs/pam:0/0 + sys-libs/zlib:0/1 + pwsh-symlink? ( !app-shells/pwsh ) +" +IUSE="+pwsh-symlink" +REQUIRED_USE="elibc_glibc" + +S=${WORKDIR} + +src_install() { + local dest=opt/pwsh broken_symlinks=(libcrypto.so.1.0.0 libssl.so.1.0.0) symlink + dodir "${dest}" + + for symlink in "${broken_symlinks[@]}"; do + [[ -L ${symlink} ]] && { rm "${symlink}" || die; } + done + + mv "${S}/"* "${ED}/${dest}/" || die + fperms 0755 "/${dest}/pwsh" + + dosym "../../${dest}/pwsh" "/usr/bin/pwsh-bin" + use pwsh-symlink && dosym "../../${dest}/pwsh" "/usr/bin/pwsh" +} -- cgit v1.2.3-65-gdbad