commit: 8d3d7184be1635b3567bed7f2606114a458cadcf Author: Gergely Nagy <ngg <AT> ngg <DOT> hu> AuthorDate: Wed Mar 4 20:04:01 2020 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Thu Mar 5 06:18:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=8d3d7184
app-shells/pwsh-bin: bump version to 7.0.0 Closes: https://github.com/gentoo/dotnet/pull/468 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org> app-shells/pwsh-bin/metadata.xml | 4 ++-- .../{pwsh-bin-7.0.0_pre6.ebuild => pwsh-bin-7.0.0.ebuild} | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app-shells/pwsh-bin/metadata.xml b/app-shells/pwsh-bin/metadata.xml index 60328c2..b1262f1 100644 --- a/app-shells/pwsh-bin/metadata.xml +++ b/app-shells/pwsh-bin/metadata.xml @@ -2,7 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> - <email>dot...@gentoo.org</email> - <description>Gentoo Dotnet Project</description> + <email>dot...@gentoo.org</email> + <description>Gentoo Dotnet Project</description> </maintainer> </pkgmetadata> diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild similarity index 85% rename from app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild rename to app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild index fe63479..bc1f07b 100644 --- a/app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild +++ b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild @@ -8,11 +8,11 @@ HOMEPAGE="https://powershell.org/" LICENSE="MIT" SRC_URI=" -amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v7.0.0-preview.6/powershell-7.0.0-preview.6-linux-x64.tar.gz ) +amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz ) " SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" QA_PREBUILT="*" @@ -30,6 +30,11 @@ BDEPEND="" S=${WORKDIR} +src_prepare() { + default + rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die +} + src_install() { local dest="opt/pwsh" dodir "${dest}"