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 0F0E9138A1F for ; Sat, 26 Apr 2014 06:29:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0FCDE09EA; Sat, 26 Apr 2014 06:29:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19719E09EA for ; Sat, 26 Apr 2014 06:29:24 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD3D333FDB4 for ; Sat, 26 Apr 2014 06:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 728091818D for ; Sat, 26 Apr 2014 06:29:22 +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: <1398493515.f7d209560b6a4e148c9b7ad33b59c7ae5a4ea340.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.30.ebuild dev-lang/fsharp/fsharp-3.1.0.ebuild dev-lang/fsharp/fsharp-3.1.1.1.ebuild dev-lang/fsharp/fsharp-3.1.1.11.ebuild dev-lang/fsharp/fsharp-3.1.1.9.ebuild dev-lang/fsharp/fsharp-3.1.1.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: f7d209560b6a4e148c9b7ad33b59c7ae5a4ea340 X-VCS-Branch: master Date: Sat, 26 Apr 2014 06:29:22 +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: fc5ab78a-068f-4dad-bbb7-e412a2cd76f4 X-Archives-Hash: b8409423647fdf8cf9cd50858e2e1233 commit: f7d209560b6a4e148c9b7ad33b59c7ae5a4ea340 Author: Heather live ru> AuthorDate: Sat Apr 26 06:25:15 2014 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Apr 26 06:25:15 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=f7d20956 F# bump + older versions clean up --- dev-lang/fsharp/fsharp-3.1.0.ebuild | 28 ---------------------- dev-lang/fsharp/fsharp-3.1.1.1.ebuild | 28 ---------------------- ...fsharp-3.0.30.ebuild => fsharp-3.1.1.11.ebuild} | 0 dev-lang/fsharp/fsharp-3.1.1.9.ebuild | 28 ---------------------- dev-lang/fsharp/fsharp-3.1.1.ebuild | 28 ---------------------- 5 files changed, 112 deletions(-) diff --git a/dev-lang/fsharp/fsharp-3.1.0.ebuild b/dev-lang/fsharp/fsharp-3.1.0.ebuild deleted file mode 100644 index 5f9b5eb..0000000 --- a/dev-lang/fsharp/fsharp-3.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils mono-env - -DESCRIPTION="The F# Compiler" -HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -MAKEOPTS+=" -j1" #nowarn -DEPEND="dev-lang/mono" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_install() { - autotools-utils_src_install -} diff --git a/dev-lang/fsharp/fsharp-3.1.1.1.ebuild b/dev-lang/fsharp/fsharp-3.1.1.1.ebuild deleted file mode 100644 index 5f9b5eb..0000000 --- a/dev-lang/fsharp/fsharp-3.1.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils mono-env - -DESCRIPTION="The F# Compiler" -HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -MAKEOPTS+=" -j1" #nowarn -DEPEND="dev-lang/mono" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_install() { - autotools-utils_src_install -} diff --git a/dev-lang/fsharp/fsharp-3.0.30.ebuild b/dev-lang/fsharp/fsharp-3.1.1.11.ebuild similarity index 100% rename from dev-lang/fsharp/fsharp-3.0.30.ebuild rename to dev-lang/fsharp/fsharp-3.1.1.11.ebuild diff --git a/dev-lang/fsharp/fsharp-3.1.1.9.ebuild b/dev-lang/fsharp/fsharp-3.1.1.9.ebuild deleted file mode 100644 index 5f9b5eb..0000000 --- a/dev-lang/fsharp/fsharp-3.1.1.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils mono-env - -DESCRIPTION="The F# Compiler" -HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -MAKEOPTS+=" -j1" #nowarn -DEPEND="dev-lang/mono" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_install() { - autotools-utils_src_install -} diff --git a/dev-lang/fsharp/fsharp-3.1.1.ebuild b/dev-lang/fsharp/fsharp-3.1.1.ebuild deleted file mode 100644 index 5f9b5eb..0000000 --- a/dev-lang/fsharp/fsharp-3.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -AUTOTOOLS_AUTORECONF=1 - -inherit autotools-utils mono-env - -DESCRIPTION="The F# Compiler" -HOMEPAGE="https://github.com/fsharp/fsharp" -SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -MAKEOPTS+=" -j1" #nowarn -DEPEND="dev-lang/mono" -RDEPEND="${DEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_install() { - autotools-utils_src_install -}