diff options
author | Cynede <cynede@gentoo.org> | 2016-06-27 11:25:29 +0400 |
---|---|---|
committer | Cynede <cynede@gentoo.org> | 2016-06-27 11:25:29 +0400 |
commit | 473f6440cc312d7602031c568aaeff745838914c (patch) | |
tree | 51b5bf64a52deaedb7317c1ff06233f359dbc05d /dev-lang | |
parent | dev-lang/fsharp: bump (diff) | |
download | dotnet-473f6440cc312d7602031c568aaeff745838914c.tar.gz dotnet-473f6440cc312d7602031c568aaeff745838914c.tar.bz2 dotnet-473f6440cc312d7602031c568aaeff745838914c.zip |
remove F# live
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/fsharp/fsharp-9999.ebuild | 43 |
1 files changed, 0 insertions, 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 -} |