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 E586A138AD0 for ; Tue, 25 Nov 2014 06:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF5BE08DA; Tue, 25 Nov 2014 06:06:53 +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 B5AEAE08DA for ; Tue, 25 Nov 2014 06:06:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D70193404BB for ; Tue, 25 Nov 2014 06:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AA3FADB5 for ; Tue, 25 Nov 2014 06:06:50 +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: <1416743709.ba8fe7d9f998ecdec52dfb8e4fd474248b986dc6.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.1.1.28.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: ba8fe7d9f998ecdec52dfb8e4fd474248b986dc6 X-VCS-Branch: master Date: Tue, 25 Nov 2014 06:06:50 +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: 39d7f20c-62bb-42c3-8b4d-9ea32249e4fc X-Archives-Hash: f729e293a1a1618ba2c1f1a9e607da1d commit: ba8fe7d9f998ecdec52dfb8e4fd474248b986dc6 Author: Heather live ru> AuthorDate: Sun Nov 23 11:55:09 2014 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sun Nov 23 11:55:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ba8fe7d9 bump F# --- dev-lang/fsharp/fsharp-3.1.1.28.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/dev-lang/fsharp/fsharp-3.1.1.28.ebuild b/dev-lang/fsharp/fsharp-3.1.1.28.ebuild new file mode 100644 index 0000000..5f9b5eb --- /dev/null +++ b/dev-lang/fsharp/fsharp-3.1.1.28.ebuild @@ -0,0 +1,28 @@ +# 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() { + autotools-utils_src_install +}