commit: 8ff767ed73fa212e0afb8bca5ba0a91831b1aa78 Author: Heather <Heather <AT> live <DOT> ru> AuthorDate: Tue Aug 11 13:42:46 2015 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 13:42:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8ff767ed
bump F# dev-lang/fsharp/fsharp-3.1.1.32.ebuild | 28 ---------------------- ...sharp-3.1.1.31.ebuild => fsharp-4.0.0.3.ebuild} | 4 ++-- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/dev-lang/fsharp/fsharp-3.1.1.32.ebuild b/dev-lang/fsharp/fsharp-3.1.1.32.ebuild deleted file mode 100644 index 5f9b5eb..0000000 --- a/dev-lang/fsharp/fsharp-3.1.1.32.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.31.ebuild b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild similarity index 91% rename from dev-lang/fsharp/fsharp-3.1.1.31.ebuild rename to dev-lang/fsharp/fsharp-4.0.0.3.ebuild index 5f9b5eb..ef53ae4 100644 --- a/dev-lang/fsharp/fsharp-3.1.1.31.ebuild +++ b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="5" +EAPI=5 AUTOTOOLS_AUTORECONF=1