Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
Date: Thu, 05 Mar 2020 06:18:41
Message-Id: 1583389107.8d3d7184be1635b3567bed7f2606114a458cadcf.cynede@gentoo
1 commit: 8d3d7184be1635b3567bed7f2606114a458cadcf
2 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
3 AuthorDate: Wed Mar 4 20:04:01 2020 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 06:18:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=8d3d7184
7
8 app-shells/pwsh-bin: bump version to 7.0.0
9
10 Closes: https://github.com/gentoo/dotnet/pull/468
11 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
12
13 app-shells/pwsh-bin/metadata.xml | 4 ++--
14 .../{pwsh-bin-7.0.0_pre6.ebuild => pwsh-bin-7.0.0.ebuild} | 9 +++++++--
15 2 files changed, 9 insertions(+), 4 deletions(-)
16
17 diff --git a/app-shells/pwsh-bin/metadata.xml b/app-shells/pwsh-bin/metadata.xml
18 index 60328c2..b1262f1 100644
19 --- a/app-shells/pwsh-bin/metadata.xml
20 +++ b/app-shells/pwsh-bin/metadata.xml
21 @@ -2,7 +2,7 @@
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 <maintainer type="project">
25 - <email>dotnet@g.o</email>
26 - <description>Gentoo Dotnet Project</description>
27 + <email>dotnet@g.o</email>
28 + <description>Gentoo Dotnet Project</description>
29 </maintainer>
30 </pkgmetadata>
31
32 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
33 similarity index 85%
34 rename from app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild
35 rename to app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
36 index fe63479..bc1f07b 100644
37 --- a/app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild
38 +++ b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
39 @@ -8,11 +8,11 @@ HOMEPAGE="https://powershell.org/"
40 LICENSE="MIT"
41
42 SRC_URI="
43 -amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v7.0.0-preview.6/powershell-7.0.0-preview.6-linux-x64.tar.gz )
44 +amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz )
45 "
46
47 SLOT="0"
48 -KEYWORDS=""
49 +KEYWORDS="~amd64"
50
51 QA_PREBUILT="*"
52
53 @@ -30,6 +30,11 @@ BDEPEND=""
54
55 S=${WORKDIR}
56
57 +src_prepare() {
58 + default
59 + rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
60 +}
61 +
62 src_install() {
63 local dest="opt/pwsh"
64 dodir "${dest}"