From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E533C138827 for ; Fri, 2 Oct 2015 18:11:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B319821C069; Fri, 2 Oct 2015 18:11:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5435C21C069 for ; Fri, 2 Oct 2015 18:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B980340813 for ; Fri, 2 Oct 2015 18:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4452279 for ; Fri, 2 Oct 2015 18:11:28 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1443691890.591fd9b1dc1d2dd581a13e805a6e0dd8a0d6c43a.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/mono/mono-4.2.0.179.ebuild dev-lang/mono/mono-4.2.1.36.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 591fd9b1dc1d2dd581a13e805a6e0dd8a0d6c43a X-VCS-Branch: master Date: Fri, 2 Oct 2015 18:11:28 +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: d4cdcf48-14d7-4357-9c44-301598a5c743 X-Archives-Hash: a9902b2b1219d5107954ddbe24e3e0af commit: 591fd9b1dc1d2dd581a13e805a6e0dd8a0d6c43a Author: Ron MacNeil hotmail com> AuthorDate: Thu Oct 1 09:31:30 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Thu Oct 1 09:31:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=591fd9b1 Remove references to ppc patch no longer required as of mono-4.2.0 Verified on a Mac G4 Cube dev-lang/mono/mono-4.2.0.179.ebuild | 5 ----- dev-lang/mono/mono-4.2.1.36.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/dev-lang/mono/mono-4.2.0.179.ebuild b/dev-lang/mono/mono-4.2.0.179.ebuild index a43cefb..db52e5c 100644 --- a/dev-lang/mono/mono-4.2.0.179.ebuild +++ b/dev-lang/mono/mono-4.2.0.179.ebuild @@ -67,11 +67,6 @@ src_prepare() { # http://osdir.com/ml/general/2015-05/msg20808.html epatch "${FILESDIR}/add_missing_vb_portable_targets.patch" - # Fix build on big-endian machines - # https://bugzilla.xamarin.com/show_bug.cgi?id=31779 - # epatch "${FILESDIR}/${PN}-4.0.2.5-fix-decimal-ms-on-big-endian.patch" - # * Failed Patch: mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch ! - # Fix build when sgen disabled # https://bugzilla.xamarin.com/show_bug.cgi?id=32015 epatch "${FILESDIR}/${PN}-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch" diff --git a/dev-lang/mono/mono-4.2.1.36.ebuild b/dev-lang/mono/mono-4.2.1.36.ebuild index a43cefb..db52e5c 100644 --- a/dev-lang/mono/mono-4.2.1.36.ebuild +++ b/dev-lang/mono/mono-4.2.1.36.ebuild @@ -67,11 +67,6 @@ src_prepare() { # http://osdir.com/ml/general/2015-05/msg20808.html epatch "${FILESDIR}/add_missing_vb_portable_targets.patch" - # Fix build on big-endian machines - # https://bugzilla.xamarin.com/show_bug.cgi?id=31779 - # epatch "${FILESDIR}/${PN}-4.0.2.5-fix-decimal-ms-on-big-endian.patch" - # * Failed Patch: mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch ! - # Fix build when sgen disabled # https://bugzilla.xamarin.com/show_bug.cgi?id=32015 epatch "${FILESDIR}/${PN}-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch"