From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
Date: Mon, 16 Dec 2019 07:22:57 +0000 (UTC) [thread overview]
Message-ID: <1576480959.2da44cb6659f691d41ec5021f06c8e9702c509c1.cynede@gentoo> (raw)
commit: 2da44cb6659f691d41ec5021f06c8e9702c509c1
Author: Gergely Nagy <ngg <AT> tresorit <DOT> com>
AuthorDate: Sat Dec 14 12:56:41 2019 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 07:22:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=2da44cb6
app-shells/pwsh-bin: add 7.0.0-preview.6
Signed-off-by: Gergely Nagy <ngg <AT> tresorit.com>
Closes: https://github.com/gentoo/dotnet/pull/457
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild | 40 ++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild
new file mode 100644
index 0000000..fe63479
--- /dev/null
+++ b/app-shells/pwsh-bin/pwsh-bin-7.0.0_pre6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 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"
+
+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 )
+"
+
+SLOT="0"
+KEYWORDS=""
+
+QA_PREBUILT="*"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ >=sys-apps/lsb-release-1.4
+ >=sys-libs/libunwind-1.1-r1
+ >=dev-libs/icu-57.1
+ >=dev-util/lttng-ust-2.8.1
+ || ( dev-libs/openssl-compat:1.0.0 =dev-libs/openssl-1.0*:0 )
+ >=net-misc/curl-7.49.0
+ >=app-crypt/mit-krb5-1.14.2
+ >=sys-libs/zlib-1.2.8-r1"
+BDEPEND=""
+
+S=${WORKDIR}
+
+src_install() {
+ local dest="opt/pwsh"
+ dodir "${dest}"
+ local ddest="${D}/${dest}"
+ cp -a "${S}"/* "${ddest}/" || die
+ fperms 0755 "/${dest}/pwsh"
+ dosym "/${dest}/pwsh" "/usr/bin/pwsh"
+}
next reply other threads:[~2019-12-16 7:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-16 7:22 Mikhail Pukhlikov [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-15 16:44 [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/ Gergely Nagy
2020-07-08 6:33 Mikhail Pukhlikov
2020-07-08 6:33 Mikhail Pukhlikov
2020-03-05 6:18 Mikhail Pukhlikov
2019-12-16 7:22 Mikhail Pukhlikov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1576480959.2da44cb6659f691d41ec5021f06c8e9702c509c1.cynede@gentoo \
--to=cynede@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox