commit:     473f6440cc312d7602031c568aaeff745838914c
Author:     Cynede <cynede <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 07:25:29 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 07:25:29 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=473f6440

remove F# live

 dev-lang/fsharp/fsharp-9999.ebuild | 43 --------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/dev-lang/fsharp/fsharp-9999.ebuild 
b/dev-lang/fsharp/fsharp-9999.ebuild
deleted file mode 100644
index 65aff93..0000000
--- a/dev-lang/fsharp/fsharp-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_DOTNET="net40"
-
-inherit git-2 autotools dotnet
-
-DESCRIPTION="The F# Compiler"
-HOMEPAGE="https://github.com/fsharp/fsharp";
-SRC_URI=""
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="-unicode -fsharp4"
-
-if use unicode; then
-       EGIT_REPO_URI="git://github.com/Heather/fsharp.git"
-       EGIT_MASTER="heather"
-else
-       EGIT_REPO_URI="git://github.com/fsharp/fsharp.git"
-       if use fsharp4; then
-               EGIT_MASTER="fsharp4"
-       else
-               EGIT_MASTER="master"
-       fi
-fi
-
-MAKEOPTS="-j1" #nowarn
-DEPEND="|| ( >dev-lang/mono-3.0.6 <dev-lang/mono-3.0.5 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       eautoreconf
-}
-
-src_install() {
-       default
-       dosym /usr/bin/fsharpc /usr/bin/fsc
-}

Reply via email to