Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
Date: Thu, 27 Oct 2016 07:33:30
Message-Id: 1477544433.74e543f2ece699fd6cf05a07b9d2b32ba6a630a8.cynede@gentoo
1 commit: 74e543f2ece699fd6cf05a07b9d2b32ba6a630a8
2 Author: Bennjamin Blast <bennjamin.blast <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 27 05:00:33 2016 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 27 05:00:33 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=74e543f2
7
8 Bump dev-lang/fsharp to v4.0.1.15
9
10 dev-lang/fsharp/fsharp-4.0.1.15.ebuild | 28 ++++++++++++++++++++++++++++
11 1 file changed, 28 insertions(+)
12
13 diff --git a/dev-lang/fsharp/fsharp-4.0.1.15.ebuild b/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
14 new file mode 100644
15 index 0000000..40ce3df
16 --- /dev/null
17 +++ b/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
18 @@ -0,0 +1,28 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=5
24 +
25 +AUTOTOOLS_AUTORECONF=1
26 +
27 +inherit autotools-utils mono-env
28 +
29 +DESCRIPTION="The F# Compiler"
30 +HOMEPAGE="https://github.com/fsharp/fsharp"
31 +SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 +
33 +LICENSE="Apache-2.0"
34 +SLOT="0"
35 +KEYWORDS="~x86 ~amd64"
36 +IUSE=""
37 +
38 +MAKEOPTS+=" -j1" #nowarn
39 +DEPEND=">=dev-lang/mono-3"
40 +RDEPEND="${DEPEND}"
41 +
42 +AUTOTOOLS_IN_SOURCE_BUILD=1
43 +
44 +src_install() {
45 + autotools-utils_src_install
46 +}