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 5F3BA138247 for ; Sun, 3 Nov 2013 12:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23EDCE0BCA; Sun, 3 Nov 2013 12:20:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF6AFE0BCA for ; Sun, 3 Nov 2013 12:20:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9752033EF07 for ; Sun, 3 Nov 2013 12:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 43DD3E545C for ; Sun, 3 Nov 2013 12:20:12 +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: <1383481009.f3ba0f44e81f2c689fce7ec80cc698eed3e4f167.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/fake/fake-2.1.361_alpha.ebuild dev-dotnet/fake/fake-2.1.527_alpha.ebuild dev-dotnet/fake/fake-9999.ebuild X-VCS-Directories: dev-dotnet/fake/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: f3ba0f44e81f2c689fce7ec80cc698eed3e4f167 X-VCS-Branch: master Date: Sun, 3 Nov 2013 12:20:12 +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: 2e4a1d64-f598-4334-8c0b-54ad4619d123 X-Archives-Hash: f137b03cb3dda4a71394eda2f90536f3 commit: f3ba0f44e81f2c689fce7ec80cc698eed3e4f167 Author: Heather cynede net> AuthorDate: Sun Nov 3 12:16:49 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sun Nov 3 12:16:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=f3ba0f44 bump fake --- .../fake/{fake-2.1.361_alpha.ebuild => fake-2.1.527_alpha.ebuild} | 4 ++++ dev-dotnet/fake/fake-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev-dotnet/fake/fake-2.1.361_alpha.ebuild b/dev-dotnet/fake/fake-2.1.527_alpha.ebuild similarity index 95% rename from dev-dotnet/fake/fake-2.1.361_alpha.ebuild rename to dev-dotnet/fake/fake-2.1.527_alpha.ebuild index 03e527f..1ec9989 100644 --- a/dev-dotnet/fake/fake-2.1.361_alpha.ebuild +++ b/dev-dotnet/fake/fake-2.1.527_alpha.ebuild @@ -25,6 +25,10 @@ DEPEND="dev-lang/mono RDEPEND="${DEPEND}" +src_prepare() { + addpredict /etc/mono/registry/last-btime #nowarn +} + src_unpack() { if use nuget ; then echo "using nuget" diff --git a/dev-dotnet/fake/fake-9999.ebuild b/dev-dotnet/fake/fake-9999.ebuild index e31bf53..acc7572 100644 --- a/dev-dotnet/fake/fake-9999.ebuild +++ b/dev-dotnet/fake/fake-9999.ebuild @@ -28,6 +28,10 @@ DEPEND="dev-lang/mono dev-lang/fsharp" RDEPEND="${DEPEND}" +src_prepare() { + addpredict /etc/mono/registry/last-btime #nowarn +} + src_compile() { ln -s tools/FAKE/tools/Newtonsoft.Json.dll "${S}"/Newtonsoft.Json.dll || die ln -s tools/FAKE/tools/NuGet.Core.dll "${S}"/NuGet.Core.dll || die