Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
Date: Mon, 27 Jun 2016 07:31:28
Message-Id: 1467012329.473f6440cc312d7602031c568aaeff745838914c.cynede@gentoo
1 commit: 473f6440cc312d7602031c568aaeff745838914c
2 Author: Cynede <cynede <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 07:25:29 2016 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 07:25:29 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=473f6440
7
8 remove F# live
9
10 dev-lang/fsharp/fsharp-9999.ebuild | 43 --------------------------------------
11 1 file changed, 43 deletions(-)
12
13 diff --git a/dev-lang/fsharp/fsharp-9999.ebuild b/dev-lang/fsharp/fsharp-9999.ebuild
14 deleted file mode 100644
15 index 65aff93..0000000
16 --- a/dev-lang/fsharp/fsharp-9999.ebuild
17 +++ /dev/null
18 @@ -1,43 +0,0 @@
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 -USE_DOTNET="net40"
26 -
27 -inherit git-2 autotools dotnet
28 -
29 -DESCRIPTION="The F# Compiler"
30 -HOMEPAGE="https://github.com/fsharp/fsharp"
31 -SRC_URI=""
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="0"
35 -KEYWORDS=""
36 -IUSE="-unicode -fsharp4"
37 -
38 -if use unicode; then
39 - EGIT_REPO_URI="git://github.com/Heather/fsharp.git"
40 - EGIT_MASTER="heather"
41 -else
42 - EGIT_REPO_URI="git://github.com/fsharp/fsharp.git"
43 - if use fsharp4; then
44 - EGIT_MASTER="fsharp4"
45 - else
46 - EGIT_MASTER="master"
47 - fi
48 -fi
49 -
50 -MAKEOPTS="-j1" #nowarn
51 -DEPEND="|| ( >dev-lang/mono-3.0.6 <dev-lang/mono-3.0.5 )"
52 -RDEPEND="${DEPEND}"
53 -
54 -src_prepare() {
55 - eautoreconf
56 -}
57 -
58 -src_install() {
59 - default
60 - dosym /usr/bin/fsharpc /usr/bin/fsc
61 -}