From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F6381382D5 for ; Mon, 27 Jun 2016 07:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 910C4941EA; Mon, 27 Jun 2016 07:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 390A2941EA for ; Mon, 27 Jun 2016 07:31:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48247340B3A for ; Mon, 27 Jun 2016 07:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF9BA23BD for ; Mon, 27 Jun 2016 07:31:23 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1467012329.473f6440cc312d7602031c568aaeff745838914c.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/fsharp/fsharp-9999.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 473f6440cc312d7602031c568aaeff745838914c X-VCS-Branch: master Date: Mon, 27 Jun 2016 07:31:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a81584eb-443c-4459-afd4-d003f86f5648 X-Archives-Hash: ccbb92a79b0081492e74147e412b79e4 commit: 473f6440cc312d7602031c568aaeff745838914c Author: Cynede gentoo org> AuthorDate: Mon Jun 27 07:25:29 2016 +0000 Commit: Heather Cynede gentoo 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