* [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
@ 2019-12-16 7:22 Mikhail Pukhlikov
0 siblings, 0 replies; 6+ messages in thread
From: Mikhail Pukhlikov @ 2019-12-16 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 75f5c8172ad3b0697b07eb340ef7b8fb5164a743
Author: Gergely Nagy <ngg <AT> tresorit <DOT> com>
AuthorDate: Sat Dec 14 12:56:26 2019 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 07:22:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=75f5c817
app-shells/pwsh-bin: add dependencies
Signed-off-by: Gergely Nagy <ngg <AT> tresorit.com>
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild b/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
index 48cbf1d..489d417 100644
--- a/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
@@ -8,14 +8,25 @@ HOMEPAGE="https://powershell.org/"
LICENSE="MIT"
SRC_URI="
-amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz -> powershell-${PV}-linux-x64.tar.gz )
+amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz )
"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="
-"
+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}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
@ 2019-12-16 7:22 Mikhail Pukhlikov
0 siblings, 0 replies; 6+ messages in thread
From: Mikhail Pukhlikov @ 2019-12-16 7:22 UTC (permalink / raw
To: gentoo-commits
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"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
@ 2020-03-05 6:18 Mikhail Pukhlikov
0 siblings, 0 replies; 6+ messages in thread
From: Mikhail Pukhlikov @ 2020-03-05 6:18 UTC (permalink / raw
To: gentoo-commits
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>dotnet@gentoo.org</email>
- <description>Gentoo Dotnet Project</description>
+ <email>dotnet@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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
@ 2020-07-08 6:33 Mikhail Pukhlikov
0 siblings, 0 replies; 6+ messages in thread
From: Mikhail Pukhlikov @ 2020-07-08 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 2d50f16db6458e3c3c8c49b6b92722855a998305
Author: Anton Bolshakov <blshkv <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jul 7 01:05:25 2020 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jul 8 06:33:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=2d50f16d
Update pwsh-bin-7.0.0.ebuild
Closes: https://github.com/gentoo/dotnet/pull/476
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
index 3e6f1fe..ba33111 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
@@ -14,7 +14,7 @@ arm64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/power
"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64"
QA_PREBUILT="*"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
@ 2020-07-08 6:33 Mikhail Pukhlikov
0 siblings, 0 replies; 6+ messages in thread
From: Mikhail Pukhlikov @ 2020-07-08 6:33 UTC (permalink / raw
To: gentoo-commits
commit: b833d3198cdaee7d8bf1a31e411f33c4eb982af3
Author: Anton Bolshakov <blshkv <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jul 7 01:04:02 2020 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jul 8 06:32:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=b833d319
pwsh-bin: add arm support
https://github.com/gentoo/dotnet/issues/475
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
index bc1f07b..3e6f1fe 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
@@ -9,6 +9,8 @@ LICENSE="MIT"
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"
@@ -32,7 +34,7 @@ S=${WORKDIR}
src_prepare() {
default
- rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
+ use amd64 && rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/
@ 2020-09-15 16:44 Gergely Nagy
0 siblings, 0 replies; 6+ messages in thread
From: Gergely Nagy @ 2020-09-15 16:44 UTC (permalink / raw
To: gentoo-commits
commit: df485c2d214e0bbf753c82c5b522ef09825b0813
Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Tue Sep 15 16:36:03 2020 +0000
Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
CommitDate: Tue Sep 15 16:43:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=df485c2d
app-shells/pwsh-bin: bump to 7.0.3, dep fixes
Dependency fixes are taken from the Pentoo Overlay.
https://github.com/pentoo/pentoo-overlay/
Closes: https://github.com/gentoo/dotnet/issues/475
Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild | 40 ----------------------
...pwsh-bin-7.0.0.ebuild => pwsh-bin-7.0.3.ebuild} | 13 ++++---
2 files changed, 8 insertions(+), 45 deletions(-)
diff --git a/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild b/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
deleted file mode 100644
index 489d417..0000000
--- a/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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/v${PV}/powershell-${PV}-linux-x64.tar.gz )
-"
-
-SLOT="0"
-KEYWORDS="~amd64"
-
-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"
-}
diff --git a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild b/app-shells/pwsh-bin/pwsh-bin-7.0.3.ebuild
similarity index 63%
rename from app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
rename to app-shells/pwsh-bin/pwsh-bin-7.0.3.ebuild
index ba33111..b610cd2 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.0.0.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -8,9 +8,9 @@ HOMEPAGE="https://powershell.org/"
LICENSE="MIT"
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 )
+ 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"
@@ -21,12 +21,14 @@ QA_PREBUILT="*"
DEPEND=""
RDEPEND="${DEPEND}
>=sys-apps/lsb-release-1.4
- >=sys-libs/libunwind-1.1-r1
+ sys-libs/libcxx
+ dev-util/lttng-ust
>=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/pam
>=sys-libs/zlib-1.2.8-r1"
BDEPEND=""
@@ -34,6 +36,7 @@ S=${WORKDIR}
src_prepare() {
default
+ #there are no these symlinks in arm bins
use amd64 && rm libcrypto.so.1.0.0 libssl.so.1.0.0 || die
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-09-15 16:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 16:44 [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pwsh-bin/ Gergely Nagy
-- strict thread matches above, loose matches on Subject: below --
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
2019-12-16 7:22 Mikhail Pukhlikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox