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 B249E1381F3 for ; Sat, 5 Oct 2013 15:53:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94863E0B3D; Sat, 5 Oct 2013 15:52:59 +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 304D1E0B3D for ; Sat, 5 Oct 2013 15:52:59 +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 345A833EE60 for ; Sat, 5 Oct 2013 15:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D1EEAE5308 for ; Sat, 5 Oct 2013 15:52:56 +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: <1380988183.ea50ce175a8d2981ab6f1b8bfe824ebb5d7bf84e.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/fsharp/fsharp-3.0.29.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: ea50ce175a8d2981ab6f1b8bfe824ebb5d7bf84e X-VCS-Branch: master Date: Sat, 5 Oct 2013 15:52:56 +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: 743f0be8-fcf3-49a7-a22e-bce60471b09b X-Archives-Hash: 7f64ba3717e935bf90b353cf20232ff2 commit: ea50ce175a8d2981ab6f1b8bfe824ebb5d7bf84e Author: Heather cynede net> AuthorDate: Sat Oct 5 15:49:43 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Oct 5 15:49:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ea50ce17 F# 3.0.29 --- dev-lang/fsharp/fsharp-3.0.29.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/dev-lang/fsharp/fsharp-3.0.29.ebuild b/dev-lang/fsharp/fsharp-3.0.29.ebuild new file mode 100644 index 0000000..7fc4221 --- /dev/null +++ b/dev-lang/fsharp/fsharp-3.0.29.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils mono-env + +DESCRIPTION="The F# Compiler" +HOMEPAGE="https://github.com/fsharp/fsharp" +SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +MAKEOPTS+=" -j1" #nowarn +DEPEND="dev-lang/mono" +RDEPEND="${DEPEND}" + +AUTOTOOLS_IN_SOURCE_BUILD=1 + +src_install() { + default + + #for older software compatibility: + dosym fsharpc /usr/bin/fsc +}