From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-824565-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 155C91384B3
	for <garchives@archives.gentoo.org>; Sat,  1 Aug 2015 13:22:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AFE0D14062;
	Sat,  1 Aug 2015 13:22:00 +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 6A7211406B
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Aug 2015 13:21:59 +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 59A5634092A
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Aug 2015 13:21:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D415122
	for <gentoo-commits@lists.gentoo.org>; Sat,  1 Aug 2015 13:21:56 +0000 (UTC)
From: "Heather Cynede" <cynede@gentoo.org>
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" <cynede@gentoo.org>
Message-ID: <1438429522.c9a8de7eed72a55f0b0bde75a40a901965fb323a.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.0.2.5.ebuild
X-VCS-Directories: dev-lang/mono/
X-VCS-Committer: cynede
X-VCS-Committer-Name: Heather Cynede
X-VCS-Revision: c9a8de7eed72a55f0b0bde75a40a901965fb323a
X-VCS-Branch: master
Date: Sat,  1 Aug 2015 13:21:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: cc873d7e-2ccd-4380-920a-330c1af874d6
X-Archives-Hash: 037444df18d3649c663353bd49147d07

commit:     c9a8de7eed72a55f0b0bde75a40a901965fb323a
Author:     Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug  1 11:15:46 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 11:45:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c9a8de7e

mono-4.0.2.5: Remove hack for older version of mono

 dev-lang/mono/mono-4.0.2.5.ebuild | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild
index dc970a0..efd289e 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -88,15 +88,6 @@ src_configure() {
 	)
 
 	autotools-utils_src_configure
-
-	# FIX for uncompilable 3.4.0 sources
-	FF="${WORKDIR}/mono-3.4.0/mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets"
-	rm -f $FF
-	touch $FF
-	echo '<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">' >> $FF
-	echo '    <Import Project="..\\Microsoft.Portable.Core.props" />' >> $FF
-	echo '    <Import Project="..\\Microsoft.Portable.Core.targets" />' >> $FF
-	echo '</Project>' >> $FF
 }
 
 src_compile() {