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 8296B1381F3 for ; Tue, 24 Sep 2013 12:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 580F8E09FC; Tue, 24 Sep 2013 12:54:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E425AE09FC for ; Tue, 24 Sep 2013 12:54:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EB9133ED47 for ; Tue, 24 Sep 2013 12:54:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9C2CE468F for ; Tue, 24 Sep 2013 12:54:03 +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: <1380027367.1cc7509bb1100711bc73b1c58d524e9baae16b2f.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-3.0.27.ebuild dev-lang/fsharp/metadata.xml X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 1cc7509bb1100711bc73b1c58d524e9baae16b2f X-VCS-Branch: master Date: Tue, 24 Sep 2013 12:54:03 +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: bc97b204-271b-4dc3-907b-252232c62859 X-Archives-Hash: f9bd9a5345a02c646906cf7d69dea438 commit: 1cc7509bb1100711bc73b1c58d524e9baae16b2f Author: Heather cynede net> AuthorDate: Tue Sep 24 12:56:07 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Sep 24 12:56:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=1cc7509b fsharp QA --- dev-lang/fsharp/fsharp-3.0.27.ebuild | 20 ++++++++++---------- dev-lang/fsharp/metadata.xml | 9 ++------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/dev-lang/fsharp/fsharp-3.0.27.ebuild b/dev-lang/fsharp/fsharp-3.0.27.ebuild index b4c3e96..438e302 100644 --- a/dev-lang/fsharp/fsharp-3.0.27.ebuild +++ b/dev-lang/fsharp/fsharp-3.0.27.ebuild @@ -1,12 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.27.ebuild,v 1.1 2013/09/24 12:22:10 cynede Exp $ EAPI="5" -USE_DOTNET="net40" - -inherit autotools dotnet +inherit autotools-utils mono-env DESCRIPTION="The F# Compiler" HOMEPAGE="https://github.com/fsharp/fsharp" @@ -17,15 +15,17 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -MAKEOPTS="-j1" #nowarn -DEPEND="|| ( >dev-lang/mono-3.0.6 - - heather@cynede.net - + dotnet - Mono/.NET programming language + Mono/.NET open-source, strongly typed, multi-paradigm programming language encompassing functional, imperative and object-oriented programming techniques. Most often used as a cross-platform CLI language. - - Fork -