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 1F1DC138330 for ; Mon, 19 Sep 2016 13:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0EAFE0A69; Mon, 19 Sep 2016 13:16:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71336E0A69 for ; Mon, 19 Sep 2016 13:16:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97D8E340997 for ; Mon, 19 Sep 2016 13:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA20D248E for ; Mon, 19 Sep 2016 13:16:09 +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: <1473433883.c69f549ab7d84acbbd31a5dc75010baa5fe40939.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/system-web/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/system-web/system-web-4.6.0.182.ebuild X-VCS-Directories: dev-dotnet/system-web/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: c69f549ab7d84acbbd31a5dc75010baa5fe40939 X-VCS-Branch: master Date: Mon, 19 Sep 2016 13:16:09 +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: 6821c4d1-a12d-4c27-9e7e-909a1ce63447 X-Archives-Hash: 4a9bd540ee5c2384d84422536d382487 commit: c69f549ab7d84acbbd31a5dc75010baa5fe40939 Author: ArsenShnurkov gmail com> AuthorDate: Fri Sep 9 15:11:23 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Fri Sep 9 15:11:23 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c69f549a ->182 dev-dotnet/system-web/system-web-4.6.0.182.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/system-web/system-web-4.6.0.182.ebuild b/dev-dotnet/system-web/system-web-4.6.0.182.ebuild index 73ddd74..971b97a 100644 --- a/dev-dotnet/system-web/system-web-4.6.0.182.ebuild +++ b/dev-dotnet/system-web/system-web-4.6.0.182.ebuild @@ -35,7 +35,7 @@ CSPROJ=${NAME}.csproj src_prepare() { sed -i 's/public const string FxVersion = "4.0.0.0";/public const string FxVersion = "'${PV}'";/g' "${S}/mcs/build/common/Consts.cs" || die - cp "${FILESDIR}/policy.4.0.System.Web.config" "${S}/policy.4.0.System.Web.config" || die + sed "s/4.6.0.150/4.6.0.182/g" "${FILESDIR}/policy.4.0.System.Web.config" > "${S}/policy.4.0.System.Web.config" || die eapply "${FILESDIR}/add-system-diagnostics-namespace.patch" eapply_user }