From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74CCA138331 for ; Tue, 23 Jan 2018 06:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CBF5E0928; Tue, 23 Jan 2018 06:42:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49B38E0928 for ; Tue, 23 Jan 2018 06:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAE27335C4C for ; Tue, 23 Jan 2018 06:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E29D1C9 for ; Tue, 23 Jan 2018 06:42:13 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1515370100.307f25d353397be068c860aa2b6f8dacba3aff7c.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild X-VCS-Directories: dev-dotnet/dotnetcore-sdk/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 307f25d353397be068c860aa2b6f8dacba3aff7c X-VCS-Branch: master Date: Tue, 23 Jan 2018 06:42:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 32838932-1747-450b-8eec-e28c66825157 X-Archives-Hash: 1edbc0b79e67111a2691ed45c6287556 commit: 307f25d353397be068c860aa2b6f8dacba3aff7c Author: grbd googlemail com> AuthorDate: Mon Jan 8 00:08:20 2018 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Jan 8 00:08:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=307f25d3 updated the manifest, depends, and removed sandbox restriction on latest ebuild for now .../dotnetcore-sdk-1.0.0_pre2_p003121.ebuild | 5 ++++- .../dotnetcore-sdk-1.0.0_pre2_p003131.ebuild | 5 ++++- .../dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild | 5 ++++- .../dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild | 21 ++++++++++++++------- .../dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild | 5 ++++- 5 files changed, 30 insertions(+), 11 deletions(-) diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild index 694b194..b2fde52 100644 --- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild +++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild @@ -44,7 +44,10 @@ DEPEND="${RDEPEND} >=dev-util/cmake-3.3.1-r1 >=sys-devel/make-4.1-r1 >=sys-devel/clang-3.7.1-r100 - >=sys-devel/gettext-0.19.7" + >=sys-devel/gettext-0.19.7 + !dev-dotnet/dotnetcore-runtime-bin + !dev-dotnet/dotnetcore-sdk-bin + !dev-dotnet/dotnetcore-aspnet-bin" PATCHES=( "${FILESDIR}/${CORECLR_N}-icu57-commit-352df35.patch" diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild index b797d70..a00cdb1 100644 --- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild +++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild @@ -47,7 +47,10 @@ DEPEND="${RDEPEND} >=dev-util/cmake-3.3.1-r1 >=sys-devel/make-4.1-r1 >=sys-devel/clang-3.7.1-r100 - >=sys-devel/gettext-0.19.7" + >=sys-devel/gettext-0.19.7 + !dev-dotnet/dotnetcore-runtime-bin + !dev-dotnet/dotnetcore-sdk-bin + !dev-dotnet/dotnetcore-aspnet-bin" PATCHES=( "${FILESDIR}/${CORECLR}-icu57-commit-352df35.patch" diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild index b4bb750..aec6837 100644 --- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild +++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild @@ -43,7 +43,10 @@ DEPEND="${RDEPEND} >=dev-util/cmake-3.3.1-r1 >=sys-devel/make-4.1-r1 >=sys-devel/clang-3.7.1-r100 - >=sys-devel/gettext-0.19.7" + >=sys-devel/gettext-0.19.7 + !dev-dotnet/dotnetcore-runtime-bin + !dev-dotnet/dotnetcore-sdk-bin + !dev-dotnet/dotnetcore-aspnet-bin" PATCHES=( "${FILESDIR}/coreclr-${CORECLR_V1_0}-gcc6-clang39.patch" diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild index b94d2f1..dca4aae 100644 --- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild +++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild @@ -49,7 +49,10 @@ DEPEND="${RDEPEND} >=dev-util/cmake-3.3.1-r1 >=sys-devel/make-4.1-r1 >=sys-devel/clang-3.7.1-r100 - >=sys-devel/gettext-0.19.7" + >=sys-devel/gettext-0.19.7 + !dev-dotnet/dotnetcore-runtime-bin + !dev-dotnet/dotnetcore-sdk-bin + !dev-dotnet/dotnetcore-aspnet-bin" PATCHES=( "${FILESDIR}/coreclr-${CORECLR_V1_0}-gcc6-clang39.patch" @@ -104,12 +107,16 @@ CRYPTO_FILES=( 'System.Security.Cryptography.Native.OpenSsl.so' ) -pkg_pretend() { - # If FEATURES="-sandbox -usersandbox" are not set dotnet will hang while compiling. - if has sandbox $FEATURES || has usersandbox $FEATURES ; then - die ".NET core command-line (CLI) tools require sandbox and usersandbox to be disabled in FEATURES." - fi -} +# This currently isn't required but may be needed in later ebuilds +# running the dotnet cli inside a sandbox causes the dotnet cli command to hang. +# but this ebuild doesn't currently use that. + +#pkg_pretend() { +# # If FEATURES="-sandbox -usersandbox" are not set dotnet will hang while compiling. +# if has sandbox $FEATURES || has usersandbox $FEATURES ; then +# die ".NET core command-line (CLI) tools require sandbox and usersandbox to be disabled in FEATURES." +# fi +#} src_unpack() { unpack "coreclr-${CORECLR_V1_0}.tar.gz" "corefx-${COREFX_V1_0}.tar.gz" "coreclr-${PV}.tar.gz" "corefx-${PV}.tar.gz" diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild index eeadb37..46b16ce 100644 --- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild +++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild @@ -43,7 +43,10 @@ DEPEND="${RDEPEND} >=dev-util/cmake-3.3.1-r1 >=sys-devel/make-4.1-r1 >=sys-devel/clang-3.7.1-r100 - >=sys-devel/gettext-0.19.7" + >=sys-devel/gettext-0.19.7 + !dev-dotnet/dotnetcore-runtime-bin + !dev-dotnet/dotnetcore-sdk-bin + !dev-dotnet/dotnetcore-aspnet-bin" PATCHES=( "${FILESDIR}/coreclr-${CORECLR_V1_0}-icu57-commit-352df35.patch"