commit:     74e543f2ece699fd6cf05a07b9d2b32ba6a630a8
Author:     Bennjamin Blast <bennjamin.blast <AT> gmail <DOT> com>
AuthorDate: Thu Oct 27 05:00:33 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 05:00:33 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=74e543f2

Bump dev-lang/fsharp to v4.0.1.15

 dev-lang/fsharp/fsharp-4.0.1.15.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lang/fsharp/fsharp-4.0.1.15.ebuild 
b/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
new file mode 100644
index 0000000..40ce3df
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-3"
+RDEPEND="${DEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_install() {
+       autotools-utils_src_install
+}

Reply via email to