commit:     ba8fe7d9f998ecdec52dfb8e4fd474248b986dc6
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Nov 23 11:55:09 2014 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> 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
+}

Reply via email to